Juniper to Fortigate BGP
Hello!
I'm trying to migrate from Juniper to fortigate and I have a hard time configuring BGP to work as the same way from Juniper to Fortigate,
Mainly to have the following settings in the Fortigate:
- neighbor 2.2.2.1 { - local-address 2.2.2.2;
- authentication-key "blabla2";
What would be the equivalent in Fortigate OS ?
Juniper config::
protocols { bgp { traceoptions { file bgp size 10m; } local-as 12345; group ISP1{ neighbor 1.1.1.1 { local-address 1.1.1.2; authentication-key "blabla1";
peer-as 55444; } } group ISP2{ neighbor 2.2.2.1 { local-address 2.2.2.2;
authentication-key "blabla2";
peer-as 44555 } } } stp; }
Thanks for your help !
