added arista device to make eAPI/telnet reachable

This commit is contained in:
2025-11-08 16:00:41 +01:00
parent 9ebe896757
commit 92e9b0f918
3 changed files with 751 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ topology:
memory: 256MB
cpu-set: 4-7
nodes:
# a1:
# kind: arista_ceos
a1:
kind: arista_ceos
br-clab-intonly:
kind: bridge
br-ext:
@@ -133,6 +133,7 @@ topology:
- endpoints: [ "jumphost1:eth1", "webserver1:eth1" ]
- endpoints: [ "jumphost1:eth2", "jumphost2:eth0" ]
- endpoints: [ "jumphost2:eth1", "webserver2:eth1" ]
- endpoints: [ "jumphost2:eth2", "a1:eth3" ]
- endpoints: [ "linux1:eth0", "br-clab-intonly:l1" ]
- endpoints: [ "linux2:eth0", "br-clab-intonly:l2" ]
- endpoints: [ "linux3:eth0", "br-clab-intonly:l3" ]