root# show | no-more CORE { interfaces { em1 { unit 2 { vlan-id 2; family inet { address 11.11.11.2/30; } family mpls; } } em2 { unit 2 { vlan-id 3; family inet { address 12.12.12.1/30; } family mpls; } } lo0 { unit 2 { family inet { filter { inactive: input testing; } address 2.2.2.2/32; } } } } protocols { rsvp { interface em1.2; interface lo0.2; interface em2.2; } mpls { label-switched-path To-PE2 { to 3.3.3.3; ldp-tunneling; } label-switched-path To-PE1 { to 1.1.1.1; ldp-tunneling; } interface em1.2; interface lo0.2; interface em2.2; } ospf { traffic-engineering; area 0.0.0.0 { interface em1.2; interface lo0.2; interface em2.2; } } ldp { interface lo0.2; } } firewall { filter testing { term 1 { from { port ldp; } then { reject; } } term 2 { then accept; } } } } PE1 { interfaces { em1 { unit 1 { vlan-id 1; family inet { address 10.10.10.1/30; } family mpls; } } em2 { unit 1 { vlan-id 2; family inet { address 11.11.11.1/30; } family mpls; } } lo0 { unit 1 { family inet { address 1.1.1.1/32; } } } } protocols { rsvp { interface em1.1; interface lo0.1; interface em2.1; } mpls { label-switched-path To-CORE { to 2.2.2.2; ldp-tunneling; } interface em1.1; interface lo0.1; interface em2.1; } bgp { group to-pe2 { type internal; local-address 1.1.1.1; family inet-vpn { unicast; } neighbor 3.3.3.3; } } ospf { traffic-engineering; area 0.0.0.0 { interface lo0.1; interface em1.1; interface em2.1; } } ldp { interface lo0.1; } } routing-options { autonomous-system 100; } } PE2 { interfaces { em2 { unit 3 { vlan-id 1; family inet { address 10.10.10.2/30; } family mpls; } } em3 { unit 1 { vlan-id 3; family inet { address 12.12.12.2/30; } family mpls; } } lo0 { unit 3 { family inet { address 3.3.3.3/32; } } } } protocols { rsvp { interface all; } mpls { label-switched-path To-CORE { to 2.2.2.2; ldp-tunneling; } interface all; } bgp { group to-pe1 { type internal; local-address 3.3.3.3; family inet-vpn { unicast; } neighbor 1.1.1.1; } } ospf { traffic-engineering; area 0.0.0.0 { interface em2.3; interface em3.1; interface lo0.3; } } ldp { interface lo0.3; } } routing-options { autonomous-system 100; } } [edit logical-systems]