ClosX/configs/junos/t1-r9.conf

186 lines
4.1 KiB
Plaintext
Raw Normal View History

2023-07-01 23:54:11 +01:00
system {
host-name t1-r9;
root-authentication {
plain-text-password-value "Juniper1";
}
login {
user neteng {
uid 2000;
class super-user;
authentication {
plain-text-password-value "Juniper1";
}
}
}
services {
ssh;
netconf {
ssh;
}
}
}
interfaces {
lo0 {
unit 0 {
family inet {
address 172.16.0.32/32;
}
}
}
ge-0/0/0 {
description "t1-r9 ge-0/0/0 <--> ge-0/0/32 t2-r1";
unit 0 {
family inet {
address 10.0.1.17/31;
}
}
}
ge-0/0/1 {
description "t1-r9 ge-0/0/1 <--> ge-0/0/32 t2-r2";
unit 0 {
family inet {
address 10.0.1.49/31;
}
}
}
ge-0/0/2 {
description "t1-r9 ge-0/0/2 <--> ge-0/0/32 t2-r3";
unit 0 {
family inet {
address 10.0.1.81/31;
}
}
}
ge-0/0/3 {
description "t1-r9 ge-0/0/3 <--> ge-0/0/32 t2-r4";
unit 0 {
family inet {
address 10.0.1.113/31;
}
}
}
ge-0/0/4 {
description "t1-r9 ge-0/0/4 <--> ge-0/0/32 t2-r5";
unit 0 {
family inet {
address 10.0.1.145/31;
}
}
}
ge-0/0/5 {
description "t1-r9 ge-0/0/5 <--> ge-0/0/32 t2-r6";
unit 0 {
family inet {
address 10.0.1.177/31;
}
}
}
ge-0/0/6 {
description "t1-r9 ge-0/0/6 <--> ge-0/0/32 t2-r7";
unit 0 {
family inet {
address 10.0.1.209/31;
}
}
}
ge-0/0/7 {
description "t1-r9 ge-0/0/7 <--> ge-0/0/32 t2-r8";
unit 0 {
family inet {
address 10.0.1.241/31;
}
}
}
ge-0/0/8 {
description "t1-r9 ge-0/0/8 <--> ge-0/0/32 t2-r9";
unit 0 {
family inet {
address 10.0.2.17/31;
}
}
}
ge-0/0/9 {
description "t1-r9 ge-0/0/9 <--> ge-0/0/32 t2-r10";
unit 0 {
family inet {
address 10.0.2.49/31;
}
}
}
ge-0/0/10 {
description "t1-r9 ge-0/0/10 <--> ge-0/0/32 t2-r11";
unit 0 {
family inet {
address 10.0.2.81/31;
}
}
}
ge-0/0/11 {
description "t1-r9 ge-0/0/11 <--> ge-0/0/32 t2-r12";
unit 0 {
family inet {
address 10.0.2.113/31;
}
}
}
ge-0/0/12 {
description "t1-r9 ge-0/0/12 <--> ge-0/0/32 t2-r13";
unit 0 {
family inet {
address 10.0.2.145/31;
}
}
}
ge-0/0/13 {
description "t1-r9 ge-0/0/13 <--> ge-0/0/32 t2-r14";
unit 0 {
family inet {
address 10.0.2.177/31;
}
}
}
ge-0/0/14 {
description "t1-r9 ge-0/0/14 <--> ge-0/0/32 t2-r15";
unit 0 {
family inet {
address 10.0.2.209/31;
}
}
}
ge-0/0/15 {
description "t1-r9 ge-0/0/15 <--> ge-0/0/32 t2-r16";
unit 0 {
family inet {
address 10.0.2.241/31;
}
}
}
}
protocols {
ospf {
area 0.0.0.0 {
interface ge-0/0/0.0;
interface ge-0/0/1.0;
interface ge-0/0/2.0;
interface ge-0/0/3.0;
interface ge-0/0/4.0;
interface ge-0/0/5.0;
interface ge-0/0/6.0;
interface ge-0/0/7.0;
interface ge-0/0/8.0;
interface ge-0/0/9.0;
interface ge-0/0/10.0;
interface ge-0/0/11.0;
interface ge-0/0/12.0;
interface ge-0/0/13.0;
interface ge-0/0/14.0;
interface ge-0/0/15.0;
interface lo0.0 {
passive;
}
}
}
lldp {
interface all;
}
}