Configuring Switch Information 205

The following is an example of the CLI commands:

Console (config)# mac access-list dell
Console (config-mac-al)# permit 6.6.6.6.6.6 0.0.0.0.0.0 any vlan 4
Console (config-mac-al)# deny 6.6.6.6.6.6 0.0.255.255.255.255

Binding ACLs

The ACL Bindings page allows network managers to assign ACL Lists to interfaces. To

open the ACL Bindings page:

Select Switch > Network Security > ACL Bindings. The ACL Bindings page opens.

NOTE: ACLs have no effect unless attached to an interface.
CLI Command Description
mac access-list name Creates Layer 2 MAC ACLs, and
enters to MAC-Access list
configuration mode.
permit {any | {host source
source-wildcard} any |
{destination
destination-
wildcard}}[vlan vlan-id]
Allows traffic if the conditions
defined in the permit statement are
matched.
deny [disable-port] {any |
{source source-
wildcard} any |
{destination
destination-
wildcard}}[vlan vlan-id]
Allows traffic if the conditions
defined in the permit statement are
matched.