PurposeCommand or Action
[fragments] [log [log-input] [time-range
time-range-name] [dscp dscp]
Example:
Switch(config)# access-list 101 permit
igmp any any 14
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 7
Creating Named Standard ACLs
Follow these steps to create a standard ACL using names:
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
ip access-list standard name
4.
Use one of the following:
•
deny {source [source-wildcard] | host source | any} [log]
•
permit {source [source-wildcard] | host source | any} [log]
5.
end
6.
show running-config
7.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Switch> enable
Step 1
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1188
How to Configure ACLs