Configuring the ECN330-switch
1811553-KDU 137 365 Uen D 2006-06-16
Web – Configure the mask to match the required rules in the MAC ingress ACLs.
Set the mask to check for any source or destination address, a host address, or
an address range. Use a bitmask to search for specific Ethernet type(s). Or
check for rules where a packet format was specified. Then click Add.
Figure 66 Configuring an VLAN MAC ACL Mask
CLI – The following example creates a mask that checks packet format,
matches the source MAC address 00-11-11-11-11-11 but allows any destination
MAC address in the MAC header, and checks the Ethernet type field for
Ethernet II packet types.
Console(config-mac-mask-acl)#mask pktformat 00-11-11-11-11-11 any
ethertype 800
Console(config-mac-mask-acl)#