forked from adosztal/gns3-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopology_config.yml
More file actions
46 lines (43 loc) · 954 Bytes
/
topology_config.yml
File metadata and controls
46 lines (43 loc) · 954 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
gns3_server: "10.255.255.11"
gns3_port: "3080"
project_name: "NX-OS_mgmt_network"
nodes:
- appliance_name: "Ethernet switch"
os: "none"
instances:
- x: 0
y: 0
- appliance_name: "Cisco CSR1000v 16.7.1"
os: "csr1kv"
instances:
- x: 0
y: -170
ip: "192.168.1.13 255.255.255.0"
gw: "192.168.1.1"
- appliance_name: "Cisco NX-OSv 9000 7.0.3.I7.3"
os: "nxos"
instances:
- x: -200
y: 0
ip: "192.168.1.11/24"
gw: "192.168.1.1"
- x: 200
y: 0
ip: "192.168.1.12/24"
gw: "192.168.1.1"
links:
-
- name: "Ethernetswitch-1"
interface: 1
- name: "CiscoNX-OSv90007.0.3.I7.3-1"
interface: 0
-
- name: "Ethernetswitch-1"
interface: 2
- name: "CiscoNX-OSv90007.0.3.I7.3-2"
interface: 0
-
- name: "Ethernetswitch-1"
interface: 3
- name: "CiscoCSR1000v16.7.1-1"
interface: 0