-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathtopology.yml
More file actions
65 lines (62 loc) · 973 Bytes
/
topology.yml
File metadata and controls
65 lines (62 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
provider: libvirt
defaults:
device: iosv
attributes:
node:
dmvpn: dict
nodes:
hub1:
hub2:
spoke1:
spoke2:
iotprovider:
firewall:
groups:
hubs:
members: [ hub1, hub2 ]
config: hub.j2
spokes:
members: [ spoke1, spoke2 ]
config: spoke.j2
iot:
members: [ firewall, iotprovider ]
config: iot.j2
dmvpn:
isakmp_key: "isakmp4321"
vpn:
members: [ hubs, spokes ]
dmvpn:
nhrp_keys: {"hub1": "nhrp1234","hub2": "nhrp4321"}
isakmp_key: "isakmp1234"
links:
- iotprovider:
ipv4: 172.16.0.1
spoke1:
spoke2:
type: lan
prefix: 172.16.0.0/24
- firewall:
hub1:
hub2:
type: lan
prefix: 10.0.1.0/29
- iotprovider:
firewall:
type: p2p
prefix: 88.0.0.0/30
role: wan
- hub1:
spoke1:
spoke2:
type: tunnel
prefix: 192.168.1.0/24
- hub2:
spoke1:
spoke2:
type: tunnel
prefix: 192.168.2.0/24
- iotprovider:
firewall:
type: tunnel
prefix: 10.10.0.0/30