PurposeCommand or Action
Displays the access list configuration.show running-config
Example:
Switch# show running-config
Step 4
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config startup-config
Step 5
Configuring VACL Logging
Beginning in privileged EXEC mode:
SUMMARY STEPS
1.
configure terminal
2.
vlan access-map name [number]
3.
action drop log
4.
exit
5.
vlan access-log {maxflow max_number | threshold pkt_count}
6.
end
DETAILED STEPS
PurposeCommand or Action
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Creates a VLAN map. Give it a name and optionally a number. The number
is the sequence number of the entry within the map.
vlan access-map name [number]
Example:
Switch(config)# vlan access-map
Step 2
The sequence number range is from 0 to 65535.
When you create VLAN maps with the same name, numbers are assigned
sequentially in increments of 10. When modifying or deleting maps, you can
enter the number of the map entry that you want to modify or delete.
gandymede 10
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1256
How to Configure VLAN Access Control Lists