root@JunOS-PE1# show ## Last changed: 2013-06-28 21:59:02 UTC version 12.1R1.9; system { host-name JunOS-R0; root-authentication { encrypted-password "$1$vcBG8/Qs$YLL7eOBWW2yYM1XdcXl.h1"; ## SECRET-DATA } login { announcement "Maintenance scheduled 23:00"; message "Unauthorized Access is prohibited"; user mpls { full-name "Seamless MPLS"; uid 2000; class super-user; authentication { encrypted-password "$1$6aZbt1v6$wS/EyMvoqamaUY3sz99Ti/"; ## SECRET-DATA } } } services { ssh; } 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.6/30; } family mpls; } } em1 { unit 0 { family inet { address 192.168.86.30/30; } family mpls; } } em2 { unit 0 { family inet6 { address 2001:db8:8000:4200::8/64; } } } lo0 { unit 0 { family inet { address 10.200.86.5/32; } } } } routing-options { autonomous-system 60000; } protocols { rsvp { interface em0.0; } mpls { ipv6-tunneling; label-switched-path dalwhinnie-to-oban { to 10.200.86.3; } interface em0.0; } bgp { group internal-peers { type internal; local-address 10.200.86.5; family inet { unicast; } family inet6 { labeled-unicast { explicit-null; } } neighbor 10.200.86.3; } group ipv6-external-peers { type external; peer-as 65001; neighbor 2001:db8:8000:4200::4; } } ospf { traffic-engineering; area 0.0.0.0 { interface em0.0; interface em1.0; interface lo0.0; } } } policy-options { policy-statement internal-peers { term 1 { from protocol direct; then { next-hop self; } } } policy-statement send-ebgp-ibgp { from protocol bgp; then { next-hop self; } } }