Specifications
exit
72 SSR Command Line Interface Reference Manual
Example
To create an ACL to deny IGMP traffic from the subnet 10.1.5.0 (with a 24 bit netmask) to
any destination:
ssr(config)# acl-edit 111
1*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2000-2002 any
2*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2003-2005 any
3*: acl 111 deny udp
ssr(acl-edit)> delete 2
1*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2000-2002 any
2*: acl 111 deny udp
ssr(acl-edit)> exit
ssr(config)# acl 410 deny igmp 10.1.5.0/24 any










