Binding a Port to an Access Control List
After configuring the Access Control Lists (ACL), you should bind th em to the p orts
that need to filter traffic. You can only bind a port to one ACL for each basic type –
IPv4 ingress, MAC ingress, and IPv6 ingress.
Command Usage
This switch supports ACLs for ingress filtering only.
Command Attributes
Port – Fixed port, SFP module, or XFP modu le. (Range: 1- 26/50)
IP – Specifies the IPv4 ACL to bind to a port.
MAC – Specifies the MAC ACL to bind to a port.
IPv6 – Specifies the IPv6 ACL to bind to a port.
IN – ACL for ingress packets.
ACL Name – Name of the ACL.
Web
– Click Security, ACL, Port Binding. Mark the Enable field for the port yo u wan t
to bind to an ACL for ingress traffic, select the re qu ired ACL f ro m the dro p- do wn list ,
then click Apply.
Figure 7-7 ACL Port Binding
CLI – This examples assign s an IP and MA C ingress ACL t o port 1, and a n IP
ingress ACL to port 2.
7

Binding a Port to an Access Control List

Console(config)#interface ethernet 1/1
Console(config-if)#ip access-group tom in
Console(config-if)#mac access-group jerry in
Console(config-if)#exit
Console(config)#interface ethernet 1/2
Console(config-if)#ip access-group tom in
Console(config-if)#
27-1
26-6
26-15

7-11