How to list all ACL defined under a particular interface or route-map
19 avril 2008 — niamorHello,
Here is an IOS tips to find all access-lists applied on an interface or route-map.
R1#sh run | inc ^(interface|route-map) | access-group
interface Dialer 0
ip access-group 102 out
interface FastEthernet0/0
ip access-group 101 in
route-map rm-lan permit 10
HTH ![]()