interfaces { ge-0/0/1 { description "to Net3"; unit 0 { family inet { address 10.1.3.1/30; } } } ge-0/0/2 { description "to Net2"; unit 0 { family inet { address 10.1.2.1/30; } } } ge-0/0/3 { unit 0 { description "To ISP-A"; family inet { address 10.1.210.1/30; } } } lo0 { unit 0 { family inet { address 1.1.1.1/32; } } } } routing-options { router-id 1.1.1.1; } protocols { ospf { area 0.0.0.0 { virtual-link neighbor-id 2.2.2.2 transit-area 0.0.0.100; interface ge-0/0/3.0 { interface-type p2p; } } area 0.0.0.100 { interface ge-0/0/1.0 { interface-type p2p; } interface ge-0/0/2.0 { interface-type p2p; } interface lo0.0; } } lldp { interface all; } }