ClosX/configs/junos/t1-r3.conf

186 lines
4.1 KiB
Plaintext
Raw Normal View History

2023-07-01 23:54:11 +01:00
system {
host-name t1-r3;
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.26/32;
}
}
}
ge-0/0/0 {
description "t1-r3 ge-0/0/0 <--> ge-0/0/26 t2-r1";
unit 0 {
family inet {
address 10.0.1.5/31;
}
}
}
ge-0/0/1 {
description "t1-r3 ge-0/0/1 <--> ge-0/0/26 t2-r2";
unit 0 {
family inet {
address 10.0.1.37/31;
}
}
}
ge-0/0/2 {
description "t1-r3 ge-0/0/2 <--> ge-0/0/26 t2-r3";
unit 0 {
family inet {
address 10.0.1.69/31;
}
}
}
ge-0/0/3 {
description "t1-r3 ge-0/0/3 <--> ge-0/0/26 t2-r4";
unit 0 {
family inet {
address 10.0.1.101/31;
}
}
}
ge-0/0/4 {
description "t1-r3 ge-0/0/4 <--> ge-0/0/26 t2-r5";
unit 0 {
family inet {
address 10.0.1.133/31;
}
}
}
ge-0/0/5 {
description "t1-r3 ge-0/0/5 <--> ge-0/0/26 t2-r6";
unit 0 {
family inet {
address 10.0.1.165/31;
}
}
}
ge-0/0/6 {
description "t1-r3 ge-0/0/6 <--> ge-0/0/26 t2-r7";
unit 0 {
family inet {
address 10.0.1.197/31;
}
}
}
ge-0/0/7 {
description "t1-r3 ge-0/0/7 <--> ge-0/0/26 t2-r8";
unit 0 {
family inet {
address 10.0.1.229/31;
}
}
}
ge-0/0/8 {
description "t1-r3 ge-0/0/8 <--> ge-0/0/26 t2-r9";
unit 0 {
family inet {
address 10.0.2.5/31;
}
}
}
ge-0/0/9 {
description "t1-r3 ge-0/0/9 <--> ge-0/0/26 t2-r10";
unit 0 {
family inet {
address 10.0.2.37/31;
}
}
}
ge-0/0/10 {
description "t1-r3 ge-0/0/10 <--> ge-0/0/26 t2-r11";
unit 0 {
family inet {
address 10.0.2.69/31;
}
}
}
ge-0/0/11 {
description "t1-r3 ge-0/0/11 <--> ge-0/0/26 t2-r12";
unit 0 {
family inet {
address 10.0.2.101/31;
}
}
}
ge-0/0/12 {
description "t1-r3 ge-0/0/12 <--> ge-0/0/26 t2-r13";
unit 0 {
family inet {
address 10.0.2.133/31;
}
}
}
ge-0/0/13 {
description "t1-r3 ge-0/0/13 <--> ge-0/0/26 t2-r14";
unit 0 {
family inet {
address 10.0.2.165/31;
}
}
}
ge-0/0/14 {
description "t1-r3 ge-0/0/14 <--> ge-0/0/26 t2-r15";
unit 0 {
family inet {
address 10.0.2.197/31;
}
}
}
ge-0/0/15 {
description "t1-r3 ge-0/0/15 <--> ge-0/0/26 t2-r16";
unit 0 {
family inet {
address 10.0.2.229/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;
}
}