52 lines
930 B
INI
52 lines
930 B
INI
system {
|
|
host-name junrtr2;
|
|
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.2.1/30;
|
|
}
|
|
}
|
|
}
|
|
ge-0/0/2 {
|
|
description "To junrtr4 (Leaf 2)";
|
|
unit 0 {
|
|
family inet {
|
|
address 172.16.2.5/30;
|
|
}
|
|
}
|
|
}
|
|
ge-0/0/3 {
|
|
description "To junrtr5 (Leaf 3)";
|
|
unit 0 {
|
|
family inet {
|
|
address 172.16.2.9/30;
|
|
}
|
|
}
|
|
}
|
|
lo0 {
|
|
unit 0 {
|
|
family inet {
|
|
address 10.0.0.2/32;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
protocols {
|
|
lldp {
|
|
interface all;
|
|
}
|
|
} |