Store Commands
231
store tcpip del default [1|2]
Example:
store tcpip route del default1 192.75.11.1 1
Delete a default router/gateway defined by router IP Address
(<router> <ifnum>) so the NIC knows where to direct packets
destined for another subnet.
store tcpip route add [host|net] <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 NIC 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 [host|net] <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 NIC 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 tcp rxwin <PACKETS>
Example:
store tcpip tcp rxwin 2
Determine the receive window size for the NIC. Usually the
packets value ranges from 2 to 8, with the lower number
allowing for more simultaneous TCP connections with the print
server.