How to Configure VLAN Access Control Lists
Command or Action
Step 4
show running-config
Example:
Switch# show running-config
Step 5
copy running-config startup-config
Example:
Switch# copy running-config startup-config
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
Command or Action
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
vlan access-map name [number]
Example:
Switch(config)# vlan access-map
gandymede 10
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1256
Purpose
Displays the access list configuration.
(Optional) Saves your entries in the configuration file.
Purpose
Enters the global configuration mode.
Creates a VLAN map. Give it a name and optionally a number. The number
is the sequence number of the entry within the map.
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.