system { host-name junrtr4; root-authentication { plain-text-password-value "admin123"; } services { ssh { root-login allow; } netconf { ssh; } } } interfaces { ge-0/0/1 { description "To junrtr1 (Spine 1)"; unit 0 { family inet { address 172.16.1.6/30; } } } ge-0/0/2 { description "To junrtr2 (Spine 2)"; unit 0 { family inet { address 172.16.2.6/30; } } } lo0 { unit 0 { family inet { address 10.0.0.4/32; } } } } protocols { lldp { interface all; } }