![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/9/13/913595a3-acbb-41ef-943e-565cce3e64fc/913595a3-acbb-41ef-943e-565cce3e64fc-bgd3.png)
ACL Commands 211
•
assign-queue
queue-id
— Specifies the particular hardware queue for
handling traffic that matches the rule. (Range: 0-6)
• mirror
interface
— Allows the traffic matching this rule to be copied to the
specified interface.
•
redirect
interface
— This parameter allows the traffic matching this rule to
be forwarded to the specified unit/port.
Default Configuration
This command has no default configuration.
Command Mode
Global Configuration mode
User Guidelines
Users are permitted to add rules, but if a packet does not match any user-
specified rules, the packet is dropped by the implicit "deny all" rule.
Examples
The following examples create an ACL to discard any HTTP traffic from
192.168.77.171, but allow all other traffic from 192.168.77.171:
console(config)#access-list alpha deny 192.168.77.171
0.0.0.0 0.0.0.0 255.255.255.255 eq http
console(config)#access-list alpha permit
192.168.77.171 0.0.0.0
deny | permit
Use the deny command in Mac-Access-List Configuration mode to deny
traffic if the conditions defined in the deny statement are matched. Use the
permit command in Mac-Access-List Configuration mode to allow traffic if
the conditions defined in the permit statement are matched.