Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)
Example Configuration for VACL
This example shows how to configure a VACL to forward traffic permitted by an IP ACL named acl-ip-01
and how to apply the VACL to VLANs 50 through 82:
switch# configure terminal
switch(config)# vlan access-map acl-ip-map
switch(config-access-map)# match ip address acl-ip-01
switch(config-access-map)# action forward
switch(config-access-map)# exit
switch(config)# vlan filter acl-ip-map vlan-list 50-82
Default ACL Settings
The following table lists the default settings for IP ACLs parameters.
Table 29: Default IP ACLs Parameters
DefaultParameters
No IP ACLs exist by default.IP ACLs
Implicit rules apply to all ACLs .ACL rules
The following table lists the default settings for MAC ACLs parameters.
Table 30: Default MAC ACLs Parameters
DefaultParameters
No MAC ACLs exist by default.MAC ACLs
Implicit rules apply to all ACLs .ACL rules
The following table lists the default settings for VACL parameters.
Table 31: Default VACL Parameters
DefaultParameters
No IP ACLs exist by default.VACLs
Implicit rules apply to all ACLs.ACL rules
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01 295
Example Configuration for VACL
Displaying and Clearing VACL Statistics