VLAN ACLs
A VLAN ACL is a network security rule set that
-
applies to all packets that are routed into, out of, or bridged within a VLAN,
-
filters or redirects traffic within the VLAN for security purposes, and
-
directionless and does not distinguish between ingress and egress.
VLAN access maps and entries
VACLs use access maps to contain an ordered list of map entries. Each map entry associates an IP or MAC ACL with an action. Each entry has a sequence number. The sequence number determines the precedence of entries.
When the device applies a VACL to a packet, it uses the action configured in the first access map entry with an ACL that permits the packet.
Actions in VACLs
In access map configuration mode, you use the action command to specify one of the following actions:
-
Forward: sends the traffic to the destination determined by the normal operation of the device.
-
Redirect: redirects the traffic to one or more specified interfaces.
-
Drop: drops the traffic. If you specify drop as the action, you can also specify that the device logs the dropped packets.
VACL statistics
You can view global statistics for each rule in a VACL. When you apply a VACL to multiple VLANs, the rule statistics show the sum of packet matches (hits) on all interfaces where you applied the VACL.
![]() Note |
You cannot view VACL statistics at the interface level. |
For each VLAN access map you configure, you decide whether to keep statistics for that VACL. Turn VACL statistics on or off to monitor filtered traffic or troubleshoot VLAN access map configuration.
VACLs in Session Manager
A Session manager VACL is a configuration feature that
-
allows you to verify ACL configurations prior to applying them,
-
ensures required resources are available before committing changes, and
-
helps prevent errors in running configurations.
For more information about Session Manager, see Cisco Nexus 9000 Series NX-OS System Management Configuration Guide .

Feedback