falikhan@sydlab@MX960-mx2-re0# show logical-systems PE1 interfaces { ge-7/1/0 { unit 112 { vlan-id 112; family inet { address 192.168.0.6/30; } family mpls; } } lo0 { unit 1111 { family inet { address 1.1.1.1/32; } } } } protocols { rsvp { interface all; } mpls { explicit-null; label-switched-path PE1-PE2 { from 1.1.1.1; to 4.4.4.4; ldp-tunneling; inter-domain; primary PE1-PE2; } path PE1-PE2 { 2.2.2.2 loose; 3.3.3.3 loose; 4.4.4.4 loose; } interface all; } ospf { traffic-engineering; area 0.0.0.1 { interface lo0.1111; interface ge-7/1/0.112; } } ldp { explicit-null; transport-address router-id; interface lo0.1111; } } routing-options { router-id 1.1.1.1; } {master}[edit] falikhan@sydlab@MX960-mx2-re0# show logical-systems PE2 interfaces { ge-7/1/6 { unit 111 { vlan-id 111; family inet { address 192.168.0.10/30; } family mpls; } } lo0 { unit 4444 { family inet { address 4.4.4.4/32; } } } } protocols { rsvp { interface all; } mpls { explicit-null; ultimate-hop-popping; label-switched-path PE2-PE1 { from 4.4.4.4; to 1.1.1.1; inter-domain; primary PE2-PE1; } path PE2-PE1 { 3.3.3.3 loose; 2.2.2.2 loose; 1.1.1.1 loose; } interface all; } ospf { traffic-engineering; area 0.0.0.2 { interface ge-7/1/6.111; interface lo0.4444; } } ldp { explicit-null; transport-address router-id; interface lo0.4444; } } routing-options { router-id 4.4.4.4; } {master}[edit] falikhan@sydlab@MX960-mx2-re0# show logical-systems P1 interfaces { ge-7/0/0 { unit 112 { vlan-id 112; family inet { address 192.168.0.5/30; } family mpls; } } ge-7/0/5 { unit 111 { vlan-id 111; family inet { address 192.168.0.1/30; } family mpls; } } lo0 { unit 2222 { family inet { address 2.2.2.2/32; } } } } protocols { rsvp { interface all; } mpls { expand-loose-hop; interface all; } ospf { traffic-engineering; area 0.0.0.1 { interface ge-7/0/0.112; } area 0.0.0.0 { interface lo0.2222; interface ge-7/0/5.111; } } } routing-options { router-id 2.2.2.2; } {master}[edit] falikhan@sydlab@MX960-mx2-re0# show logical-systems P2 interfaces { ge-7/0/6 { unit 111 { vlan-id 111; family inet { address 192.168.0.9/30; } family mpls; } } ge-7/1/5 { unit 111 { vlan-id 111; family inet { address 192.168.0.2/30; } family mpls; } } lo0 { unit 3333 { family inet { address 3.3.3.3/32; } } } } protocols { rsvp { interface all; } mpls { expand-loose-hop; interface all; } ospf { traffic-engineering; area 0.0.0.0 { interface lo0.3333; interface ge-7/1/5.111; } area 0.0.0.2 { interface ge-7/0/6.111; } } } routing-options { router-id 3.3.3.3; } {master}[edit]