Specifications

Table Of Contents
Chapter 1: acl Commands
SSR Command Line Interface Reference Manual 1 - 15
acl permit|deny ipxrip
Purpose
Create an IPX RIP (Route Information Protocol) ACL.
Format
acl <
name>
permit|deny ipxrip
<FromNetwork> <ToNetwork>
Mode
Configure
Description
The
acl
permit
ipxrip
and
acl
deny
ipxrip
commands define an ACL to allow
or block IPX RIP traffic from entering or leaving the SSR.
Parameters
<name>
Name of this ACL. You can use a string of characters or a
number.
<FromNetwork>
The “from” IPX network address. You can use the
any
key-
word to specify a wildcard condition. If you use
any
, the SSR
uses the value 0 for
<From
Network
>
and FFFFFFFF for
<To
Network
>
.
<ToNetwork>
The “to” IPX network address. This is an optional parameter.
If you omit this parameter, the value that the SSR assumes de-
pends on whether you specified
any
for
<From
Network
>
.
If you omit the
<To
Network
>
value and you used the
value
any
for
<From
Network
>
, the SSR sets the
<To
Network
>
to FFFFFFFF.
If you If you omit the
<To
Network
>
value but did not
used the value
any
for
<From
Network
>
, the SSR sets
<To
Network
>
to the same value you specified for
<From
Network
>
.
Restrictions
When you apply an ACL to an interface, the SSR appends an implicit deny rule to that
ACL. The implicit deny rule denies all traffic. If you intend to allow all traffic that
doesn’t match your specified ACL rules to go through, you must explicitly define a rule
to permit all traffic.