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

87 lines
1.8 KiB
INI

## Last commit: 2026-01-25 05:28:09 UTC by root
version 25.4R1.12;
system {
host-name junrtr5;
root-authentication {
encrypted-password "$6$BK0h.E5k$oUGgvQbLKTt6hdZRilMZF.fguzrlWNPQqoqc1wtG.7qf525ubn8dcwyzd7GrBNdZAMVSYH817pDGYnk8k4ZFj."; ## SECRET-DATA
}
login {
user admin {
uid 2000;
class super-user;
authentication {
encrypted-password "$6$HgRTbduS$nT0GwxflZkAp8OmeoldzS1XTOvKa6EKxc/JtIcFHA9BUFIiOrq6cgd31N97ieTk3bjGSbx5y9Oh8FVFSMtT5q0"; ## SECRET-DATA
}
}
}
services {
netconf {
ssh;
}
ssh {
root-login allow;
}
}
management-instance;
}
chassis {
fpc 0 {
pic 0 {
number-of-ports 56;
}
}
}
interfaces {
ge-0/0/1 {
description "To junrtr1 (Spine 1)";
unit 0 {
family inet {
address 172.16.1.10/30;
}
}
}
ge-0/0/2 {
description "To junrtr2 (Spine 2)";
unit 0 {
family inet {
address 172.16.2.10/30;
}
}
}
fxp0 {
unit 0 {
family inet {
address 10.0.0.15/24;
}
family inet6 {
address 2001:db8::2/64;
}
}
}
lo0 {
unit 0 {
family inet {
address 10.0.0.5/32;
}
}
}
}
routing-instances {
mgmt_junos {
routing-options {
rib mgmt_junos.inet6.0 {
static {
route ::/0 next-hop 2001:db8::1;
}
}
static {
route 0.0.0.0/0 next-hop 10.0.0.2;
}
}
}
}
protocols {
lldp {
interface all;
}
}