Specifications

acl permit|deny ipx
50 SSR Command Line Interface Reference Manual
acl permit|deny ipx
Purpose
Create an IPX ACL.
Format
acl <name> permit|deny ipx <SrcAddr> <SrcSocket> <DstAddr> <DstSocket>
<SrcNetMask> <DstNetMask>
Mode
Configure
Description
The acl permit ipx and acl deny ipx commands define an ACL to allow or block IPX
traffic from entering or leaving the SSR.
Parameters
<name> Name of this ACL. You can use a string of characters or a number.
<SrcAddr> The source IPX address in <network>.<node> format, where <network> is
the network address and <node> is the MAC address. The SSR will
interpret this number in hexadecimal format. You do not need to use a
“0x” prefix. You can use the keyword any to specify a wildcard (“don’t
care”) condition.
To specify any network, enter FFFFFFFF.<node>; to specify any node,
enter <network>.FF:FF:FF:FF:FF:FF.
<SrcSocket> Source IPX socket. The SSR will interpret this number in hexadecimal
format. You do not need to use a “0x” prefix. You can use the keyword
any to specify a wildcard (“don’t care”) condition.
<DstAddr> The destination IPX address in <network>.<node> format. The syntax for
the destination address is the same as the syntax for the source address
<SrcAddr>. The SSR will interpret this number in hexadecimal format.
You do not need to use a “0x” prefix. You can use the keyword any to
specify a wildcard (“don’t care”) condition.