10-24-2017 01:11 AM - edited 03-05-2019 09:21 AM
Earlier on 15.0 and 15.1 versions of IOS. When I apply ACL to NAT, counters is incrementing , but on ISR 4331 with IOS 15.5 does not work. If I apply the ACL to the interface, the counter is incrementing, the counter does not increase only with ACLs that are related to NAT
I tried two versions of iOS
15.5(3)s4b
15.5(3)s6
The result is the same
Using the command: show ip access-lists [list name]
Configuration:
10-24-2017 03:53 AM
Hello,
looking at your screen, and just to be sure it is there, because I do not see it in your configuration: the default route, do you have that configured ?
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0/0
10-24-2017 04:02 AM
Yes, default route is configured:
ip route 0.0.0.0 0.0.0.0 217.20.17.2
10-24-2017 04:51 AM
Hello,
as far as I recall, on the 4000 ISR routers, packet processing now occurs in hardware, so the counters are not incremented.
Try using 'no ip route-cache cef' on the NAT enabled interfaces to see the flows and the counters increase in your access list.
10-25-2017 12:20 AM
I tried to apply the command that you wrote
10-25-2017 12:27 AM
Hello,
try and disable cef globally:
Router(config)#no ip cef
10-25-2017 12:39 AM - edited 10-25-2017 12:40 AM
4331 - Router
2921 - Router
Honestly, I'm a bit confused
10-25-2017 01:06 AM
Hello,
try disabling dCEF (distributed CEF). What are your options at:
Router(config)#no ip ?
10-25-2017 01:35 AM
10-25-2017 04:03 AM
Hello,
not sure why this is not working. The architecture of the ISR 43xx is quite different. Usually, you cannot even configure NAT with access list logging...
A workaround might be to use the embedded packet capture feature:
HOW TO CAPTURE PACKETS ON YOUR CISCO ROUTER WITH EMBEDDED PACKET CAPTURE - CONFIGURATION, TROUBLESHOOTING & DATA EXPORT
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide