Hello,
Bit by bit:
starlog wrote:
Trying to setup OSPF for the three links to the MPLS cloud.
Would the code below work.?
protocols { ospf { area 0.0.0.0 { interface lo0.0 passive; interface ge-0/0/21.0; interface ge-0/0/22.0; interface ge-0/0/23.0; } }
This code should work UNLESS Level3 uses OSPF p2p links. In that case (OSPF broadcast links on Your side and OSPF p2p links on Level3 side) this code won't work.
starlog wrote:
policy-statement ospf { term ospf { from { protocol ospf; interface [ ge-0/0/21.0 ge-0/0/22.0 ge-0/0/23.0 ]; } } then accept; }
You did not show us where & how this policy is applied so no opinion.
HTH
Thx
Alex