Specifications

Table Of Contents
Chapter 1 acl Commands
The acl commands allow you to create ACLs (Access Control Lists) and apply them
to IP and IPX interfaces on the SSR. An ACL permits or denies switching of packets
based on criteria such as the packet’s source address and destination address, TCP or
UDP port number, and so on. When you apply an ACL to an interface, you can specify
whether the ACL affects incoming traffic or outgoing traffic. You also can enable a log
of the ACL’s use.
Command Summary
Table 1 lists the acl commands. The sections following the table describe the command
syntax.
Table 1: acl commands
acl
<name>
apply interface
<InterfaceName>
input|output
[logging [on|off]]
acl
<name>
apply service
<ServiceName>
[
logging [on|off]]
acl
<name>
permit|deny icmp
<SrcAddr/Mask> <DstAddr/Mask>
acl
<name>
permit|deny igmp
<SrcAddr/Mask> <DstIP/mask>
acl
<name>
permit|deny ip
<SrcAddr/Mask> <DstAddr/Mask>
<SrcPort> <DstPort> <tos>
acl
<name>
permit|deny
ipx
<SrcAddr> <DstAddr> <SrcSocket>
<DstSocket>
acl
<name>
permit|deny ipxrip
<FromNetwork> <ToNetwork>
acl
<name>
permit|deny ipxsap
<ServerAddr> <ServiceType>
<ServiceName>
acl
<name>
permit|deny tcp
<SrcAddr/Mask> <DstAddr/Mask>
<SrcPort> <DstPort> <tos>
acl
<name>
permit|deny udp
<SrcAddr/Mask> <DstAddr/Mask>
<SrcPort> <DstPort> <tos>
Chapter 1