root@JunOS-R4# show ## Last changed: 2013-06-29 17:29:35 UTC version 12.1R1.9; system { host-name JunOS-R4; root-authentication { encrypted-password "$1$vcBG8/Qs$YLL7eOBWW2yYM1XdcXl.h1"; ## SECRET-DATA } services; syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } interfaces { em0 { unit 0 { family inet { address 192.168.86.37/30; } family mpls; } } em1 { unit 0 { family inet { address 192.168.86.33/30; } family mpls; } } em2 { unit 0 { family inet { address 192.168.90.18/30; } family inet6 { address 2001:db8:9000:4300::8/64; } } } lo0 { unit 0 { family inet { address 10.200.86.9/32; } } } } routing-options { autonomous-system 60000; } protocols { rsvp { traceoptions { file rsvp-log size 10m files 5; flag all; } interface em0.0; interface em1.0; } mpls { label-switched-path tormore-lagavulin { to 10.200.86.7; } interface em0.0; interface em1.0; } bgp { group internal-peers { type internal; local-address 10.200.86.9; family inet { any; } family inet-vpn { any; } neighbor 10.200.86.7; } } ospf { traffic-engineering; area 0.0.0.0 { interface em0.0; interface lo0.0 { passive; } interface em1.0; } } } routing-instances { VRF-UNI { instance-type vrf; interface em2.0; route-distinguisher 192.168.90.18:10200; vrf-target target:10000:10000; vrf-table-label; protocols { bgp { group external-peers { type external; peer-as 65002; neighbor 192.168.90.17; } } } } }