09-23-2021 06:04 PM
For a test added the following:
Ip nat outside source static 10.151.112.9 10.226.133.219 add-route
At test conclusion issued the following commands:
no Ip nat outside source static 10.151.112.9 10.226.133.219 add-route
clear IP nat trans
cle ip route *
Issue:
show ip route
Routing entry for 10.226.133.219/32
Known via "static", distance 1, metric 0
Redistributing via eigrp 99
Routing Descriptor Blocks:
* 10.151.112.9
Route metric is 0, traffic share count is 1
!
I've also deleted and re-added the route for 10.151.112.0/24 and 10.226.133.0/24. Verified the outside source static statement is gone when I do a show run. No change in status.
router is a ISR4321/K9 running bootflash:isr4300-universalk9.16.09.03.SPA.bin
any ideas short of reloading the router?
Solved! Go to Solution.
09-24-2021 09:36 AM
09-24-2021 12:04 AM
Hello,
--> Redistributing via eigrp 99
What EIGRP neighbors is this being redistributed to ? Chances are that it is coming back from there...
09-24-2021 04:10 AM
09-24-2021 12:11 AM - edited 09-24-2021 12:12 AM
Hello
@JOSEPH GAYNOR wrote:
show ip route
Routing entry for 10.226.133.219/32
Known via "static", distance 1, metric 0
Redistributing via eigrp 99
Routing Descriptor Blocks:
* 10.151.112.9
Route metric is 0, traffic share count is 1
Sh ip route static
clear ip nat trans * force
09-24-2021 03:51 AM
09-24-2021 08:09 AM
Hello,
what if you remove the 'ip nat outside' and 'ip nat inside' statements from all interfaces (temporarily of course) ?
09-24-2021 09:36 AM
09-24-2021 11:27 AM
Hello,
the reload is what we wanted to avoid...looks like there is no other way...thanks for sharing the bug info !
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