root@P> show configuration ## Last commit: 2019-01-08 10:39:12 UTC by root version 14.1R1.10; system { host-name P; root-authentication { encrypted-password "$1$50l1K8Ez$CdrxLzvWszJ6y3xetxtSJ."; ## SECRET-DATA } syslog { user * { any emergency; } file messages { any notice; authorization info; } file interactive-commands { interactive-commands any; } } } interfaces { ge-0/0/0 { description P->PE1; unit 0 { family inet { address 10.0.10.2/30; } family iso; family mpls; } } ge-0/0/1 { description P->PE2; unit 0 { family inet { address 10.0.10.6/30; } family iso; family mpls; } } lo0 { unit 0 { family inet { address 192.168.0.3/32; } family iso { address 49.0000.1921.6800.0003.00; } } } } routing-options { autonomous-system 65420; } protocols { rsvp { interface all; interface lo0.0 { disable; } } mpls { label-switched-path P->PE1 { to 192.168.0.1; } label-switched-path P->PE2 { to 192.168.0.2; } interface ge-0/0/0.0; interface ge-0/0/1.0; } bgp { group iBGP { type internal; local-address 192.168.0.3; family inet-vpn { any; } cluster 192.168.0.3; neighbor 192.168.0.2; neighbor 192.168.0.1; } } isis { level 1 disable; interface all; } }