User Manual UMN:CLI
V5808
259
7.21.6 Displaying Access List Entries
To display the existing ACL entries, use the following command.
Shows the existing ACL entries.
Shows the existing IP access range lists.
1-99: IP standard access list
1300-1999: IP standard access list (extended range)
100-199: IP extended access list
2000-2699: IP extended access list (extended range)
WORD: access list name
show ip access-list-range [<1-
99> | <100-199> | <1300-1999> |
<2000-2699> | WORD]
show ip access-list {<1-99> |
<100-199> | <1300-1999> |
<2000-2699> | WORD}
Shows the existing ACL entries for a given ACL type.
1-99: IP standard access list
1300-1999: IP standard access list (extended range)
100-199: IP extended access list
2000-2699: IP extended access list (extended range)
WORD: access list name
Sample Configuration
This is an example of displaying the configured ACL entries.
SWITCH(config)# show ip access-list
Standard IP access list 5
permit 10.55.10.0, wildcard bits 0.0.0.255
deny 10.55.1.0, wildcard bits 0.0.0.255
Extended IP access list 100
permit ip 10.55.10.0 0.0.0.255 10.55.193.0 0.0.0.255
deny ip 10.12.154.0 0.0.0.255 10.12.202.0 0.0.0.255
ZebOS IP access list sample_ACL
permit 10.55.193.109/24
SWITCH(config)#