Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
journeyman
Contributor

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?

1 REPLY 1
emnoc
Esteemed Contributor III

Interesting situation you have. I have never heard of anybody logging route changes but you can start with a simple bgp -adj change

 

 

config router bgp

  set log-neighbour-changes   enable

end

 

Then can look at a nagios check_bgp sheck and poll each bgp neighbor and if the total count doesnt match X , than take action/alert. I use something like that for BGP checks on Juniper MX and cisco ASRs, but you will have to play around with it and perform some trial and errors.

 

Take look at the check_bgp  checks with nagios.

 

 

PCNSE 

NSE 

StrongSwan  

PCNSE NSE StrongSwan
Labels
Top Kudoed Authors