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.

599 lines
17 KiB

  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">exclusive</entry>
  5. </extensions>
  6. <node name="lxc-iperf-1" type="SIMPLE" subtype="lxc-iperf" location="269,421" ipv4="172.23.24.10">
  7. <extensions>
  8. <entry key="config" type="String">#cloud-config&#xD;
  9. bootcmd:&#xD;
  10. - ln -s -t /etc/rc.d /etc/rc.local&#xD;
  11. hostname: lxc-iperf-1&#xD;
  12. manage_etc_hosts: true&#xD;
  13. runcmd:&#xD;
  14. - systemctl start rc-local&#xD;
  15. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config&#xD;
  16. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config&#xD;
  17. - service ssh restart&#xD;
  18. - service sshd restart&#xD;
  19. users:&#xD;
  20. - default&#xD;
  21. - gecos: User configured by VIRL Configuration Engine 0.20.22&#xD;
  22. lock-passwd: false&#xD;
  23. name: cisco&#xD;
  24. plain-text-passwd: cisco&#xD;
  25. shell: /bin/bash&#xD;
  26. ssh-authorized-keys:&#xD;
  27. - VIRL-USER-SSH-PUBLIC-KEY&#xD;
  28. sudo: ALL=(ALL) ALL&#xD;
  29. write_files:&#xD;
  30. - path: /etc/systemd/system/dhclient@.service&#xD;
  31. content: |&#xD;
  32. [Unit]&#xD;
  33. Description=Run dhclient on %i interface&#xD;
  34. After=network.target&#xD;
  35. [Service]&#xD;
  36. Type=oneshot&#xD;
  37. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease&#xD;
  38. RemainAfterExit=yes&#xD;
  39. owner: root:root&#xD;
  40. permissions: '0644'&#xD;
  41. - path: /etc/rc.local&#xD;
  42. owner: root:root&#xD;
  43. permissions: '0755'&#xD;
  44. content: |-&#xD;
  45. #!/bin/sh&#xD;
  46. ifconfig eth1 up 172.23.24.10 netmask 255.255.255.0&#xD;
  47. exit 0&#xD;
  48. </entry>
  49. </extensions>
  50. <interface id="0" name="eth1"/>
  51. </node>
  52. <node name="lxc-iperf-2" type="SIMPLE" subtype="lxc-iperf" location="448,421" ipv4="172.23.25.10">
  53. <extensions>
  54. <entry key="config" type="String">#cloud-config&#xD;
  55. bootcmd:&#xD;
  56. - ln -s -t /etc/rc.d /etc/rc.local&#xD;
  57. hostname: lxc-iperf-2&#xD;
  58. manage_etc_hosts: true&#xD;
  59. runcmd:&#xD;
  60. - systemctl start rc-local&#xD;
  61. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config&#xD;
  62. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config&#xD;
  63. - service ssh restart&#xD;
  64. - service sshd restart&#xD;
  65. users:&#xD;
  66. - default&#xD;
  67. - gecos: User configured by VIRL Configuration Engine 0.20.22&#xD;
  68. lock-passwd: false&#xD;
  69. name: cisco&#xD;
  70. plain-text-passwd: cisco&#xD;
  71. shell: /bin/bash&#xD;
  72. ssh-authorized-keys:&#xD;
  73. - VIRL-USER-SSH-PUBLIC-KEY&#xD;
  74. sudo: ALL=(ALL) ALL&#xD;
  75. write_files:&#xD;
  76. - path: /etc/systemd/system/dhclient@.service&#xD;
  77. content: |&#xD;
  78. [Unit]&#xD;
  79. Description=Run dhclient on %i interface&#xD;
  80. After=network.target&#xD;
  81. [Service]&#xD;
  82. Type=oneshot&#xD;
  83. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease&#xD;
  84. RemainAfterExit=yes&#xD;
  85. owner: root:root&#xD;
  86. permissions: '0644'&#xD;
  87. - path: /etc/rc.local&#xD;
  88. owner: root:root&#xD;
  89. permissions: '0755'&#xD;
  90. content: |-&#xD;
  91. #!/bin/sh&#xD;
  92. ifconfig eth1 up 172.23.25.10 netmask 255.255.255.0&#xD;
  93. exit 0&#xD;
  94. </entry>
  95. </extensions>
  96. <interface id="0" name="eth1"/>
  97. </node>
  98. <node name="lxc-iperf-3" type="SIMPLE" subtype="lxc-iperf" location="640,420" ipv4="172.23.24.20">
  99. <extensions>
  100. <entry key="config" type="String">#cloud-config&#xD;
  101. bootcmd:&#xD;
  102. - ln -s -t /etc/rc.d /etc/rc.local&#xD;
  103. hostname: lxc-iperf-3&#xD;
  104. manage_etc_hosts: true&#xD;
  105. runcmd:&#xD;
  106. - systemctl start rc-local&#xD;
  107. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config&#xD;
  108. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config&#xD;
  109. - service ssh restart&#xD;
  110. - service sshd restart&#xD;
  111. users:&#xD;
  112. - default&#xD;
  113. - gecos: User configured by VIRL Configuration Engine 0.20.22&#xD;
  114. lock-passwd: false&#xD;
  115. name: cisco&#xD;
  116. plain-text-passwd: cisco&#xD;
  117. shell: /bin/bash&#xD;
  118. ssh-authorized-keys:&#xD;
  119. - VIRL-USER-SSH-PUBLIC-KEY&#xD;
  120. sudo: ALL=(ALL) ALL&#xD;
  121. write_files:&#xD;
  122. - path: /etc/systemd/system/dhclient@.service&#xD;
  123. content: |&#xD;
  124. [Unit]&#xD;
  125. Description=Run dhclient on %i interface&#xD;
  126. After=network.target&#xD;
  127. [Service]&#xD;
  128. Type=oneshot&#xD;
  129. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease&#xD;
  130. RemainAfterExit=yes&#xD;
  131. owner: root:root&#xD;
  132. permissions: '0644'&#xD;
  133. - path: /etc/rc.local&#xD;
  134. owner: root:root&#xD;
  135. permissions: '0755'&#xD;
  136. content: |-&#xD;
  137. #!/bin/sh&#xD;
  138. ifconfig eth1 up 172.23.24.20 netmask 255.255.255.0&#xD;
  139. exit 0&#xD;
  140. </entry>
  141. </extensions>
  142. <interface id="0" name="eth1"/>
  143. </node>
  144. <node name="lxc-iperf-4" type="SIMPLE" subtype="lxc-iperf" location="825,419" ipv4="172.23.25.20">
  145. <extensions>
  146. <entry key="config" type="String">#cloud-config&#xD;
  147. bootcmd:&#xD;
  148. - ln -s -t /etc/rc.d /etc/rc.local&#xD;
  149. hostname: lxc-iperf-4&#xD;
  150. manage_etc_hosts: true&#xD;
  151. runcmd:&#xD;
  152. - systemctl start rc-local&#xD;
  153. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config&#xD;
  154. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config&#xD;
  155. - service ssh restart&#xD;
  156. - service sshd restart&#xD;
  157. users:&#xD;
  158. - default&#xD;
  159. - gecos: User configured by VIRL Configuration Engine 0.20.22&#xD;
  160. lock-passwd: false&#xD;
  161. name: cisco&#xD;
  162. plain-text-passwd: cisco&#xD;
  163. shell: /bin/bash&#xD;
  164. ssh-authorized-keys:&#xD;
  165. - VIRL-USER-SSH-PUBLIC-KEY&#xD;
  166. sudo: ALL=(ALL) ALL&#xD;
  167. write_files:&#xD;
  168. - path: /etc/systemd/system/dhclient@.service&#xD;
  169. content: |&#xD;
  170. [Unit]&#xD;
  171. Description=Run dhclient on %i interface&#xD;
  172. After=network.target&#xD;
  173. [Service]&#xD;
  174. Type=oneshot&#xD;
  175. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease&#xD;
  176. RemainAfterExit=yes&#xD;
  177. owner: root:root&#xD;
  178. permissions: '0644'&#xD;
  179. - path: /etc/rc.local&#xD;
  180. owner: root:root&#xD;
  181. permissions: '0755'&#xD;
  182. content: |-&#xD;
  183. #!/bin/sh&#xD;
  184. ifconfig eth1 up 172.23.25.20 netmask 255.255.255.0&#xD;
  185. exit 0&#xD;
  186. </entry>
  187. </extensions>
  188. <interface id="0" name="eth1"/>
  189. </node>
  190. <node name="veos-leaf1" type="SIMPLE" subtype="vEOS" location="269,294">
  191. <extensions>
  192. <entry key="config" type="String">! Command: show running-config
  193. ! device: vEOS-3 (vEOS, EOS-4.16.6M)
  194. !
  195. ! boot system flash:/vEOS-lab.swi
  196. !&#xD;
  197. ! AdvCompNet Lab 5 VXLAN Scenario 2&#xD;
  198. !
  199. transceiver qsfp default-mode 4x10G
  200. !
  201. hostname veos-leaf1
  202. !
  203. spanning-tree mode rapid-pvst
  204. !
  205. no aaa root
  206. !&#xD;
  207. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  208. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  209. !
  210. vlan 10
  211. !
  212. interface Ethernet1
  213. no switchport
  214. ip address 10.20.30.2/30
  215. !
  216. interface Ethernet2
  217. no switchport
  218. ip address 10.20.30.6/30
  219. !
  220. interface Ethernet3
  221. switchport access vlan 10
  222. !
  223. interface Loopback0
  224. ip address 192.168.0.1/32
  225. !&#xD;
  226. interface Management1&#xD;
  227. ! ip of ma1 configured on launch&#xD;
  228. !
  229. interface Vxlan1
  230. vxlan source-interface Loopback0
  231. vxlan udp-port 4789
  232. vxlan vlan 10 vni 1010
  233. vxlan vlan 10 flood vtep 192.168.0.3
  234. !
  235. ip routing
  236. !
  237. router bgp 65001
  238. maximum-paths 2
  239. router-id 11.11.11.11
  240. bgp confederation identifier 100
  241. bgp confederation peers 65000
  242. network 192.168.0.1 mask 255.255.255.255
  243. neighbor 10.20.30.1 remote-as 65000
  244. neighbor 10.20.30.1 next-hop-self
  245. neighbor 10.20.30.5 remote-as 65000
  246. neighbor 10.20.30.5 next-hop-self
  247. ! no synchronization
  248. ! no auto-summary
  249. !
  250. !
  251. end</entry>
  252. </extensions>
  253. <interface id="0" name="Ethernet1"/>
  254. <interface id="1" name="Ethernet2"/>
  255. <interface id="2" name="Ethernet3"/>
  256. </node>
  257. <node name="veos-leaf2" type="SIMPLE" subtype="vEOS" location="448,289">
  258. <extensions>
  259. <entry key="config" type="String">! Command: show running-config
  260. ! device: vEOS-3 (vEOS, EOS-4.16.6M)
  261. !
  262. ! boot system flash:/vEOS-lab.swi
  263. !&#xD;
  264. ! AdvCompNet Lab 5 VXLAN Scenario 2&#xD;
  265. !
  266. transceiver qsfp default-mode 4x10G
  267. !
  268. hostname veos-leaf2
  269. !
  270. spanning-tree mode rapid-pvst
  271. !
  272. no aaa root
  273. !&#xD;
  274. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  275. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  276. !
  277. vlan 20
  278. !
  279. interface Ethernet1
  280. no switchport
  281. ip address 10.20.30.10/30
  282. !
  283. interface Ethernet2
  284. no switchport
  285. ip address 10.20.30.14/30
  286. !
  287. interface Ethernet3
  288. switchport access vlan 20
  289. !
  290. interface Loopback0
  291. ip address 192.168.0.2/32
  292. !&#xD;
  293. interface Management1&#xD;
  294. ! ip of ma1 configured on launch&#xD;
  295. !
  296. interface Vxlan1
  297. vxlan source-interface Loopback0
  298. vxlan udp-port 4789
  299. vxlan vlan 20 vni 2040
  300. vxlan vlan 20 flood vtep 192.168.0.4
  301. !
  302. ip routing
  303. !
  304. router bgp 65002
  305. maximum-paths 2
  306. router-id 22.22.22.22
  307. bgp confederation identifier 100
  308. bgp confederation peers 65000
  309. network 192.168.0.2 mask 255.255.255.255
  310. neighbor 10.20.30.9 remote-as 65000
  311. neighbor 10.20.30.9 next-hop-self
  312. neighbor 10.20.30.13 remote-as 65000
  313. neighbor 10.20.30.13 next-hop-self
  314. ! no synchronization
  315. ! no auto-summary
  316. !
  317. !
  318. end</entry>
  319. </extensions>
  320. <interface id="0" name="Ethernet1"/>
  321. <interface id="1" name="Ethernet2"/>
  322. <interface id="2" name="Ethernet3"/>
  323. </node>
  324. <node name="veos-leaf3" type="SIMPLE" subtype="vEOS" location="640,291">
  325. <extensions>
  326. <entry key="config" type="String">! Command: show running-config
  327. ! device: vEOS-3 (vEOS, EOS-4.16.6M)
  328. !
  329. ! boot system flash:/vEOS-lab.swi
  330. !&#xD;
  331. ! AdvCompNet Lab 5 VXLAN Scenario 2&#xD;
  332. !
  333. transceiver qsfp default-mode 4x10G
  334. !
  335. hostname veos-leaf3
  336. !
  337. spanning-tree mode rapid-pvst
  338. !
  339. no aaa root
  340. !&#xD;
  341. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  342. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  343. !
  344. vlan 10
  345. !
  346. interface Ethernet1
  347. no switchport
  348. ip address 10.20.30.18/30
  349. !
  350. interface Ethernet2
  351. no switchport
  352. ip address 10.20.30.22/30
  353. !
  354. interface Ethernet3
  355. switchport access vlan 10
  356. !
  357. interface Loopback0
  358. ip address 192.168.0.3/32
  359. !&#xD;
  360. interface Management1&#xD;
  361. ! ip of ma1 configured on launch&#xD;
  362. !
  363. interface Vxlan1
  364. vxlan source-interface Loopback0
  365. vxlan udp-port 4789
  366. vxlan vlan 10 vni 1010
  367. vxlan vlan 10 flood vtep 192.168.0.1
  368. !
  369. ip routing
  370. !
  371. router bgp 65003
  372. maximum-paths 2
  373. router-id 33.33.33.33
  374. bgp confederation identifier 100
  375. bgp confederation peers 65000
  376. network 192.168.0.3 mask 255.255.255.255
  377. neighbor 10.20.30.17 remote-as 65000
  378. neighbor 10.20.30.17 next-hop-self
  379. neighbor 10.20.30.21 remote-as 65000
  380. neighbor 10.20.30.21 next-hop-self
  381. ! no synchronization
  382. ! no auto-summary
  383. !
  384. !
  385. end</entry>
  386. </extensions>
  387. <interface id="0" name="Ethernet1"/>
  388. <interface id="1" name="Ethernet2"/>
  389. <interface id="2" name="Ethernet3"/>
  390. </node>
  391. <node name="veos-leaf4" type="SIMPLE" subtype="vEOS" location="825,287">
  392. <extensions>
  393. <entry key="config" type="String">! Command: show running-config
  394. ! device: vEOS-3 (vEOS, EOS-4.16.6M)
  395. !
  396. ! boot system flash:/vEOS-lab.swi
  397. !&#xD;
  398. ! AdvCompNet Lab 5 VXLAN Scenario 2&#xD;
  399. !
  400. transceiver qsfp default-mode 4x10G
  401. !
  402. hostname veos-leaf4
  403. !
  404. spanning-tree mode rapid-pvst
  405. !
  406. no aaa root
  407. !&#xD;
  408. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  409. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  410. !
  411. vlan 40
  412. !
  413. interface Ethernet1
  414. no switchport
  415. ip address 10.20.30.26/30
  416. !
  417. interface Ethernet2
  418. no switchport
  419. ip address 10.20.30.30/30
  420. !
  421. interface Ethernet3
  422. switchport access vlan 40
  423. !
  424. interface Loopback0
  425. ip address 192.168.0.4/32
  426. !&#xD;
  427. interface Management1&#xD;
  428. ! ip of ma1 configured on launch&#xD;
  429. !
  430. interface Vxlan1
  431. vxlan source-interface Loopback0
  432. vxlan udp-port 4789
  433. vxlan vlan 40 vni 2040
  434. vxlan vlan 40 flood vtep 192.168.0.2
  435. !
  436. ip routing
  437. !
  438. router bgp 65004
  439. maximum-paths 2
  440. router-id 44.44.44.44
  441. bgp confederation identifier 100
  442. bgp confederation peers 65000
  443. network 192.168.0.4 mask 255.255.255.255
  444. neighbor 10.20.30.25 remote-as 65000
  445. neighbor 10.20.30.25 next-hop-self
  446. neighbor 10.20.30.29 remote-as 65000
  447. neighbor 10.20.30.29 next-hop-self
  448. ! no synchronization
  449. ! no auto-summary
  450. !
  451. !
  452. end</entry>
  453. </extensions>
  454. <interface id="0" name="Ethernet1"/>
  455. <interface id="1" name="Ethernet2"/>
  456. <interface id="2" name="Ethernet3"/>
  457. </node>
  458. <node name="veos-spine1" type="SIMPLE" subtype="vEOS" location="449,87">
  459. <extensions>
  460. <entry key="config" type="String">! Command: show running-config
  461. ! device: vEOS-3 (vEOS, EOS-4.16.6M)
  462. !
  463. ! boot system flash:/vEOS-lab.swi
  464. !&#xD;
  465. ! AdvCompNet Lab 5 VXLAN Scenario 2&#xD;
  466. !
  467. transceiver qsfp default-mode 4x10G
  468. !
  469. hostname veos-spine1
  470. !
  471. spanning-tree mode rapid-pvst
  472. !
  473. no aaa root
  474. !&#xD;
  475. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  476. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  477. !
  478. interface Ethernet1
  479. no switchport
  480. ip address 10.20.30.1/30
  481. !
  482. interface Ethernet2
  483. no switchport
  484. ip address 10.20.30.9/30
  485. !
  486. interface Ethernet3
  487. no switchport
  488. ip address 10.20.30.17/30
  489. !
  490. interface Ethernet4
  491. no switchport
  492. ip address 10.20.30.25/30
  493. !&#xD;
  494. interface Management1&#xD;
  495. ! ip of ma1 configured on launch&#xD;
  496. !
  497. ip routing
  498. !
  499. router bgp 65000
  500. router-id 1.1.1.1
  501. bgp confederation identifier 100
  502. bgp confederation peers 65001 65002 65003 65004
  503. neighbor 10.20.30.2 remote-as 65001
  504. neighbor 10.20.30.2 next-hop-self
  505. neighbor 10.20.30.10 remote-as 65002
  506. neighbor 10.20.30.10 next-hop-self
  507. neighbor 10.20.30.18 remote-as 65003
  508. neighbor 10.20.30.18 next-hop-self
  509. neighbor 10.20.30.26 remote-as 65004
  510. neighbor 10.20.30.26 next-hop-self
  511. ! no synchronization
  512. ! no auto-summary
  513. !
  514. !
  515. end</entry>
  516. </extensions>
  517. <interface id="0" name="Ethernet1"/>
  518. <interface id="1" name="Ethernet2"/>
  519. <interface id="2" name="Ethernet3"/>
  520. <interface id="3" name="Ethernet4"/>
  521. </node>
  522. <node name="veos-spine2" type="SIMPLE" subtype="vEOS" location="640,88">
  523. <extensions>
  524. <entry key="config" type="String">! Command: show running-config
  525. ! device: vEOS-3 (vEOS, EOS-4.16.6M)
  526. !
  527. ! boot system flash:/vEOS-lab.swi
  528. !&#xD;
  529. ! AdvCompNet Lab 5 VXLAN Scenario 2&#xD;
  530. !
  531. transceiver qsfp default-mode 4x10G
  532. !
  533. hostname veos-spine2
  534. !
  535. spanning-tree mode rapid-pvst
  536. !
  537. no aaa root
  538. !&#xD;
  539. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  540. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  541. !
  542. interface Ethernet1
  543. no switchport
  544. ip address 10.20.30.5/30
  545. !
  546. interface Ethernet2
  547. no switchport
  548. ip address 10.20.30.13/30
  549. !
  550. interface Ethernet3
  551. no switchport
  552. ip address 10.20.30.21/30
  553. !
  554. interface Ethernet4
  555. no switchport
  556. ip address 10.20.30.29/30
  557. !&#xD;
  558. interface Management1&#xD;
  559. ! ip of ma1 configured on launch&#xD;
  560. !
  561. ip routing
  562. !
  563. router bgp 65000
  564. router-id 2.2.2.2
  565. bgp confederation identifier 100
  566. bgp confederation peers 65001 65002 65003 65004
  567. neighbor 10.20.30.6 remote-as 65001
  568. neighbor 10.20.30.6 next-hop-self
  569. neighbor 10.20.30.14 remote-as 65002
  570. neighbor 10.20.30.14 next-hop-self
  571. neighbor 10.20.30.22 remote-as 65003
  572. neighbor 10.20.30.22 next-hop-self
  573. neighbor 10.20.30.30 remote-as 65004
  574. neighbor 10.20.30.30 next-hop-self
  575. ! no synchronization
  576. ! no auto-summary
  577. !
  578. !
  579. end</entry>
  580. </extensions>
  581. <interface id="0" name="Ethernet1"/>
  582. <interface id="1" name="Ethernet2"/>
  583. <interface id="2" name="Ethernet3"/>
  584. <interface id="3" name="Ethernet4"/>
  585. </node>
  586. <annotations/>
  587. <connection dst="/virl:topology/virl:node[9]/virl:interface[1]" src="/virl:topology/virl:node[5]/virl:interface[1]"/>
  588. <connection dst="/virl:topology/virl:node[9]/virl:interface[2]" src="/virl:topology/virl:node[6]/virl:interface[1]"/>
  589. <connection dst="/virl:topology/virl:node[9]/virl:interface[3]" src="/virl:topology/virl:node[7]/virl:interface[1]"/>
  590. <connection dst="/virl:topology/virl:node[9]/virl:interface[4]" src="/virl:topology/virl:node[8]/virl:interface[1]"/>
  591. <connection dst="/virl:topology/virl:node[10]/virl:interface[1]" src="/virl:topology/virl:node[5]/virl:interface[2]"/>
  592. <connection dst="/virl:topology/virl:node[10]/virl:interface[2]" src="/virl:topology/virl:node[6]/virl:interface[2]"/>
  593. <connection dst="/virl:topology/virl:node[10]/virl:interface[3]" src="/virl:topology/virl:node[7]/virl:interface[2]"/>
  594. <connection dst="/virl:topology/virl:node[10]/virl:interface[4]" src="/virl:topology/virl:node[8]/virl:interface[2]"/>
  595. <connection dst="/virl:topology/virl:node[5]/virl:interface[3]" src="/virl:topology/virl:node[1]/virl:interface[1]"/>
  596. <connection dst="/virl:topology/virl:node[6]/virl:interface[3]" src="/virl:topology/virl:node[2]/virl:interface[1]"/>
  597. <connection dst="/virl:topology/virl:node[7]/virl:interface[3]" src="/virl:topology/virl:node[3]/virl:interface[1]"/>
  598. <connection dst="/virl:topology/virl:node[8]/virl:interface[3]" src="/virl:topology/virl:node[4]/virl:interface[1]"/>
  599. </topology>