how to monitor bgp routing changes
We wish to log bgp routing changes in a 60C. (note- there are over 1000 bgp routes advertised to us)
We already have syslog and snmp traps configured in general but I don't think they can do it (which is why I didn't post under Log/Report).
Possible methods include:
snmp polling - return the whole routing table, parse for changes. seems hard, could miss some changes.
snmp traps - I don't believe there is a way to configure traps for routing changes? this would be ideal if possible
syslog - same as snmp traps
diagnostic script / cron/ get router info routing-table bgp / parse / diff. easy, could miss some changes.
other?
Any suggestions how to go about this?
