cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

There is a way to monitor change in the route table,?

There is a way to monitor change in the route table,?

jaime_quintana
New Contributor
There is a way to monitor change in the route table, and that this change is reflected in message logs?
5 REPLIES 5

PARTHIBAN_CHINN
Contributor
the best option is to write a script do this job for you.
enabling log filters might hog the CPU.

and this script , how to be configuredĀæ?

Bill_Stritzinge
Extreme Employee
This will give you everything... to search the log, do the following...

show log | include

Bill_Stritzinge
Extreme Employee
Hello... You should be able to add log entries for router manger by adding the following to the default log filter...

"RtMgr" "RtMgr.BFD" "RtMgr.Client" "RtMgr.HAL" "RtMgr.If"
"RtMgr.Kern" "RtMgr.Server" "RtMgr.Table"
"RtMgr.VLAN"

To add log entries based on the above, run the command - "configure log filter default add event - This will add entries based on changes that are made to the respective event. I don't have a switch in front of me but I would guess that the "RtMgr.Table" log would add entries based on routes added or removed. You can add all of them as well and get log entries for all of the RtMgr events, just do that command with each one.

Give it a shot and let me know...
GTM-P2G8KFN