Microsoft Windows XP
[Version 5.1.2600
](C) Copyright 1986-2001 Microsoft Corp.
C
:\WINDOWS>netsh routing ipx add staticroute ?
ADD command is used to add new entries to the IPX configuration.
Command Syntax
:
ADD INTERFACE ifname
ADD STATICROUTE ifname net
[NEXTHOPMACADDRESS=
] mac
[TICKS=
] ticks
[HOPS=
] hops
ADD STATICSERVICE ifname svtype svname
[NETWORK=
] net
[NODE=
] node
[SOCKET=
] socket
[HOPS=
] hops
ADD FILTER ifname mode
[SRCNET= net mask
] [SRCNODE= node
]
[SRCSOCKET= socket
] [DSTNET= net mask
]
[DSTNODE= node
] [DSTSOCKET= socket
]
[PKTTYPE= pkttype
] [LOG
]
where
:
ifname - name of the interface (use Dial-In for RAS clients).
network - 4-byte network address (up to 8 hex digits, leading 0's optional).
mac - 6-byte next hop mac address (up to 12 hex digits, leading 0's optional).
ticks - tick count (decimal).
hops - hop count (decimal).
svtype - 2-byte service type (up to 4 hex digits, leading 0's optional).
svname - service name.
node - 6-byte node address (up to 12 hex digits, leading 0's optional).
socket - 2-byte socket address (up to 4 hex digits, leading 0's optional).
mode - INPUT or OUTPUT.
mask - 4-byte network mask (up to 8 hex digits, leading 0's optional).
pkttype - 1-byte packet type (up to 2 hex digits, leading 0's optional).
action - PERMIT or DENY.