Skip to content

Commit 2874046

Browse files
updated examples topo files
1 parent 830d34d commit 2874046

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

examples/topologies/atd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ topology:
22
name: ATD
33
username: arista
44
password: $6$BSMT1WbtoeKM/hK4$kJxcK/KXv4shkWUb9y5MOgNG6EUmmHR5fR4BM2e4uKtXB74lXL1fncHNC0d4xUcW86OJeYapbFZtBdjStkEqv.
5+
cv:
6+
nodes:
7+
- 192.168.49.12
8+
port: 9910
9+
auth:
10+
cert: xxxx
11+
path: /mnt/flash
512
images:
613
registry: local
714
ceos: 4.28.0F

examples/topologies/l2.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ topology:
55
cvp-key: rob-lab
66
username: arista
77
password: $6$BSMT1WbtoeKM/hK4$kJxcK/KXv4shkWUb9y5MOgNG6EUmmHR5fR4BM2e4uKtXB74lXL1fncHNC0d4xUcW86OJeYapbFZtBdjStkEqv.
8+
cv:
9+
nodes:
10+
- 192.168.49.12
11+
port: 9910
12+
auth:
13+
cert: xxxx
14+
path: /mnt/flash
815
infra:
916
bridge: vmgmt
1017
vrf: MGMT

examples/topologies/l3.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ topology:
55
cvp-key: rob-lab
66
username: arista
77
password: $6$BSMT1WbtoeKM/hK4$kJxcK/KXv4shkWUb9y5MOgNG6EUmmHR5fR4BM2e4uKtXB74lXL1fncHNC0d4xUcW86OJeYapbFZtBdjStkEqv.
8+
cv:
9+
nodes:
10+
- 192.168.49.12
11+
port: 9910
12+
auth:
13+
cert: xxxx
14+
path: /mnt/flash
815
infra:
916
bridge: vmgmt
1017
vrf: MGMT

examples/topologies/ratd.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ topology:
22
name: RATD
33
username: arista
44
password: $6$BSMT1WbtoeKM/hK4$kJxcK/KXv4shkWUb9y5MOgNG6EUmmHR5fR4BM2e4uKtXB74lXL1fncHNC0d4xUcW86OJeYapbFZtBdjStkEqv.
5+
cv:
6+
nodes:
7+
- 192.168.49.12
8+
port: 9910
9+
auth:
10+
cert: xxxx
11+
path: /mnt/flash
512
images:
613
registry: local
714
ceos: 4.28.0F

0 commit comments

Comments
 (0)