Microsoft Windows XP
[Version 5.1.2600
](C) Copyright 1986-2001 Microsoft Corp.
C
:\WINDOWS>netsh routing ipx delete filter ?
DELETE command is used to remove entries from the IPX configuration.
Command Syntax
:
DELETE INTERFACE ifname
DELETE STATICROUTE ifname net
DELETE STATICSERVICE ifname svtype svname
DELETE FILTER ifname mode
[SRCNET= net mask
] [SRCNODE= node
]
[SRCSOCKET= socket
] [DSTNET= net mask
]
[DSTNODE= node
] [DSTSOCKET= socket
]
[PKTTYPE= pkttype
]
where
:
ifname - name of the interface (use Dial-In for RAS clients).
net - 4-byte network address (up to 8 hex digits, leading 0's optional).
svtype - 2-byte service type (up to 4 hex digits, leading 0's optional).
svname - service name.
mask - 4-byte network mask (up to 8 hex digits, leading 0's optional).
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).
pkttype - 1-byte packet type (up to 2 hex digits, leading 0's optional).
action - PERMIT or DENY.