ge-0/0/0 { unit 0 { family inet { address 172.16.10.10/30; } } } ge-0/0/1 { unit 0 { family inet { address 172.16.10.1/30; } } } routing-options { static { route 0.0.0.0/0 next-hop 192.168.48.1; route 192.168.159.0/24 next-hop 192.168.48.1; route 192.168.160.0/21 next-hop 192.168.48.1; route 192.168.116.0/24 next-hop 192.168.48.1; route 192.168.52.0/23 next-hop 192.168.48.1; route 192.168.54.0/23 next-hop 192.168.48.1; } } protocols { ospf { export STATIC; area 0.0.0.0 { interface ge-0/0/0.0 { interface-type p2p; bfd-liveness-detection { minimum-interval 350; } } interface ge-0/0/1.0 { bfd-liveness-detection { minimum-interval 350; } } interface vlan.48; interface vlan.50; } }