A
CCESS
C
ONTROL
L
ISTS
3-87
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-143
Console(config-if)#ip access-group david in 4-123
Console(config-if)#mac access-group jerry in 4-130
Console(config-if)#exit
Console(config)#interface ethernet 1/3
Console(config-if)#ip access-group david in
Console(config-if)#