Skip to content

Commit

Permalink
added topology
Browse files Browse the repository at this point in the history
  • Loading branch information
devan555 authored May 22, 2024
1 parent f1a2d48 commit 86c37b4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions run_test/topology.clab.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ceos_simple
topology:
nodes:
ceos1:
kind: ceos
image: ceos:4.30.5M
ports:
- 23001:22
ceos2:
kind: ceos
image: ceos:4.30.5M
ports:
- 23002:22

links:
- endpoints: ["ceos1:eth1", "ceos2:eth1"]

0 comments on commit 86c37b4

Please sign in to comment.