root@Router7> show configuration ## Last commit: 2019-07-09 20:33:24 UTC by root version 12.1X47-D15.4; system { host-name Router7; root-authentication { encrypted-password "$1$1gKc/rPP$YKMuctMztj.XZ9N7vShCD/"; ## SECRET-DATA } services { ssh; web-management { http { interface ge-0/0/0.0; } } } syslog { user * { any emergency; match "!(.*Scheduler Oinker*.|.*Frame 0*.|.*ms without yielding*.)"; } file messages { any any; authorization info; } file interactive-commands { interactive-commands any; } } license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } processes { jsrp-service disable; } } interfaces { ge-0/0/0 { unit 0 { family inet { address 10.10.78.7/24; } family mpls; } } ge-0/0/1 { unit 0 { family inet { address 10.10.67.7/24; } family mpls; } } ge-0/0/2 { unit 0 { family inet { address 10.10.227.7/24; } family mpls; } } lo0 { unit 0 { family inet { address 7.7.7.7/32; } } } } routing-options { autonomous-system 64513; } protocols { rsvp { interface ge-0/0/0.0; interface ge-0/0/1.0; interface ge-0/0/2.0; } mpls { interface ge-0/0/1.0; interface ge-0/0/0.0; interface ge-0/0/2.0; } ospf { traffic-engineering; area 0.0.0.0 { interface ge-0/0/0.0; interface ge-0/0/1.0; interface lo0.0; interface ge-0/0/2.0; } } } security { forwarding-options { family { inet6 { mode packet-based; } mpls { mode packet-based; } iso { mode packet-based; } } } }