Skip to content

Commit fdd7edc

Browse files
committed
WAN emulator topology
1 parent 9d8d3ae commit fdd7edc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

WAN/wemulate/topology.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
provider: clab
2+
defaults.device: linux
3+
defaults.devices.linux.image: ghcr.io/hellt/network-multitool
4+
defaults.devices.linux.group_vars.docker_shell: bash -il
5+
6+
nodes:
7+
h1:
8+
h2:
9+
wanem:
10+
image: ghcr.io/wemulate/wemulate-container
11+
12+
links:
13+
- h1:
14+
wanem:
15+
ipv4: False
16+
prefix.ipv4: 192.168.33.0/24
17+
- h2:
18+
wanem:
19+
ipv4: False
20+
prefix.ipv4: 192.168.33.0/24

0 commit comments

Comments
 (0)