You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

541 lines
16 KiB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  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.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd">
  3. <node name="Router-A" type="SIMPLE" subtype="IOSv" location="220,198">
  4. <extensions>
  5. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  6. <entry key="AutoNetkit.IGP" type="String">eigrp</entry>
  7. <entry key="Auto-generate config" type="Boolean">false</entry>
  8. <entry key="config" type="String">! IOS Config generated on 2015-09-06 21:22&#xD;
  9. ! by autonetkit_0.18.1&#xD;
  10. !&#xD;
  11. hostname Router-A&#xD;
  12. boot-start-marker&#xD;
  13. boot-end-marker&#xD;
  14. !&#xD;
  15. vrf definition Mgmt-intf&#xD;
  16. !&#xD;
  17. address-family ipv4&#xD;
  18. exit-address-family&#xD;
  19. !&#xD;
  20. address-family ipv6&#xD;
  21. exit-address-family&#xD;
  22. !&#xD;
  23. !&#xD;
  24. !&#xD;
  25. no aaa new-model&#xD;
  26. !&#xD;
  27. !&#xD;
  28. ip cef&#xD;
  29. ipv6 unicast-routing&#xD;
  30. ipv6 cef&#xD;
  31. !&#xD;
  32. !&#xD;
  33. service timestamps debug datetime msec&#xD;
  34. service timestamps log datetime msec&#xD;
  35. no service password-encryption&#xD;
  36. no service config&#xD;
  37. enable password cisco&#xD;
  38. ip classless&#xD;
  39. ip subnet-zero&#xD;
  40. no ip domain lookup&#xD;
  41. line vty 0 4&#xD;
  42. transport input ssh telnet&#xD;
  43. exec-timeout 720 0&#xD;
  44. password cisco&#xD;
  45. login&#xD;
  46. line con 0&#xD;
  47. password cisco&#xD;
  48. !&#xD;
  49. no cdp run&#xD;
  50. !&#xD;
  51. !&#xD;
  52. interface Loopback0&#xD;
  53. description Loopback&#xD;
  54. ip address 192.168.0.2 255.255.255.255&#xD;
  55. !&#xD;
  56. interface GigabitEthernet0/0&#xD;
  57. description OOB Management&#xD;
  58. vrf forwarding Mgmt-intf&#xD;
  59. ! Configured on launch&#xD;
  60. no ip address&#xD;
  61. duplex full&#xD;
  62. speed auto&#xD;
  63. no shutdown&#xD;
  64. !&#xD;
  65. interface GigabitEthernet0/1&#xD;
  66. description to wanEM&#xD;
  67. ip address 192.168.101.2 255.255.255.252&#xD;
  68. duplex full&#xD;
  69. speed auto&#xD;
  70. no shutdown&#xD;
  71. !&#xD;
  72. interface GigabitEthernet0/2&#xD;
  73. description to server-1&#xD;
  74. ip address 192.168.1.1 255.255.255.0&#xD;
  75. duplex full&#xD;
  76. speed auto&#xD;
  77. no shutdown&#xD;
  78. !&#xD;
  79. !&#xD;
  80. !&#xD;
  81. &#xD;
  82. !&#xD;
  83. ip route 0.0.0.0 0.0.0.0 192.168.101.1&#xD;
  84. !&#xD;
  85. end&#xD;
  86. </entry>
  87. </extensions>
  88. <interface id="0" name="GigabitEthernet0/1" ipv4="192.168.101.2" netPrefixLenV4="24"/>
  89. <interface id="1" name="GigabitEthernet0/2" ipv4="192.168.1.1" netPrefixLenV4="24"/>
  90. <interface id="2" name="GigabitEthernet0/3"/>
  91. <interface id="3" name="GigabitEthernet0/4"/>
  92. </node>
  93. <node name="Client" type="SIMPLE" subtype="server" location="158,285">
  94. <extensions>
  95. <entry key="Auto-generate config" type="Boolean">false</entry>
  96. <entry key="config" type="String">#cloud-config&#xD;
  97. bootcmd:&#xD;
  98. - ln -s -t /etc/rc.d /etc/rc.local&#xD;
  99. hostname: Client&#xD;
  100. manage_etc_hosts: true&#xD;
  101. runcmd:&#xD;
  102. - start ttyS0&#xD;
  103. - systemctl start getty@ttyS0.service&#xD;
  104. - systemctl start rc-local&#xD;
  105. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config&#xD;
  106. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config&#xD;
  107. - service ssh restart&#xD;
  108. - service sshd restart&#xD;
  109. users:&#xD;
  110. - default&#xD;
  111. - gecos: User configured by VIRL Configuration Engine 0.18.9&#xD;
  112. lock-passwd: false&#xD;
  113. name: cisco&#xD;
  114. plain-text-passwd: cisco&#xD;
  115. shell: /bin/bash&#xD;
  116. ssh-authorized-keys:&#xD;
  117. - VIRL-USER-SSH-PUBLIC-KEY&#xD;
  118. sudo: ALL=(ALL) ALL&#xD;
  119. write_files:&#xD;
  120. - path: /etc/init/ttyS0.conf&#xD;
  121. owner: root:root&#xD;
  122. content: |&#xD;
  123. # ttyS0 - getty&#xD;
  124. # This service maintains a getty on ttyS0 from the point the system is&#xD;
  125. # started until it is shut down again.&#xD;
  126. start on stopped rc or RUNLEVEL=[12345]&#xD;
  127. stop on runlevel [!12345]&#xD;
  128. respawn&#xD;
  129. exec /sbin/getty -L 115200 ttyS0 vt102&#xD;
  130. permissions: '0644'&#xD;
  131. - path: /etc/systemd/system/dhclient@.service&#xD;
  132. content: |&#xD;
  133. [Unit]&#xD;
  134. Description=Run dhclient on %i interface&#xD;
  135. After=network.target&#xD;
  136. [Service]&#xD;
  137. Type=oneshot&#xD;
  138. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease&#xD;
  139. RemainAfterExit=yes&#xD;
  140. owner: root:root&#xD;
  141. permissions: '0644'&#xD;
  142. - path: /etc/rc.local&#xD;
  143. owner: root:root&#xD;
  144. permissions: '0755'&#xD;
  145. content: |-&#xD;
  146. !/bin/sh -e&#xD;
  147. ifconfig eth1 up 192.168.1.100 netmask 255.255.255.0&#xD;
  148. route del default&#xD;
  149. route add default gw 192.168.1.1&#xD;
  150. #arp -i eth1 -s 192.168.1.1 aa:aa:aa:aa:aa:aa&#xD;
  151. exit 0&#xD;
  152. &#xD;
  153. - path: /etc/resolv.conf&#xD;
  154. owner: root:root&#xD;
  155. permissions: '0644'&#xD;
  156. content: |&#xD;
  157. #by Patrick.&#xD;
  158. nameserver 8.8.8.8&#xD;
  159. </entry>
  160. </extensions>
  161. <interface id="0" name="eth1" ipv4="192.168.1.100" netPrefixLenV4="24"/>
  162. </node>
  163. <node name="ISP" type="SIMPLE" subtype="wanEM" location="340,139" vmImage="wanEM-bash-init-aktuell [d38b887a-e92a-41ad-9f86-f6d81d7afeb8]" vmFlavor="m1.small [2]">
  164. <extensions>
  165. <entry key="Auto-generate config" type="Boolean">false</entry>
  166. <entry key="config" type="String"> ifconfig eth1 up 192.168.101.1 netmask 255.255.255.252&#xD;
  167. ifconfig eth2 up 192.168.102.1 netmask 255.255.255.252&#xD;
  168. &#xD;
  169. dhclient eth0&#xD;
  170. dhclient eth3&#xD;
  171. &#xD;
  172. route add default gw 172.16.1.254 eth3&#xD;
  173. route add -net 192.168.101.0/30 gw 192.168.101.2 dev eth1&#xD;
  174. route add -net 192.168.1.0/24 gw 192.168.101.2 dev eth1&#xD;
  175. route add -net 192.168.102.0/30 gw 192.168.102.2 dev eth2&#xD;
  176. route add -net 192.168.2.0/24 gw 192.168.102.2 dev eth2&#xD;
  177. &#xD;
  178. iptables -t nat -A POSTROUTING -o eth3 -j MASQUERADE&#xD;
  179. iptables -A FORWARD -i eth2 -j ACCEPT&#xD;
  180. iptables -A FORWARD -i eth1 -j ACCEPT&#xD;
  181. /sbin/tc qdisc add dev eth2 root handle 1:1 netem delay 100ms loss 5%&#xD;
  182. service ssh start&#xD;
  183. &#xD;
  184. hostname ISP&#xD;
  185. &#xD;
  186. exit 0&#xD;
  187. </entry>
  188. </extensions>
  189. <interface id="0" name="Ethernet1" ipv4="192.168.101.1" netPrefixLenV4="24"/>
  190. <interface id="1" name="Ethernet2" ipv4="192.168.102.1" netPrefixLenV4="24"/>
  191. <interface id="2" name="Ethernet3"/>
  192. </node>
  193. <node name="Router-B" type="SIMPLE" subtype="IOSv" location="442,185">
  194. <extensions>
  195. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  196. <entry key="Auto-generate config" type="Boolean">false</entry>
  197. <entry key="config" type="String">! IOS Config generated on 2015-09-06 21:22&#xD;
  198. ! by autonetkit_0.18.1&#xD;
  199. !&#xD;
  200. hostname Router-B&#xD;
  201. boot-start-marker&#xD;
  202. boot-end-marker&#xD;
  203. !&#xD;
  204. vrf definition Mgmt-intf&#xD;
  205. !&#xD;
  206. address-family ipv4&#xD;
  207. exit-address-family&#xD;
  208. !&#xD;
  209. address-family ipv6&#xD;
  210. exit-address-family&#xD;
  211. !&#xD;
  212. !&#xD;
  213. !&#xD;
  214. no aaa new-model&#xD;
  215. !&#xD;
  216. !&#xD;
  217. ip cef&#xD;
  218. ipv6 unicast-routing&#xD;
  219. ipv6 cef&#xD;
  220. !&#xD;
  221. !&#xD;
  222. service timestamps debug datetime msec&#xD;
  223. service timestamps log datetime msec&#xD;
  224. no service password-encryption&#xD;
  225. no service config&#xD;
  226. enable password cisco&#xD;
  227. ip classless&#xD;
  228. ip subnet-zero&#xD;
  229. no ip domain lookup&#xD;
  230. line vty 0 4&#xD;
  231. transport input ssh telnet&#xD;
  232. exec-timeout 720 0&#xD;
  233. password cisco&#xD;
  234. login&#xD;
  235. line con 0&#xD;
  236. password cisco&#xD;
  237. !&#xD;
  238. no cdp run&#xD;
  239. !&#xD;
  240. !&#xD;
  241. interface Loopback0&#xD;
  242. description Loopback&#xD;
  243. ip address 192.168.0.3 255.255.255.255&#xD;
  244. !&#xD;
  245. interface GigabitEthernet0/0&#xD;
  246. description OOB Management&#xD;
  247. vrf forwarding Mgmt-intf&#xD;
  248. ! Configured on launch&#xD;
  249. no ip address&#xD;
  250. duplex full&#xD;
  251. speed auto&#xD;
  252. no shutdown&#xD;
  253. !&#xD;
  254. interface GigabitEthernet0/1&#xD;
  255. description to wanEM&#xD;
  256. ip address 192.168.102.2 255.255.255.252&#xD;
  257. ip ospf cost 1&#xD;
  258. duplex full&#xD;
  259. speed auto&#xD;
  260. no shutdown&#xD;
  261. !&#xD;
  262. interface GigabitEthernet0/2&#xD;
  263. description to server-2&#xD;
  264. ip address 192.168.2.1 255.255.255.0&#xD;
  265. ip ospf cost 1&#xD;
  266. duplex full&#xD;
  267. speed auto&#xD;
  268. no shutdown&#xD;
  269. !&#xD;
  270. !&#xD;
  271. !&#xD;
  272. ip route 0.0.0.0 0.0.0.0 192.168.102.1&#xD;
  273. !&#xD;
  274. end&#xD;
  275. </entry>
  276. </extensions>
  277. <interface id="0" name="GigabitEthernet0/1"/>
  278. <interface id="1" name="GigabitEthernet0/2" netPrefixLenV4="24"/>
  279. </node>
  280. <node name="Server-B" type="SIMPLE" subtype="server" location="405,302" vmImage="server-uwmadmin-server-Server-B-aktuell [df1463d4-87d0-439f-96d6-ea7aeacccaf3]">
  281. <extensions>
  282. <entry key="Auto-generate config" type="Boolean">false</entry>
  283. <entry key="config" type="String">#cloud-config
  284. bootcmd:
  285. - ln -s -t /etc/rc.d /etc/rc.local
  286. hostname: Server-B
  287. manage_etc_hosts: true
  288. runcmd:
  289. - start ttyS0
  290. - systemctl start getty@ttyS0.service
  291. - systemctl start rc-local
  292. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config
  293. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config
  294. - service ssh restart
  295. - service sshd restart
  296. users:
  297. - default
  298. - gecos: User configured by VIRL Configuration Engine 0.18.9
  299. lock-passwd: false
  300. name: cisco
  301. plain-text-passwd: cisco
  302. shell: /bin/bash
  303. ssh-authorized-keys:
  304. - VIRL-USER-SSH-PUBLIC-KEY
  305. sudo: ALL=(ALL) ALL
  306. write_files:
  307. - path: /etc/init/ttyS0.conf
  308. owner: root:root
  309. content: |
  310. # ttyS0 - getty
  311. # This service maintains a getty on ttyS0 from the point the system is
  312. # started until it is shut down again.
  313. start on stopped rc or RUNLEVEL=[12345]
  314. stop on runlevel [!12345]
  315. respawn
  316. exec /sbin/getty -L 115200 ttyS0 vt102
  317. permissions: '0644'
  318. - path: /etc/systemd/system/dhclient@.service
  319. content: |
  320. [Unit]
  321. Description=Run dhclient on %i interface
  322. After=network.target
  323. [Service]
  324. Type=oneshot
  325. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease
  326. RemainAfterExit=yes
  327. owner: root:root
  328. permissions: '0644'
  329. - path: /etc/rc.local
  330. owner: root:root
  331. permissions: '0755'
  332. content: |-
  333. #!/bin/sh -e
  334. ifconfig eth1 up 192.168.2.100 netmask 255.255.255.0
  335. route del default
  336. route add default gw 192.168.2.1
  337. echo "nameserver 8.8.8.8" &gt;/etc/resolv.conf
  338. exit 0
  339. </entry>
  340. </extensions>
  341. <interface id="0" name="eth1" ipv4="192.168.2.100" netPrefixLenV4="24"/>
  342. </node>
  343. <node name="flat-1" type="ASSET" subtype="FLAT" location="358,16">
  344. <interface id="0" name="link0"/>
  345. </node>
  346. <node name="Server-A" type="SIMPLE" subtype="server" location="650,215" vmImage="server-uwmadmin-server-Server-B-aktuell [df1463d4-87d0-439f-96d6-ea7aeacccaf3]">
  347. <extensions>
  348. <entry key="Auto-generate config" type="Boolean">false</entry>
  349. <entry key="config" type="String">#cloud-config&#xD;
  350. bootcmd:&#xD;
  351. - ln -s -t /etc/rc.d /etc/rc.local&#xD;
  352. hostname: Server-A&#xD;
  353. manage_etc_hosts: true&#xD;
  354. runcmd:&#xD;
  355. - start ttyS0&#xD;
  356. - systemctl start getty@ttyS0.service&#xD;
  357. - systemctl start rc-local&#xD;
  358. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config&#xD;
  359. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config&#xD;
  360. - service ssh restart&#xD;
  361. - service sshd restart&#xD;
  362. users:&#xD;
  363. - default&#xD;
  364. - gecos: User configured by VIRL Configuration Engine 0.18.9&#xD;
  365. lock-passwd: false&#xD;
  366. name: cisco&#xD;
  367. plain-text-passwd: cisco&#xD;
  368. shell: /bin/bash&#xD;
  369. ssh-authorized-keys:&#xD;
  370. - VIRL-USER-SSH-PUBLIC-KEY&#xD;
  371. sudo: ALL=(ALL) ALL&#xD;
  372. write_files:&#xD;
  373. - path: /etc/init/ttyS0.conf&#xD;
  374. owner: root:root&#xD;
  375. content: |&#xD;
  376. # ttyS0 - getty&#xD;
  377. # This service maintains a getty on ttyS0 from the point the system is&#xD;
  378. # started until it is shut down again.&#xD;
  379. start on stopped rc or RUNLEVEL=[12345]&#xD;
  380. stop on runlevel [!12345]&#xD;
  381. respawn&#xD;
  382. exec /sbin/getty -L 115200 ttyS0 vt102&#xD;
  383. permissions: '0644'&#xD;
  384. - path: /etc/systemd/system/dhclient@.service&#xD;
  385. content: |&#xD;
  386. [Unit]&#xD;
  387. Description=Run dhclient on %i interface&#xD;
  388. After=network.target&#xD;
  389. [Service]&#xD;
  390. Type=oneshot&#xD;
  391. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease&#xD;
  392. RemainAfterExit=yes&#xD;
  393. owner: root:root&#xD;
  394. permissions: '0644'&#xD;
  395. - path: /etc/rc.local&#xD;
  396. owner: root:root&#xD;
  397. permissions: '0755'&#xD;
  398. content: |-&#xD;
  399. #!/bin/sh -e&#xD;
  400. ifconfig eth1 up 192.168.2.200 netmask 255.255.255.0&#xD;
  401. route del default&#xD;
  402. route add default gw 192.168.2.1&#xD;
  403. exit 0&#xD;
  404. &#xD;
  405. - path: /etc/resolv.conf&#xD;
  406. owner: root:root&#xD;
  407. permissions: '0644'&#xD;
  408. content: |&#xD;
  409. # ttyS0 - getty&#xD;
  410. # This service maintains a getty on ttyS0 from the point the system is&#xD;
  411. # started until it is shut down again.&#xD;
  412. nameserver 8.8.8.8</entry>
  413. </extensions>
  414. <interface id="0" name="eth1" ipv4="10.0.0.14" netPrefixLenV4="30"/>
  415. </node>
  416. <node name="Switch-A" type="SIMPLE" subtype="IOSvL2" location="578,316">
  417. <extensions>
  418. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  419. <entry key="config" type="String">! IOSvL2 Config generated on 2015-12-11 21:04&#xD;
  420. ! by autonetkit_0.18.1&#xD;
  421. !&#xD;
  422. version 15.2&#xD;
  423. service timestamps debug datetime msec&#xD;
  424. service timestamps log datetime msec&#xD;
  425. no service password-encryption&#xD;
  426. service compress-config&#xD;
  427. no service config&#xD;
  428. enable password cisco&#xD;
  429. ip classless&#xD;
  430. ip subnet-zero&#xD;
  431. no ip domain lookup&#xD;
  432. !&#xD;
  433. line vty 0 4&#xD;
  434. transport input ssh telnet&#xD;
  435. exec-timeout 720 0&#xD;
  436. password cisco&#xD;
  437. login&#xD;
  438. !&#xD;
  439. line con 0&#xD;
  440. password cisco&#xD;
  441. !&#xD;
  442. hostname Switch-A&#xD;
  443. !&#xD;
  444. boot-start-marker&#xD;
  445. boot-end-marker&#xD;
  446. !&#xD;
  447. !&#xD;
  448. !&#xD;
  449. no aaa new-model&#xD;
  450. !&#xD;
  451. !&#xD;
  452. !&#xD;
  453. !&#xD;
  454. !&#xD;
  455. !&#xD;
  456. !&#xD;
  457. !&#xD;
  458. ip cef&#xD;
  459. no ipv6 cef&#xD;
  460. !&#xD;
  461. !&#xD;
  462. spanning-tree mode pvst&#xD;
  463. spanning-tree extend system-id&#xD;
  464. !&#xD;
  465. vlan internal allocation policy ascending&#xD;
  466. !&#xD;
  467. !&#xD;
  468. !&#xD;
  469. !&#xD;
  470. vrf definition Mgmt-intf&#xD;
  471. !&#xD;
  472. address-family ipv4&#xD;
  473. exit-address-family&#xD;
  474. !&#xD;
  475. address-family ipv6&#xD;
  476. exit-address-family&#xD;
  477. !&#xD;
  478. !&#xD;
  479. !&#xD;
  480. !&#xD;
  481. !&#xD;
  482. interface Loopback0&#xD;
  483. description Loopback&#xD;
  484. !&#xD;
  485. interface GigabitEthernet0/0&#xD;
  486. description OOB management&#xD;
  487. ! Configured on launch&#xD;
  488. no switchport&#xD;
  489. no ip address&#xD;
  490. no shutdown&#xD;
  491. !&#xD;
  492. interface GigabitEthernet0/1&#xD;
  493. description to Router-B&#xD;
  494. switchport access vlan 2&#xD;
  495. switchport mode access&#xD;
  496. no shutdown&#xD;
  497. !&#xD;
  498. interface GigabitEthernet0/2&#xD;
  499. description to Server-A&#xD;
  500. switchport access vlan 2&#xD;
  501. switchport mode access&#xD;
  502. shutdown&#xD;
  503. !&#xD;
  504. interface GigabitEthernet0/3&#xD;
  505. description to Server-B&#xD;
  506. switchport access vlan 2&#xD;
  507. switchport mode access&#xD;
  508. no shutdown&#xD;
  509. !&#xD;
  510. !&#xD;
  511. ip forward-protocol nd&#xD;
  512. !&#xD;
  513. no ip http server&#xD;
  514. no ip http secure-server&#xD;
  515. !&#xD;
  516. !&#xD;
  517. !&#xD;
  518. !&#xD;
  519. !&#xD;
  520. !&#xD;
  521. control-plane&#xD;
  522. !&#xD;
  523. !&#xD;
  524. !&#xD;
  525. end&#xD;
  526. </entry>
  527. <entry key="Auto-generate config" type="Boolean">false</entry>
  528. </extensions>
  529. <interface id="0" name="GigabitEthernet0/1"/>
  530. <interface id="1" name="GigabitEthernet0/2"/>
  531. <interface id="2" name="GigabitEthernet0/3"/>
  532. </node>
  533. <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[1]"/>
  534. <connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[2]"/>
  535. <connection dst="/virl:topology/virl:node[3]/virl:interface[3]" src="/virl:topology/virl:node[6]/virl:interface[1]"/>
  536. <connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[2]"/>
  537. <connection dst="/virl:topology/virl:node[8]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[2]"/>
  538. <connection dst="/virl:topology/virl:node[8]/virl:interface[2]" src="/virl:topology/virl:node[7]/virl:interface[1]"/>
  539. <connection dst="/virl:topology/virl:node[8]/virl:interface[3]" src="/virl:topology/virl:node[5]/virl:interface[1]"/>
  540. </topology>