Skip to main content
marypoppins
New Member
June 15, 2022
Solved

route changes triggered script

  • June 15, 2022
  • 1 reply
  • 1462 views

Dear All,

 

 

Is there any way to create a script which run when there is a change in the routing table? I would like to make a mechanism that triggered by a bgp routing update. Shortly: when my fortigate get a /32 prefix via bgp (from a certain subnet), then I have to add manually a proxy-arp for that /32.

Any advices or key-words are appreciated!

Thank you very much

Best answer by akristof

Hi,

Currently, you are not able to do it with any automation stitch. FortiGate does not have any trigger that would check routing-tables. Maybe, you can do it with external web api, or SNMP and some script. But not directly on FortiGate.

1 reply

akristof
Staff
akristofAnswer
Staff
June 16, 2022

Hi,

Currently, you are not able to do it with any automation stitch. FortiGate does not have any trigger that would check routing-tables. Maybe, you can do it with external web api, or SNMP and some script. But not directly on FortiGate.

marypoppins
New Member
June 16, 2022

Thank you for your answer!