50 lines
1.8 KiB
YAML
50 lines
1.8 KiB
YAML
name: juniper-wan
|
|
|
|
topology:
|
|
nodes:
|
|
#<----------------------CORE----------------------->
|
|
#<----------Loopback Pool 172.16.250.0/24---------->
|
|
#<------------49.0001.0000.0000.XXXX.00------------>
|
|
#<----------------------------------------->
|
|
# Loopback 172.16.250.1/32
|
|
# ISIS-System 49.0001.0000.0000.0001.00
|
|
#<----------------------------------------->
|
|
p001:
|
|
kind: vr-juniper_vjunosswitch
|
|
image: vrnetlab/vr-vjunosswitch:23.2R1.14
|
|
startup-config: p001.cfg
|
|
#<----------------------------------------->
|
|
# Loopback 172.16.250.2/32
|
|
# ISIS-System 49.0001.0000.0000.0002.00
|
|
#<----------------------------------------->
|
|
p002:
|
|
kind: vr-juniper_vjunosswitch
|
|
image: vrnetlab/vr-vjunosswitch:23.2R1.14
|
|
startup-config: p002.cfg
|
|
#<----------------------------------------->
|
|
# Loopback 172.16.250.3/32
|
|
# ISIS-System 49.0001.0000.0000.0003.00
|
|
#<----------------------------------------->
|
|
p003:
|
|
kind: vr-juniper_vjunosswitch
|
|
image: vrnetlab/vr-vjunosswitch:23.2R1.14
|
|
startup-config: p003.cfg
|
|
#<----------------------------------------->
|
|
# Loopback 172.16.250.4/32
|
|
# ISIS-System 49.0001.0000.0000.0004.00
|
|
#<----------------------------------------->
|
|
p004:
|
|
kind: vr-juniper_vjunosswitch
|
|
image: vrnetlab/vr-vjunosswitch:23.2R1.14
|
|
startup-config: p004.cfg
|
|
|
|
links:
|
|
#<---------------------------------------------------------->
|
|
#<------------------------CORE Links------------------------>
|
|
#<---------------------------------------------------------->
|
|
|
|
- endpoints: ["p001:eth1", "p002:eth1"] # 172.16.1.0/30
|
|
- endpoints: ["p003:eth1", "p004:eth1"] # 172.16.1.4/30
|
|
- endpoints: ["p001:eth2", "p003:eth2"] # 172.16.1.8/30
|
|
- endpoints: ["p002:eth2", "p004:eth2"] # 172.16.1.12/30
|