338
Cisco Nexus 5500 Series NX-OS Security Command Reference
OL-27883-02
Chapter Show Commands
show vlan access-map
show vlan access-map
To display all VLAN access maps or a VLAN access map, use the show vlan access-map command.
show vlan access-map [map-name]
Syntax Description
Command Default The switch shows all VLAN access maps, unless you use the map-name argument to select a specific
access map.
Command Modes EXEC mode
Command History
Usage Guidelines For each VLAN access map displayed, the switch shows the access map name, the ACL specified by the
match command, and the action specified by the action command.
Use the show vlan filter command to see which VLANs have a VLAN access map applied to them.
Examples This example shows how to display a specific VLAN access map:
switch# show vlan access-map vlan1map
This example shows how to display all VLAN access maps:
switch# show vlan access-map
Vlan access-map vacl-mac
match mac: acl-mac
action: forward
statistics per-entry
switch#
Related Commands
map-name (Optional) VLAN access map to show.
Release Modification
5.2(1)N1(1) This command was introduced.
Command Description
action Specifies an action for traffic filtering in a VLAN access map.
match Specifies an ACL for traffic filtering in a VLAN access map.
show vlan filter Displays information about how a VLAN access map is applied.
vlan access-map Configures a VLAN access map.
vlan filter Applies a VLAN access map to one or more VLANs.