Specifications

RoamAbout Mobility System Software Command Line Reference 14-13
Examples
ThefollowingcommandaddsanACEtosecurityacl_123thatpermitspacketsfromIPaddress
192.168.1.11/24andcountsthehits:
RBT-8100# set security acl ip acl_123 permit 192.168.1.11 0.0.0.255 hits
ThefollowingcommandaddsanACEtoacl_123thatdeniespacketsfromIPaddress192.168.2.11:
RBT-8100# set security acl ip acl_123 deny 192.168.2.11 0.0.0.0
Thefollowingcommandcreatesacl_125bydefininganACEthatdeniesTCPpacketsfromsource
IPaddress192.168.0.1todestinationIPaddress192.168.0.2forestablishedsessionsonly,and
countsthehits:
RBT-8100# set security acl ip acl_125 deny tcp 192.168.0.1 0.0.0.0 192.168.0.2
0.0.0.0 established hits
ThefollowingcommandaddsanACEtoacl_125thatdeniesTCPpacketsfromsourceIPaddress
192.168.1.1todestinationIPaddress192.168.1.2,ondestinationport80only,andcountsthehits:
RBT-8100# set security acl ip acl_125 deny tcp 192.168.1.1 0.0.0.0 192.168.1.2
0.0.0.0 eq 80 hits
Finally,thefollowingcommandcommitsthesecurityACLsintheeditbuffertotheconfiguration:
RBT-8100# commit security acl all
configuration accepted
Related Commands
clearsecurityaclonpage 142
commitsecurityaclonpage 146
showsecurityaclonpage 1417