Skip to content

Commit d4242ac

Browse files
committed
topology file
1 parent 86bc2e9 commit d4242ac

File tree

1 file changed

+366
-0
lines changed

1 file changed

+366
-0
lines changed

topology.virl

+366
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,366 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.95" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.95/virl.xsd">
3+
<extensions>
4+
<entry key="management_network" type="String">flat</entry>
5+
<entry key="management_lxc" type="Boolean">false</entry>
6+
<entry key="AutoNetkit.IGP" type="String">ospf</entry>
7+
</extensions>
8+
<node name="nx1" type="SIMPLE" subtype="NX-OSv 9000" location="438,184" ipv4="192.168.0.1">
9+
<extensions>
10+
<entry key="config" type="string">! NX-OSv Config generated on 2019-05-09 13:22
11+
! by autonetkit_0.23.5
12+
!
13+
version 6.2(1)
14+
license grace-period
15+
!
16+
hostname nx1
17+
vdc nx1 id 1
18+
limit-resource vlan minimum 16 maximum 4094
19+
limit-resource vrf minimum 2 maximum 4096
20+
limit-resource port-channel minimum 0 maximum 768
21+
limit-resource u4route-mem minimum 96 maximum 96
22+
limit-resource u6route-mem minimum 24 maximum 24
23+
limit-resource m4route-mem minimum 58 maximum 58
24+
limit-resource m6route-mem minimum 8 maximum 8
25+
26+
feature telnet
27+
28+
feature ospf
29+
feature bgp
30+
31+
username adminbackup password 5 ! role network-operator
32+
username admin password 5 $1$KuOSBsvW$Cy0TSD..gEBGBPjzpDgf51 role network-admin
33+
username cisco password 5 $1$Nk7ZkwH0$fyiRmMMfIheqE3BqvcL0C1 role network-operator
34+
username cisco role network-admin
35+
username lab password 5 $1$buoy/oqy$.EXQz8rCn72ii8qtdldj00 role network-admin
36+
no password strength-check
37+
ip domain-lookup
38+
copp profile strict
39+
snmp-server user lab network-admin auth md5 0x5ceb414591539ee35159fca86fdfa101 priv 0x5ceb414591539ee35159fca86fdfa101 localizedkey
40+
snmp-server user admin network-admin auth md5 0x328945d53e05e8e7207f8c20b142f0b7 priv 0x328945d53e05e8e7207f8c20b142f0b7 localizedkey
41+
snmp-server user cisco network-operator auth md5 0x55b3c64a53fb95518e75358ee75e82e9 priv 0x55b3c64a53fb95518e75358ee75e82e9 localizedkey
42+
snmp-server user cisco network-admin
43+
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL
44+
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL
45+
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR
46+
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING
47+
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO
48+
49+
50+
vlan 1
51+
52+
vrf context management
53+
ip route 0.0.0.0/0 {{ gateway }}
54+
hardware forwarding unicast trace
55+
56+
interface Loopback0
57+
description Loopback
58+
ip address 192.168.0.1/32
59+
ip router ospf 1 area 0
60+
61+
interface Ethernet1/1
62+
description Ethernet1/1
63+
no switchport
64+
no ip address
65+
mac-address fa16.3e00.0001
66+
no shutdown
67+
68+
interface Ethernet1/2
69+
description to nx2
70+
no switchport
71+
ip address 10.0.0.5/30
72+
ip router ospf 1 area 0
73+
mac-address fa16.3e00.0002
74+
no shutdown
75+
76+
interface Ethernet1/3
77+
description to nx3
78+
no switchport
79+
ip address 10.0.0.9/30
80+
ip router ospf 1 area 0
81+
mac-address fa16.3e00.0003
82+
no shutdown
83+
84+
interface mgmt0
85+
description OOB Management
86+
! Configured on launch
87+
no ip address
88+
mac-address fa16.3e00.0004
89+
no shutdown
90+
vrf member management
91+
92+
93+
line console
94+
line vty
95+
router ospf 1
96+
router-id 192.168.0.1
97+
router bgp 1
98+
router-id 192.168.0.1
99+
address-family ipv4 unicast
100+
network 192.168.0.1/32
101+
!
102+
! iBGP
103+
!
104+
! iBGP peers
105+
!
106+
neighbor 192.168.0.2 remote-as 1
107+
description iBGP peer nx2
108+
update-source Loopback0
109+
address-family ipv4 unicast
110+
!
111+
!
112+
!
113+
neighbor 192.168.0.3 remote-as 1
114+
description iBGP peer nx3
115+
update-source Loopback0
116+
address-family ipv4 unicast
117+
!
118+
!
119+
</entry>
120+
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
121+
</extensions>
122+
<interface id="0" name="Ethernet1/1"/>
123+
<interface id="1" name="Ethernet1/2" ipv4="10.0.0.5" netPrefixLenV4="30"/>
124+
<interface id="2" name="Ethernet1/3" ipv4="10.0.0.9" netPrefixLenV4="30"/>
125+
</node>
126+
<node name="nx2" type="SIMPLE" subtype="NX-OSv 9000" location="340,308" ipv4="192.168.0.2">
127+
<extensions>
128+
<entry key="config" type="string">! NX-OSv Config generated on 2019-05-09 13:22
129+
! by autonetkit_0.23.5
130+
!
131+
version 6.2(1)
132+
license grace-period
133+
!
134+
hostname nx2
135+
vdc nx2 id 1
136+
limit-resource vlan minimum 16 maximum 4094
137+
limit-resource vrf minimum 2 maximum 4096
138+
limit-resource port-channel minimum 0 maximum 768
139+
limit-resource u4route-mem minimum 96 maximum 96
140+
limit-resource u6route-mem minimum 24 maximum 24
141+
limit-resource m4route-mem minimum 58 maximum 58
142+
limit-resource m6route-mem minimum 8 maximum 8
143+
144+
feature telnet
145+
146+
feature ospf
147+
feature bgp
148+
149+
username adminbackup password 5 ! role network-operator
150+
username admin password 5 $1$KuOSBsvW$Cy0TSD..gEBGBPjzpDgf51 role network-admin
151+
username cisco password 5 $1$Nk7ZkwH0$fyiRmMMfIheqE3BqvcL0C1 role network-operator
152+
username cisco role network-admin
153+
username lab password 5 $1$buoy/oqy$.EXQz8rCn72ii8qtdldj00 role network-admin
154+
no password strength-check
155+
ip domain-lookup
156+
copp profile strict
157+
snmp-server user lab network-admin auth md5 0x5ceb414591539ee35159fca86fdfa101 priv 0x5ceb414591539ee35159fca86fdfa101 localizedkey
158+
snmp-server user admin network-admin auth md5 0x328945d53e05e8e7207f8c20b142f0b7 priv 0x328945d53e05e8e7207f8c20b142f0b7 localizedkey
159+
snmp-server user cisco network-operator auth md5 0x55b3c64a53fb95518e75358ee75e82e9 priv 0x55b3c64a53fb95518e75358ee75e82e9 localizedkey
160+
snmp-server user cisco network-admin
161+
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL
162+
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL
163+
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR
164+
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING
165+
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO
166+
167+
168+
vlan 1
169+
170+
vrf context management
171+
ip route 0.0.0.0/0 {{ gateway }}
172+
hardware forwarding unicast trace
173+
174+
interface Loopback0
175+
description Loopback
176+
ip address 192.168.0.2/32
177+
ip router ospf 1 area 0
178+
179+
interface Ethernet1/1
180+
description to nx1
181+
no switchport
182+
ip address 10.0.0.6/30
183+
ip router ospf 1 area 0
184+
mac-address fa16.3e00.0005
185+
no shutdown
186+
187+
interface Ethernet1/2
188+
description Ethernet1/2
189+
no switchport
190+
no ip address
191+
mac-address fa16.3e00.0006
192+
no shutdown
193+
194+
interface Ethernet1/3
195+
description to nx3
196+
no switchport
197+
ip address 10.0.0.13/30
198+
ip router ospf 1 area 0
199+
mac-address fa16.3e00.0007
200+
no shutdown
201+
202+
interface mgmt0
203+
description OOB Management
204+
! Configured on launch
205+
no ip address
206+
mac-address fa16.3e00.0008
207+
no shutdown
208+
vrf member management
209+
210+
211+
line console
212+
line vty
213+
router ospf 1
214+
router-id 192.168.0.2
215+
router bgp 1
216+
router-id 192.168.0.2
217+
address-family ipv4 unicast
218+
network 192.168.0.2/32
219+
!
220+
! iBGP
221+
!
222+
! iBGP peers
223+
!
224+
neighbor 192.168.0.1 remote-as 1
225+
description iBGP peer nx1
226+
update-source Loopback0
227+
address-family ipv4 unicast
228+
!
229+
!
230+
!
231+
neighbor 192.168.0.3 remote-as 1
232+
description iBGP peer nx3
233+
update-source Loopback0
234+
address-family ipv4 unicast
235+
!
236+
!
237+
</entry>
238+
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
239+
</extensions>
240+
<interface id="0" name="Ethernet1/1" ipv4="10.0.0.6" netPrefixLenV4="30"/>
241+
<interface id="1" name="Ethernet1/2"/>
242+
<interface id="2" name="Ethernet1/3" ipv4="10.0.0.13" netPrefixLenV4="30"/>
243+
</node>
244+
<node name="nx3" type="SIMPLE" subtype="NX-OSv 9000" location="541,316" ipv4="192.168.0.3">
245+
<extensions>
246+
<entry key="config" type="string">! NX-OSv Config generated on 2019-05-09 13:22
247+
! by autonetkit_0.23.5
248+
!
249+
version 6.2(1)
250+
license grace-period
251+
!
252+
hostname nx3
253+
vdc nx3 id 1
254+
limit-resource vlan minimum 16 maximum 4094
255+
limit-resource vrf minimum 2 maximum 4096
256+
limit-resource port-channel minimum 0 maximum 768
257+
limit-resource u4route-mem minimum 96 maximum 96
258+
limit-resource u6route-mem minimum 24 maximum 24
259+
limit-resource m4route-mem minimum 58 maximum 58
260+
limit-resource m6route-mem minimum 8 maximum 8
261+
262+
feature telnet
263+
264+
feature ospf
265+
feature bgp
266+
267+
username adminbackup password 5 ! role network-operator
268+
username admin password 5 $1$KuOSBsvW$Cy0TSD..gEBGBPjzpDgf51 role network-admin
269+
username cisco password 5 $1$Nk7ZkwH0$fyiRmMMfIheqE3BqvcL0C1 role network-operator
270+
username cisco role network-admin
271+
username lab password 5 $1$buoy/oqy$.EXQz8rCn72ii8qtdldj00 role network-admin
272+
no password strength-check
273+
ip domain-lookup
274+
copp profile strict
275+
snmp-server user lab network-admin auth md5 0x5ceb414591539ee35159fca86fdfa101 priv 0x5ceb414591539ee35159fca86fdfa101 localizedkey
276+
snmp-server user admin network-admin auth md5 0x328945d53e05e8e7207f8c20b142f0b7 priv 0x328945d53e05e8e7207f8c20b142f0b7 localizedkey
277+
snmp-server user cisco network-operator auth md5 0x55b3c64a53fb95518e75358ee75e82e9 priv 0x55b3c64a53fb95518e75358ee75e82e9 localizedkey
278+
snmp-server user cisco network-admin
279+
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL
280+
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL
281+
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR
282+
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING
283+
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO
284+
285+
286+
vlan 1
287+
288+
vrf context management
289+
ip route 0.0.0.0/0 {{ gateway }}
290+
hardware forwarding unicast trace
291+
292+
interface Loopback0
293+
description Loopback
294+
ip address 192.168.0.3/32
295+
ip router ospf 1 area 0
296+
297+
interface Ethernet1/1
298+
description to nx1
299+
no switchport
300+
ip address 10.0.0.10/30
301+
ip router ospf 1 area 0
302+
mac-address fa16.3e00.0009
303+
no shutdown
304+
305+
interface Ethernet1/2
306+
description to nx2
307+
no switchport
308+
ip address 10.0.0.14/30
309+
ip router ospf 1 area 0
310+
mac-address fa16.3e00.000a
311+
no shutdown
312+
313+
interface Ethernet1/3
314+
description Ethernet1/3
315+
no switchport
316+
no ip address
317+
mac-address fa16.3e00.000b
318+
no shutdown
319+
320+
interface mgmt0
321+
description OOB Management
322+
! Configured on launch
323+
no ip address
324+
mac-address fa16.3e00.000c
325+
no shutdown
326+
vrf member management
327+
328+
329+
line console
330+
line vty
331+
router ospf 1
332+
router-id 192.168.0.3
333+
router bgp 1
334+
router-id 192.168.0.3
335+
address-family ipv4 unicast
336+
network 192.168.0.3/32
337+
!
338+
! iBGP
339+
!
340+
! iBGP peers
341+
!
342+
neighbor 192.168.0.1 remote-as 1
343+
description iBGP peer nx1
344+
update-source Loopback0
345+
address-family ipv4 unicast
346+
!
347+
!
348+
!
349+
neighbor 192.168.0.2 remote-as 1
350+
description iBGP peer nx2
351+
update-source Loopback0
352+
address-family ipv4 unicast
353+
!
354+
!
355+
</entry>
356+
<entry key="AutoNetkit.mgmt_ip" type="string"></entry>
357+
</extensions>
358+
<interface id="0" name="Ethernet1/1" ipv4="10.0.0.10" netPrefixLenV4="30"/>
359+
<interface id="1" name="Ethernet1/2" ipv4="10.0.0.14" netPrefixLenV4="30"/>
360+
<interface id="2" name="Ethernet1/3"/>
361+
</node>
362+
<annotations/>
363+
<connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[2]"/>
364+
<connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[3]"/>
365+
<connection dst="/virl:topology/virl:node[3]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[3]"/>
366+
</topology>

0 commit comments

Comments
 (0)