284
Asanté IntraCore 36000 Series
Command Mode
Privileged Exec
Usage Guidelines
Once the ACL is bound to an interface (for example, the ACL is active), the order in which the rules are
displayed is determined by the associated mask.
Example
The following is sample output from the show access-list command.
Console#
show access-list
IP standard access-list david:
permit host 10.1.1.21
permit 168.92.0.0 0.0.15.255
IP extended access-list bob:
permit 10.7.1.1 0.0.0.255 any
permit 192.168.1.0 0.0.0.255 any dport 80
permit 192.168.1.0 0.0.0.255 any protocol tcp control-code 2 2
MAC access-list jerry:
permit any 00-30-29-94-34-de ethertype 800
IP extended access-list A6:
deny tcp any any control-flag 2 2
permit any any
IP ingress mask ACL:
mask protocol any any control-flag 2
Console#
16.142 show access-list ip mask-precedence
This command shows the ingress or egress rule masks for IP ACLs.
Syntax Description
show access-list ip mask-precedence [in | out]
in
Ingress mask precedence for ingress ACLs.
out
Egress mask precedence for egress ACLs.
Command Mode
Privileged Exec
Example
The following is sample output from the show access-list ip mask precedence command.
Console#
show access-list ip mask-precedence
IP ingress mask ACL:
mask host any
mask 255.255.255.0 any
Console#