Configuring the ECN330-switch
1751553-KDU 137 365 Uen D 2006-06-16
6.6.4.1 Setting the Name of a VLAN Access Map
Use the VLAN Access Map Configuration page to designate the name of a new
VLAN access map, or to edit an existing access map.
Command Attributes
• Name – Name of the ACL. (Maximum length: 16 characters)
Web – Click Security, VLAN ACL, Configuration. Enter a name for a new access
map in the Name field, and click Add to open the configuration page for the new
access map.
Figure 63 Creating a VLAN Access Map
CLI – This example creates a VLAN access map named RD.
6.6.4.2 Specifying the Associated IP/MAC ACLs and Action
Command Usage
• Use existing IP or MAC ACLs to specify the match criteria for the VLAN
access map. If the packets match, they will be forwarded or dropped,
depending on the specified action.
• If the VLAN access map has at least one match clause for the packet
type (IP or MAC) and the packet does not match any of the match
Console(config)#vlan access-map vlanMAP1
Console(config-access-map)#match ip address ipACL1
Console(config-access-map)#action forward
Console(config-access-map)#