junos-labs/clab-leafspine/junrtr1/config/startup-config.cfg
2026-01-25 05:48:22 +00:00

52 lines
930 B
INI

system {
host-name junrtr1;
root-authentication {
plain-text-password-value "admin123";
}
services {
ssh {
root-login allow;
}
netconf {
ssh;
}
}
}
interfaces {
ge-0/0/1 {
description "To junrtr3 (Leaf 1)";
unit 0 {
family inet {
address 172.16.1.1/30;
}
}
}
ge-0/0/2 {
description "To junrtr4 (Leaf 2)";
unit 0 {
family inet {
address 172.16.1.5/30;
}
}
}
ge-0/0/3 {
description "To junrtr5 (Leaf 3)";
unit 0 {
family inet {
address 172.16.1.9/30;
}
}
}
lo0 {
unit 0 {
family inet {
address 10.0.0.1/32;
}
}
}
}
protocols {
lldp {
interface all;
}
}