Operation Manual

Configuration Guide 530
Configuring ACL ACL Configurations
Step 5 copy running-config startup-config
Save the settings in the configuration file.
The following example shows how to bind Policy 1 to port 2 and Policy 2 to VLAN 2:
Switch#configure
Switch(config)#interface ten-gigabitEthernet 1/0/2
Switch(config-if)#access-list bind policy 1
Switch(config-if)#exit
Switch(config)#interface vlan 2
Switch(config-if)#access-list bind policy 2
Switch(config-if)#show access-list bind
Index Policy Name Interface/VID Direction Type
----- ----------- ------------- -------- ----
1 1 Te1/0/2 Ingress Port
2 2 2 Ingress Vlan
Index ACL ID Interface/VID Direction Type
----- ----------- ------------- -------- ----
Switch(config-if)#end
Switch#copy running-config startup-config