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

Juniper to Fortigate BGP configuration

Hi,

 

How can I replicate this Juniper policy-statement config on the Fortigate? I can't see a way to replicate multiple terms on a route map or prefix-list.

 

 policy-statement TEST-POLICY {         term term-1 {             from {                 route-filter 1.1.1.0/24 exact;             }             then {                 as-path-prepend "12345 12345";                 next-hop self;                 accept;             }         }         term term-2 {             from {                 route-filter 2.2.2.0/24 exact;             }             then {                 next-hop self;                 accept;             }         }                                                term Default {             then reject;         }     }

 

Thanks

 

Dan

2 REPLIES 2
krusty
New Contributor

Figured it out using multiple rule entries on the route-map. Thanks.

sciscoer

hi Can you please share the Output Please ?

Labels
Top Kudoed Authors