ā12-11-2019 10:26 AM - edited ā12-11-2019 10:27 AM
We have observed that on an upstream firewall, there are log messages about 'unable to locate egress interface' for packets that are from 74.x.x.x to 167.x.x.x. The odd thing is that the 167.x.x.x is part of a NAT process on a downstream ASR1001X that connects a third party in the 74.x.x.x IP address space. The router has a translation process with overload functionality, that translates internal hosts into the 167.x.x.x network. The presence of the log message on the upstream firewall, makes me thing the router did not 'un-do' the translation. Here is the nat config on the router:
ip nat translation timeout 60
ip nat translation tcp-timeout 60
ip nat pool nat-pool 167.x.x.99 167.x.x.100 netmask 255.255.255.248
ip nat inside source list xlate pool nat-pool vrf xxxxxx overload
ip access-list standard xlate
permit 10.0.0.0 0.255.255.255
I suspect this has to do with the translation timeouts, but not sure. Any suggestions are greatly appreciated!
ā12-12-2019 12:40 AM - edited ā12-12-2019 12:43 AM
Hello
In theory your ASA is on the outside perimeter of your ASR so it shouldn't really matter regards you nat on the ASR if that is the ASA and the upstream firewall are aware how to route towards 74.x.x.x vrf subnet via the global rib.
Can you post a simple topology diagram please it would make it a lot easier to understand your current setup
ā12-12-2019 01:06 AM
Hello,
what type/model is the upstream firewall ? And if it is an ASA, which IOS version are you running ?
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