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.

544 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
  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. &#xD;
  170. dhclient eth0&#xD;
  171. dhclient eth3&#xD;
  172. &#xD;
  173. &#xD;
  174. route add default gw 172.16.1.254 eth3&#xD;
  175. route add -net 192.168.101.0/30 gw 192.168.101.2 dev eth1&#xD;
  176. route add -net 192.168.1.0/24 gw 192.168.101.2 dev eth1&#xD;
  177. route add -net 192.168.102.0/30 gw 192.168.102.2 dev eth2&#xD;
  178. route add -net 192.168.2.0/24 gw 192.168.102.2 dev eth2&#xD;
  179. &#xD;
  180. &#xD;
  181. iptables -t nat -A POSTROUTING -o eth3 -j MASQUERADE&#xD;
  182. iptables -A FORWARD -i eth2 -j ACCEPT&#xD;
  183. iptables -A FORWARD -i eth1 -j ACCEPT&#xD;
  184. /sbin/tc qdisc add dev eth3 root handle 1:1 netem delay 100ms&#xD;
  185. service ssh start&#xD;
  186. &#xD;
  187. hostname ISP&#xD;
  188. &#xD;
  189. exit 0&#xD;
  190. </entry>
  191. </extensions>
  192. <interface id="0" name="Ethernet1" ipv4="192.168.101.1" netPrefixLenV4="24"/>
  193. <interface id="1" name="Ethernet2" ipv4="192.168.102.1" netPrefixLenV4="24"/>
  194. <interface id="2" name="Ethernet3"/>
  195. </node>
  196. <node name="Router-B" type="SIMPLE" subtype="IOSv" location="442,185">
  197. <extensions>
  198. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  199. <entry key="Auto-generate config" type="Boolean">false</entry>
  200. <entry key="config" type="String">! IOS Config generated on 2015-09-06 21:22&#xD;
  201. ! by autonetkit_0.18.1&#xD;
  202. !&#xD;
  203. hostname Router-B&#xD;
  204. boot-start-marker&#xD;
  205. boot-end-marker&#xD;
  206. !&#xD;
  207. vrf definition Mgmt-intf&#xD;
  208. !&#xD;
  209. address-family ipv4&#xD;
  210. exit-address-family&#xD;
  211. !&#xD;
  212. address-family ipv6&#xD;
  213. exit-address-family&#xD;
  214. !&#xD;
  215. !&#xD;
  216. !&#xD;
  217. no aaa new-model&#xD;
  218. !&#xD;
  219. !&#xD;
  220. ip cef&#xD;
  221. ipv6 unicast-routing&#xD;
  222. ipv6 cef&#xD;
  223. !&#xD;
  224. !&#xD;
  225. service timestamps debug datetime msec&#xD;
  226. service timestamps log datetime msec&#xD;
  227. no service password-encryption&#xD;
  228. no service config&#xD;
  229. enable password cisco&#xD;
  230. ip classless&#xD;
  231. ip subnet-zero&#xD;
  232. no ip domain lookup&#xD;
  233. line vty 0 4&#xD;
  234. transport input ssh telnet&#xD;
  235. exec-timeout 720 0&#xD;
  236. password cisco&#xD;
  237. login&#xD;
  238. line con 0&#xD;
  239. password cisco&#xD;
  240. !&#xD;
  241. no cdp run&#xD;
  242. !&#xD;
  243. !&#xD;
  244. interface Loopback0&#xD;
  245. description Loopback&#xD;
  246. ip address 192.168.0.3 255.255.255.255&#xD;
  247. !&#xD;
  248. interface GigabitEthernet0/0&#xD;
  249. description OOB Management&#xD;
  250. vrf forwarding Mgmt-intf&#xD;
  251. ! Configured on launch&#xD;
  252. no ip address&#xD;
  253. duplex full&#xD;
  254. speed auto&#xD;
  255. no shutdown&#xD;
  256. !&#xD;
  257. interface GigabitEthernet0/1&#xD;
  258. description to wanEM&#xD;
  259. ip address 192.168.102.2 255.255.255.252&#xD;
  260. ip ospf cost 1&#xD;
  261. duplex full&#xD;
  262. speed auto&#xD;
  263. no shutdown&#xD;
  264. !&#xD;
  265. interface GigabitEthernet0/2&#xD;
  266. description to server-2&#xD;
  267. ip address 192.168.2.1 255.255.255.0&#xD;
  268. ip ospf cost 1&#xD;
  269. duplex full&#xD;
  270. speed auto&#xD;
  271. no shutdown&#xD;
  272. !&#xD;
  273. !&#xD;
  274. !&#xD;
  275. ip route 0.0.0.0 0.0.0.0 192.168.102.1&#xD;
  276. !&#xD;
  277. end&#xD;
  278. </entry>
  279. </extensions>
  280. <interface id="0" name="GigabitEthernet0/1"/>
  281. <interface id="1" name="GigabitEthernet0/2" netPrefixLenV4="24"/>
  282. </node>
  283. <node name="Server-B" type="SIMPLE" subtype="server" location="405,302" vmImage="server-uwmadmin-server-Server-B-aktuell [df1463d4-87d0-439f-96d6-ea7aeacccaf3]">
  284. <extensions>
  285. <entry key="Auto-generate config" type="Boolean">false</entry>
  286. <entry key="config" type="String">#cloud-config
  287. bootcmd:
  288. - ln -s -t /etc/rc.d /etc/rc.local
  289. hostname: Server-B
  290. manage_etc_hosts: true
  291. runcmd:
  292. - start ttyS0
  293. - systemctl start getty@ttyS0.service
  294. - systemctl start rc-local
  295. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config
  296. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config
  297. - service ssh restart
  298. - service sshd restart
  299. users:
  300. - default
  301. - gecos: User configured by VIRL Configuration Engine 0.18.9
  302. lock-passwd: false
  303. name: cisco
  304. plain-text-passwd: cisco
  305. shell: /bin/bash
  306. ssh-authorized-keys:
  307. - VIRL-USER-SSH-PUBLIC-KEY
  308. sudo: ALL=(ALL) ALL
  309. write_files:
  310. - path: /etc/init/ttyS0.conf
  311. owner: root:root
  312. content: |
  313. # ttyS0 - getty
  314. # This service maintains a getty on ttyS0 from the point the system is
  315. # started until it is shut down again.
  316. start on stopped rc or RUNLEVEL=[12345]
  317. stop on runlevel [!12345]
  318. respawn
  319. exec /sbin/getty -L 115200 ttyS0 vt102
  320. permissions: '0644'
  321. - path: /etc/systemd/system/dhclient@.service
  322. content: |
  323. [Unit]
  324. Description=Run dhclient on %i interface
  325. After=network.target
  326. [Service]
  327. Type=oneshot
  328. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease
  329. RemainAfterExit=yes
  330. owner: root:root
  331. permissions: '0644'
  332. - path: /etc/rc.local
  333. owner: root:root
  334. permissions: '0755'
  335. content: |-
  336. #!/bin/sh -e
  337. ifconfig eth1 up 192.168.2.100 netmask 255.255.255.0
  338. route del default
  339. route add default gw 192.168.2.1
  340. echo "nameserver 8.8.8.8" &gt;/etc/resolv.conf
  341. exit 0
  342. </entry>
  343. </extensions>
  344. <interface id="0" name="eth1" ipv4="192.168.2.100" netPrefixLenV4="24"/>
  345. </node>
  346. <node name="flat-1" type="ASSET" subtype="FLAT" location="358,16">
  347. <interface id="0" name="link0"/>
  348. </node>
  349. <node name="Server-A" type="SIMPLE" subtype="server" location="650,215" vmImage="server-uwmadmin-server-Server-B-aktuell [df1463d4-87d0-439f-96d6-ea7aeacccaf3]">
  350. <extensions>
  351. <entry key="Auto-generate config" type="Boolean">false</entry>
  352. <entry key="config" type="String">#cloud-config&#xD;
  353. bootcmd:&#xD;
  354. - ln -s -t /etc/rc.d /etc/rc.local&#xD;
  355. hostname: Server-A&#xD;
  356. manage_etc_hosts: true&#xD;
  357. runcmd:&#xD;
  358. - start ttyS0&#xD;
  359. - systemctl start getty@ttyS0.service&#xD;
  360. - systemctl start rc-local&#xD;
  361. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config&#xD;
  362. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config&#xD;
  363. - service ssh restart&#xD;
  364. - service sshd restart&#xD;
  365. users:&#xD;
  366. - default&#xD;
  367. - gecos: User configured by VIRL Configuration Engine 0.18.9&#xD;
  368. lock-passwd: false&#xD;
  369. name: cisco&#xD;
  370. plain-text-passwd: cisco&#xD;
  371. shell: /bin/bash&#xD;
  372. ssh-authorized-keys:&#xD;
  373. - VIRL-USER-SSH-PUBLIC-KEY&#xD;
  374. sudo: ALL=(ALL) ALL&#xD;
  375. write_files:&#xD;
  376. - path: /etc/init/ttyS0.conf&#xD;
  377. owner: root:root&#xD;
  378. content: |&#xD;
  379. # ttyS0 - getty&#xD;
  380. # This service maintains a getty on ttyS0 from the point the system is&#xD;
  381. # started until it is shut down again.&#xD;
  382. start on stopped rc or RUNLEVEL=[12345]&#xD;
  383. stop on runlevel [!12345]&#xD;
  384. respawn&#xD;
  385. exec /sbin/getty -L 115200 ttyS0 vt102&#xD;
  386. permissions: '0644'&#xD;
  387. - path: /etc/systemd/system/dhclient@.service&#xD;
  388. content: |&#xD;
  389. [Unit]&#xD;
  390. Description=Run dhclient on %i interface&#xD;
  391. After=network.target&#xD;
  392. [Service]&#xD;
  393. Type=oneshot&#xD;
  394. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease&#xD;
  395. RemainAfterExit=yes&#xD;
  396. owner: root:root&#xD;
  397. permissions: '0644'&#xD;
  398. - path: /etc/rc.local&#xD;
  399. owner: root:root&#xD;
  400. permissions: '0755'&#xD;
  401. content: |-&#xD;
  402. #!/bin/sh -e&#xD;
  403. ifconfig eth1 up 192.168.2.200 netmask 255.255.255.0&#xD;
  404. route del default&#xD;
  405. route add default gw 192.168.2.1&#xD;
  406. exit 0&#xD;
  407. &#xD;
  408. - path: /etc/resolv.conf&#xD;
  409. owner: root:root&#xD;
  410. permissions: '0644'&#xD;
  411. content: |&#xD;
  412. # ttyS0 - getty&#xD;
  413. # This service maintains a getty on ttyS0 from the point the system is&#xD;
  414. # started until it is shut down again.&#xD;
  415. nameserver 8.8.8.8</entry>
  416. </extensions>
  417. <interface id="0" name="eth1" ipv4="10.0.0.14" netPrefixLenV4="30"/>
  418. </node>
  419. <node name="Switch-A" type="SIMPLE" subtype="IOSvL2" location="578,316">
  420. <extensions>
  421. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  422. <entry key="config" type="String">! IOSvL2 Config generated on 2015-12-11 21:04&#xD;
  423. ! by autonetkit_0.18.1&#xD;
  424. !&#xD;
  425. version 15.2&#xD;
  426. service timestamps debug datetime msec&#xD;
  427. service timestamps log datetime msec&#xD;
  428. no service password-encryption&#xD;
  429. service compress-config&#xD;
  430. no service config&#xD;
  431. enable password cisco&#xD;
  432. ip classless&#xD;
  433. ip subnet-zero&#xD;
  434. no ip domain lookup&#xD;
  435. !&#xD;
  436. line vty 0 4&#xD;
  437. transport input ssh telnet&#xD;
  438. exec-timeout 720 0&#xD;
  439. password cisco&#xD;
  440. login&#xD;
  441. !&#xD;
  442. line con 0&#xD;
  443. password cisco&#xD;
  444. !&#xD;
  445. hostname Switch-A&#xD;
  446. !&#xD;
  447. boot-start-marker&#xD;
  448. boot-end-marker&#xD;
  449. !&#xD;
  450. !&#xD;
  451. !&#xD;
  452. no aaa new-model&#xD;
  453. !&#xD;
  454. !&#xD;
  455. !&#xD;
  456. !&#xD;
  457. !&#xD;
  458. !&#xD;
  459. !&#xD;
  460. !&#xD;
  461. ip cef&#xD;
  462. no ipv6 cef&#xD;
  463. !&#xD;
  464. !&#xD;
  465. spanning-tree mode pvst&#xD;
  466. spanning-tree extend system-id&#xD;
  467. !&#xD;
  468. vlan internal allocation policy ascending&#xD;
  469. !&#xD;
  470. !&#xD;
  471. !&#xD;
  472. !&#xD;
  473. vrf definition Mgmt-intf&#xD;
  474. !&#xD;
  475. address-family ipv4&#xD;
  476. exit-address-family&#xD;
  477. !&#xD;
  478. address-family ipv6&#xD;
  479. exit-address-family&#xD;
  480. !&#xD;
  481. !&#xD;
  482. !&#xD;
  483. !&#xD;
  484. !&#xD;
  485. interface Loopback0&#xD;
  486. description Loopback&#xD;
  487. !&#xD;
  488. interface GigabitEthernet0/0&#xD;
  489. description OOB management&#xD;
  490. ! Configured on launch&#xD;
  491. no switchport&#xD;
  492. no ip address&#xD;
  493. no shutdown&#xD;
  494. !&#xD;
  495. interface GigabitEthernet0/1&#xD;
  496. description to Router-B&#xD;
  497. switchport access vlan 2&#xD;
  498. switchport mode access&#xD;
  499. no shutdown&#xD;
  500. !&#xD;
  501. interface GigabitEthernet0/2&#xD;
  502. description to Server-A&#xD;
  503. switchport access vlan 2&#xD;
  504. switchport mode access&#xD;
  505. shutdown&#xD;
  506. !&#xD;
  507. interface GigabitEthernet0/3&#xD;
  508. description to Server-B&#xD;
  509. switchport access vlan 2&#xD;
  510. switchport mode access&#xD;
  511. no shutdown&#xD;
  512. !&#xD;
  513. !&#xD;
  514. ip forward-protocol nd&#xD;
  515. !&#xD;
  516. no ip http server&#xD;
  517. no ip http secure-server&#xD;
  518. !&#xD;
  519. !&#xD;
  520. !&#xD;
  521. !&#xD;
  522. !&#xD;
  523. !&#xD;
  524. control-plane&#xD;
  525. !&#xD;
  526. !&#xD;
  527. !&#xD;
  528. end&#xD;
  529. </entry>
  530. <entry key="Auto-generate config" type="Boolean">false</entry>
  531. </extensions>
  532. <interface id="0" name="GigabitEthernet0/1"/>
  533. <interface id="1" name="GigabitEthernet0/2"/>
  534. <interface id="2" name="GigabitEthernet0/3"/>
  535. </node>
  536. <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[1]"/>
  537. <connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[2]"/>
  538. <connection dst="/virl:topology/virl:node[3]/virl:interface[3]" src="/virl:topology/virl:node[6]/virl:interface[1]"/>
  539. <connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[2]"/>
  540. <connection dst="/virl:topology/virl:node[8]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[2]"/>
  541. <connection dst="/virl:topology/virl:node[8]/virl:interface[2]" src="/virl:topology/virl:node[7]/virl:interface[1]"/>
  542. <connection dst="/virl:topology/virl:node[8]/virl:interface[3]" src="/virl:topology/virl:node[5]/virl:interface[1]"/>
  543. </topology>