diff --git a/dev_env_data/clab/basic_setup.yaml b/dev_env_data/clab/basic_setup.yaml new file mode 100644 index 0000000000000000000000000000000000000000..be2e60b47aec3b39b742855baae78103d17b4762 --- /dev/null +++ b/dev_env_data/clab/basic_setup.yaml @@ -0,0 +1,22 @@ +name: gosdn_csbi_arista_base + +mgmt: + network: gosdn-csbi-arista-base-net + ipv4_subnet: 172.100.0.0/16 + ipv6_subnet: 2001:db8::/64 + +topology: + kinds: + ceos: + image: registry.code.fbi.h-da.de/danet/containers/ceos:4.28.2F + nodes: + ceos0: + kind: ceos + mgmt_ipv4: 172.100.0.11 + + ceos1: + kind: ceos + mgmt_ipv4: 172.100.0.12 + + links: + - endpoints: ["ceos0:eth1","ceos1:eth1"]