04-25-2019 01:07 PM
Hi, I was reviewing the running config for a new router, and found an entry I don't understand what it does nor how it got there. I can only think that the http server somehow put it in when I was using that. Can anyone explain what this does, and why it might suddenly appear in the config?
route-map track-primary-if permit 1
match ip address 197
set interface GigabitEthernet0/0/1
Thanks,
Ken
Solved! Go to Solution.
04-25-2019 02:08 PM
Hello
yes the route-map is ghost configuration along with
ip nat inside source route-map track-primary-if interface GigabitEthernet0/0/1 overload
Its not servicing anything so it can be removed along with the above if you wanted
to
04-25-2019 01:18 PM - edited 04-25-2019 02:09 PM
Hello
that is just a route-map named
track-primary-if - It has no other meaning
as for the route-map it is matching on a access-list 197 and possibly performing policy based routing or NAT
To confirm that you can run
show policy-map
04-25-2019 01:28 PM
04-25-2019 01:38 PM
Helllo
So then it looks like a ghost configuration
if you post the running configuration then we can confirm that
04-25-2019 01:42 PM
04-25-2019 01:44 PM
If you happen to see any miss-configurations or problems, please let me know.
04-25-2019 02:08 PM
Hello
yes the route-map is ghost configuration along with
ip nat inside source route-map track-primary-if interface GigabitEthernet0/0/1 overload
Its not servicing anything so it can be removed along with the above if you wanted
to
04-25-2019 02:10 PM
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