Store Commands

store tcpip <ifnum> mask <netmask> Example: store tcpip 1 mask 255.255.255.0

Store the subnet mask for the Ethernet Interface.

store tcpip <ifnum> opts [[-]rarp] [[-]bootp] [[-]dhcp] [[-]persistdhcp][[-]dns]

Example: store tcpip 1 opts -rarp -bootp -dhcp

Enable or disable the automatic RARP, BOOTP, DHCP, DNS, persistent DHCP requests for IP addresses upon bootup. If you are storing the Ethernet Interface TCP/IP network settings within the device, you will not need to rely on RARP, BOOTP, DHCP, or DNS for new settings.

store tcpip route add [hostnet] <network> [/mask] <router> <ifnum> [<metric>]

Example: store tcpip route add net 192.75.12.0 1

Add a static route to a particular TCP/IP host or subnet specified by <network> so the Ethernet Interface knows how to communicate with it. Normally one entry for a default router/ gateway is all that is needed for communications between different subnets. Please see the next command for details.

store tcpip route del [hostnet] <network> Example: store tcpip route add net 192.75.12.0 1

Delete a static route to a particular TCP/IP host or subnet specified by <network> so the Ethernet Interface knows how to communicate with it. Normally one entry for a default router/ gateway is all that is needed for communications between different subnets. Please see the next command for details.

store tcpip route adddel default [12] <router> <ifnum> [<metric>]

Example: store tcpip route add default1 192.75.11.1 1

Store a default router/gateway defined by <router> <ifnum> so the Ethernet Interface knows where to direct packets destined for another subnet. It is easier to store one default entry rather than an entry per remote host or network as in the previous command.

339

Page 339
Image 339
IBM 6500 manual Store the subnet mask for the Ethernet Interface