There is a way to monitor change in the route table,?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-25-2015 05:05 PM
There is a way to monitor change in the route table, and that this change is reflected in message logs?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2015 12:56 AM
the best option is to write a script do this job for you.
enabling log filters might hog the CPU.
enabling log filters might hog the CPU.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-26-2015 12:56 AM
and this script , how to be configured¿?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-25-2015 07:29 PM
This will give you everything... to search the log, do the following...
show log | include
show log | include
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-25-2015 05:21 PM
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...
"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
Give it a shot and let me know...
