Monthly Archives: July 2010

JUNOS – redistribute static routes into OSPF

policy-options { policy-statement static_2_ospf { term 1 { from protocol static; then accept; } } } # edit policy-options policy-statement static_2_ospf set term 1 from protocol static set term 1 then accept # top # set protocols ospf export static_2_ospf … Continue reading

Posted in JUNOS, Networking | Tagged , | Comments Off