User Guide
610
Configuring ACL
ACL Configuration
Step 5
copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to create IP ACL 600, and configure Rule 1 to permit
packets with source IP address 192.168.1.100:
Switch#configure
Switch(config)#access-list create
600
Switch(config)#access-list ip
600
rule
1
permit logging
disable
sip
192.168.1.100
sip-
mask
255.255.255.255
Switch(config)#show access-list
600
IP access list 600 name: ACL_600
rule 1 permit logging disable sip 192.168.1.100 smask 255.255.255.255
Switch(config)#end
Switch#copy running-config startup-config
■
Combined ACL
Step 1
configure
Enter global configuration mode
Step 2
access-list create
acl-id
[name
acl-name
]
Create a Combined ACL.
acl-id:
Enter an ACL ID. The ID ranges from 1000 to 1499.
acl-name:
Enter a name to identify the ACL.
Downloaded from