Standard ACL Instance
16-13
Whenever the interface receives the packet, its content is checked against all the ACEs
in the ACL. It is allowed based on the ACL’s configuration.
16.1.8.1 Example - Permitting Traffic to Interface
The example below permits all the traffic that comes to the interface:
RFSwitch(config-std-nacl)#permit any rule-precedence 50
RFSwitch(config-std-nacl)#
16.1.8.2 Permitting Traffic from Source Network
The example below permits traffic from the source network and provides a log message:
RFSwitch(config-std-nacl)#permit xxx.xxx.1.0/24 log rule-
precedence 60
RFSwitch(config-std-nacl)#
NOTE: The log option is functional only for router ACLs. The log option
displays an informational logging message about the packet matching
the entry sent to the console.