This content has been marked as final.
Show 3 replies
-
Re: Routing Table Changes
frakSep 17, 2018 2:49 AM (in response to matnetmin)
There are two tables you could look at to get the data:
- NPM_RoutingDefaultRouteChange - This will give you history of the changes for default route
- NPM_RoutingNeighbhor - this gives you Node, Neighhour IP and the LastChange date/time.
So if you want to just track the default route changes, then you have it in one table. If you want to know what the last change is for the routing neighbours, I suggest adding a trigger to log its history. If this is what you want, let me know and I can write one up.
-
Re: Routing Table Changes
dingoarcher Aug 2, 2019 3:54 PM (in response to frak)I am also having issues with this could you assist?
-
Re: Routing Table Changes
dingoarcher Oct 4, 2019 9:51 AM (in response to frak)I would very much appreciate any guidance you could offer. If there is already and article regarding this I could go follow up with that as well, I just didnt find anything in my searches.
-