Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageros
/routing ospf instance
set backbone_v2 out-filter=ospfv2_out_select redistribute=static
/routing filter select-rule add chain=ospfv2_out_select do-where=ospf_out

...

Code Block
languageactionscript3
/routing filter rule add chain=ospf_out rule={ "if ([prfx-value is=dst<subsumes>192dst in 192.168.0.0/16]) { action accept}}"


Warning

If the routing filter chain is not specified OSPF will try to advertise every active route it can find in the routing table

...