Configuration Example

FortiGate – Outbound OSPF filtering

RenĂ© Jorissen on November 4, 2015 3 Comments • Tags: #filter #fortigate #ospf #outbound #outgoing #prefixlist

Just a quick post on filtering outbound OSPF advertisements. I had some struggle with this config today. config router prefix-list   edit “filter-outbound”   config rule     edit 1       set prefix 10.10.0.0 255.255.0.0       unset ge       unset le     next     edit 2       set prefix 10.20.0.0 255.255.0.0       unset ge       unset le     next     edit 3       set action deny       set prefix any … Read More