C
ONFIGURING
THE
S
WITCH
3-86
Web – Click Security, ACL, Port Binding. Mark the Enabled field for the
port you want to bind to an ACL, select the required ACL from the
drop-down list, then click Apply.
Figure 3-39 Binding a Port to an ACL
CLI – This example assigns an IP and MAC access list to port 1, and an IP
access list to port 3.
Console(config)#interface ethernet 1/1 4-144
Console(config-if)#ip access-group david in 4-125
Console(config-if)#mac access-group jerry in 4-132
Console(config-if)#exit
Console(config)#interface ethernet 1/3
Console(config-if)#ip access-group david in
Console(config-if)#