143
Match
All......................................
FALSE
Protocol.......................................
6(tcp)
Source IP Address.............................. 192.168.77.0
Source IP Wildcard Mask........................ 0.0.0.255
Destination IP Address......................... 192.168.77.50
Destination IP Wildcard Mask................... 0.0.0.0
Sequence Number: 2
Action.........................................
permit
Match
All......................................
FALSE
P
rotocol.......................................
17(udp)
Source IP Address.............................. 192.168.77.0
Source IP Wildcard Mask........................ 0.0.0.255
Destination IP Address......................... 192.168.77.3
Destination IP Wildcard Mask................... 0.0.0.255
4.3.13.2. Configuring a MAC ACL
The following example creates a MAC ACL named mac1 that denies all IPX traffic on all ports. All other types
of traffic are permitted.
To configure the switch:
1. Create a MAC Access List named mac1
(QCT) #config
(QCT) (Config)#mac access-list extended mac1
2. Configure a rule to deny all IPX traffic, regardless of the source or destination MAC address. Before creating
the rule, add a remark that identifies the rule.
(QCT) (Config-mac-access-list)#remark “Denies all IPX traffic from for any source or dest MAC”
(QCT) (Config-mac-access-list)#deny any any ipx
3. Configure a rule to permit all other types of traffic, regardless of the source or destination MAC address.
(QCT) (Config-mac-access-list)#permit any any
(QCT) (Config-mac-access-list)#exit
4. Bind the ACL to all ports.
(QCT) (Config)#mac access-group mac1 in
(QCT) (Config)#exit
5. View information about the configured ACL.
(QCT) #show mac access-lists