Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to learn the IOS commands directly, instead of relying on the GUI, so please bear with me. I've got a few questions about access lists.A. How can I determine which access lists are actively being used? "show access-lists" lists seven dif...
I think I found it. The NAT and NATFORSTATICS ACLS are used in route-map, then the route-map is used in the nat rule.ip nat inside source static tcp 192.168.1.xx 80 xx.xxx.xxx.xxx 80 route-map STATIC_RMAP extendableroute-map DYNAMIC_RMAP permit 1 ma...