root@JunOS-CE1# show ## Last changed: 2013-06-28 22:02:38 UTC version 12.1R1.9; system { host-name JunOS-R3; 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.25/30; } family mpls; } } em1 { unit 0 { family inet { address 192.168.86.38/30; } family mpls; } } em2 { unit 0 { family inet6 { address 2001:db8:9000:4200::6/64; } } } lo0 { unit 0 { family inet { address 10.200.86.3/32; } } } } routing-options { autonomous-system 60000; } protocols { rsvp { interface em0.0; interface em1.0; } mpls { ipv6-tunneling; label-switched-path oban-to-dalwhinnie { to 10.200.86.5; } interface em0.0; interface em1.0; } bgp { traceoptions { file bgp-log size 5m files 3; flag all; } group internal-peers { type internal; local-address 10.200.86.3; family inet { unicast; } family inet6 { labeled-unicast { explicit-null; } } neighbor 10.200.86.5; } group ipv6-external-peers { type external; local-address 2001:db8:9000:4200::6; neighbor 2001:db8:9000:4200::4 { peer-as 65000; } } } ospf { traffic-engineering; area 0.0.0.0 { interface em0.0; interface em1.0; interface lo0.0; } } }