Chapter 12 Complete Command List
store ptrmgmt mgmt <MGMT PORT NUMBER>
Used in PXML operation.
Default: 9007
store tcpip <IFNUM> addr <ADDRESS> Example: store tcpip 1 addr 192.75.11.9
Store the IP address for the NIC.
store tcpip <IFNUM> mask <MASK>
Example: store tcpip 1 mask 255.255.255.0
Store the subnet mask for the NIC.
store tcpip <IFNUM> opts
Example: store tcpip 1 opts
Enable or disable the automatic RARP, BOOTP, DHCP, DNS, or persistent DHCP requests for IP addresses upon bootup. If you are storing the NIC TCP/IP network settings within the device, you will not need to rely on RARP, BOOTP, DHCP, or DNS for new settings.
store tcpip IFNUM frametype
Example: store tcpip 1 frametype ethernet2 802.2snap
Control which frame type(s) is supported with the TCP/IP protocol. By default, both Ethernet 2 and 802.2snap are enabled, but normal TCP/IP communications rely on Ethernet 2.
store tcpip route add default[12] <ROUTER> <IFNUM> [<METRIC>]
Example: store tcpip route add default1 192.75.11.1 1
Store a default router/gateway defined by router IP Address (<router> <ifnum>) so the NIC 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.
230