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.

542 lines
12 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.9" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.9/virl.xsd">
  3. <extensions>
  4. <entry key="management_network" type="String">exclusive</entry>
  5. </extensions>
  6. <node name="flat-1" type="ASSET" subtype="FLAT" location="288,78">
  7. <interface id="0" name="link0"/>
  8. </node>
  9. <node name="iosv-1" type="SIMPLE" subtype="IOSv" location="397,74">
  10. <extensions>
  11. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  12. <entry key="config" type="String">!&#xD;
  13. ! Last configuration change at 21:23:40 UTC Thu Sep 3 2015&#xD;
  14. !&#xD;
  15. version 15.5&#xD;
  16. service timestamps debug datetime msec&#xD;
  17. service timestamps log datetime msec&#xD;
  18. no service password-encryption&#xD;
  19. !&#xD;
  20. hostname iosv-1&#xD;
  21. !&#xD;
  22. boot-start-marker&#xD;
  23. boot-end-marker&#xD;
  24. !&#xD;
  25. !&#xD;
  26. vrf definition Mgmt-intf&#xD;
  27. !&#xD;
  28. address-family ipv4&#xD;
  29. exit-address-family&#xD;
  30. !&#xD;
  31. address-family ipv6&#xD;
  32. exit-address-family&#xD;
  33. !&#xD;
  34. enable password cisco&#xD;
  35. !&#xD;
  36. no aaa new-model&#xD;
  37. ethernet lmi ce&#xD;
  38. !&#xD;
  39. !&#xD;
  40. !&#xD;
  41. mmi polling-interval 60&#xD;
  42. no mmi auto-configure&#xD;
  43. no mmi pvc&#xD;
  44. mmi snmp-timeout 180&#xD;
  45. !&#xD;
  46. !&#xD;
  47. !&#xD;
  48. !&#xD;
  49. !&#xD;
  50. !&#xD;
  51. !&#xD;
  52. !&#xD;
  53. !&#xD;
  54. !&#xD;
  55. !&#xD;
  56. no ip domain lookup&#xD;
  57. ip cef&#xD;
  58. ipv6 unicast-routing&#xD;
  59. ipv6 cef&#xD;
  60. !&#xD;
  61. multilink bundle-name authenticated&#xD;
  62. !&#xD;
  63. !&#xD;
  64. !&#xD;
  65. !&#xD;
  66. !&#xD;
  67. redundancy&#xD;
  68. !&#xD;
  69. no cdp run&#xD;
  70. !&#xD;
  71. ! &#xD;
  72. !&#xD;
  73. !&#xD;
  74. !&#xD;
  75. !&#xD;
  76. !&#xD;
  77. !&#xD;
  78. !&#xD;
  79. !&#xD;
  80. !&#xD;
  81. !&#xD;
  82. !&#xD;
  83. !&#xD;
  84. interface Loopback0&#xD;
  85. description Loopback&#xD;
  86. ip address 192.168.0.1 255.255.255.255&#xD;
  87. !&#xD;
  88. interface GigabitEthernet0/0&#xD;
  89. description OOB Management&#xD;
  90. vrf forwarding Mgmt-intf&#xD;
  91. ip address 10.255.0.116 255.255.0.0&#xD;
  92. duplex full&#xD;
  93. speed auto&#xD;
  94. media-type rj45&#xD;
  95. !&#xD;
  96. interface GigabitEthernet0/1&#xD;
  97. description to iosvl2-3&#xD;
  98. ip address 10.0.0.1 255.255.0.0&#xD;
  99. ip nat inside&#xD;
  100. ip virtual-reassembly in&#xD;
  101. ip ospf cost 1&#xD;
  102. duplex full&#xD;
  103. speed auto&#xD;
  104. media-type rj45&#xD;
  105. !&#xD;
  106. interface GigabitEthernet0/2&#xD;
  107. description to flat-1&#xD;
  108. ip address 172.16.1.89 255.255.255.0&#xD;
  109. ip nat outside&#xD;
  110. ip virtual-reassembly in&#xD;
  111. duplex full&#xD;
  112. speed auto&#xD;
  113. media-type rj45&#xD;
  114. !&#xD;
  115. router ospf 1&#xD;
  116. passive-interface Loopback0&#xD;
  117. network 10.0.0.0 0.0.255.255 area 0&#xD;
  118. network 192.168.0.1 0.0.0.0 area 0&#xD;
  119. !&#xD;
  120. ip forward-protocol nd&#xD;
  121. !&#xD;
  122. !&#xD;
  123. no ip http server&#xD;
  124. no ip http secure-server&#xD;
  125. ip nat pool flatpool 172.16.1.89 172.16.1.89 prefix-length 30&#xD;
  126. ip nat inside source list 1 pool flatpool overload&#xD;
  127. ip route 0.0.0.0 0.0.0.0 172.16.1.254&#xD;
  128. !&#xD;
  129. !&#xD;
  130. !&#xD;
  131. access-list 1 permit 10.0.0.0 0.255.255.255&#xD;
  132. !&#xD;
  133. control-plane&#xD;
  134. !&#xD;
  135. banner exec `&#xD;
  136. **************************************************************************&#xD;
  137. * IOSv is strictly limited to use for evaluation, demonstration and IOS *&#xD;
  138. * education. IOSv is provided as-is and is not supported by Cisco's *&#xD;
  139. * Technical Advisory Center. Any use or disclosure, in whole or in part, *&#xD;
  140. * of the IOSv Software or Documentation to any third party for any *&#xD;
  141. * purposes is expressly prohibited except as otherwise authorized by *&#xD;
  142. * Cisco in writing. *&#xD;
  143. **************************************************************************`&#xD;
  144. banner incoming `&#xD;
  145. **************************************************************************&#xD;
  146. * IOSv is strictly limited to use for evaluation, demonstration and IOS *&#xD;
  147. * education. IOSv is provided as-is and is not supported by Cisco's *&#xD;
  148. * Technical Advisory Center. Any use or disclosure, in whole or in part, *&#xD;
  149. * of the IOSv Software or Documentation to any third party for any *&#xD;
  150. * purposes is expressly prohibited except as otherwise authorized by *&#xD;
  151. * Cisco in writing. *&#xD;
  152. **************************************************************************`&#xD;
  153. banner login `&#xD;
  154. **************************************************************************&#xD;
  155. * IOSv is strictly limited to use for evaluation, demonstration and IOS *&#xD;
  156. * education. IOSv is provided as-is and is not supported by Cisco's *&#xD;
  157. * Technical Advisory Center. Any use or disclosure, in whole or in part, *&#xD;
  158. * of the IOSv Software or Documentation to any third party for any *&#xD;
  159. * purposes is expressly prohibited except as otherwise authorized by *&#xD;
  160. * Cisco in writing. *&#xD;
  161. **************************************************************************`&#xD;
  162. !&#xD;
  163. line con 0&#xD;
  164. password cisco&#xD;
  165. line aux 0&#xD;
  166. line vty 0 4&#xD;
  167. exec-timeout 720 0&#xD;
  168. password cisco&#xD;
  169. login&#xD;
  170. transport input telnet ssh&#xD;
  171. !&#xD;
  172. no scheduler allocate&#xD;
  173. !&#xD;
  174. end</entry>
  175. </extensions>
  176. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.1" netPrefixLenV4="16"/>
  177. <interface id="1" name="GigabitEthernet0/2"/>
  178. </node>
  179. <node name="iosvl2-1" type="SIMPLE" subtype="IOSvL2" location="251,242">
  180. <extensions>
  181. <entry key="config" type="string">! IOSvL2 Config generated on 2015-09-03 21:26
  182. ! by autonetkit_0.18.1
  183. !
  184. version 15.2
  185. service timestamps debug datetime msec
  186. service timestamps log datetime msec
  187. no service password-encryption
  188. service compress-config
  189. no service config
  190. enable password cisco
  191. ip classless
  192. ip subnet-zero
  193. no ip domain lookup
  194. !
  195. line vty 0 4
  196. transport input ssh telnet
  197. exec-timeout 720 0
  198. password cisco
  199. login
  200. !
  201. line con 0
  202. password cisco
  203. !
  204. hostname iosvl2-1
  205. !
  206. boot-start-marker
  207. boot-end-marker
  208. !
  209. !
  210. !
  211. no aaa new-model
  212. !
  213. !
  214. !
  215. !
  216. !
  217. !
  218. !
  219. !
  220. ip cef
  221. no ipv6 cef
  222. !
  223. !
  224. spanning-tree mode pvst
  225. spanning-tree extend system-id
  226. !
  227. vlan internal allocation policy ascending
  228. !
  229. !
  230. !
  231. !
  232. vrf definition Mgmt-intf
  233. !
  234. address-family ipv4
  235. exit-address-family
  236. !
  237. address-family ipv6
  238. exit-address-family
  239. !
  240. !
  241. !
  242. !
  243. !
  244. interface Loopback0
  245. description Loopback
  246. !
  247. interface GigabitEthernet0/0
  248. description Mapped to Vlan1 for management
  249. ! Configured on launch
  250. switchport mode access
  251. no shutdown
  252. !
  253. interface GigabitEthernet0/1
  254. description to iosvl2-3
  255. switchport trunk encapsulation dot1q
  256. switchport mode trunk
  257. no shutdown
  258. !
  259. interface GigabitEthernet0/2
  260. description to server-1
  261. switchport access vlan 2
  262. switchport mode access
  263. no shutdown
  264. !
  265. interface Vlan1
  266. description OOB Management
  267. ! Configured on launch
  268. vrf forwarding Mgmt-intf
  269. no ip address
  270. !
  271. !
  272. ip forward-protocol nd
  273. !
  274. no ip http server
  275. no ip http secure-server
  276. !
  277. !
  278. !
  279. !
  280. !
  281. !
  282. control-plane
  283. !
  284. !
  285. !
  286. end
  287. </entry>
  288. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  289. </extensions>
  290. <interface id="0" name="GigabitEthernet0/1"/>
  291. <interface id="1" name="GigabitEthernet0/2"/>
  292. <interface id="2" name="GigabitEthernet0/3"/>
  293. </node>
  294. <node name="iosvl2-2" type="SIMPLE" subtype="IOSvL2" location="517,242">
  295. <extensions>
  296. <entry key="config" type="string">! IOSvL2 Config generated on 2015-09-03 21:26
  297. ! by autonetkit_0.18.1
  298. !
  299. version 15.2
  300. service timestamps debug datetime msec
  301. service timestamps log datetime msec
  302. no service password-encryption
  303. service compress-config
  304. no service config
  305. enable password cisco
  306. ip classless
  307. ip subnet-zero
  308. no ip domain lookup
  309. !
  310. line vty 0 4
  311. transport input ssh telnet
  312. exec-timeout 720 0
  313. password cisco
  314. login
  315. !
  316. line con 0
  317. password cisco
  318. !
  319. hostname iosvl2-2
  320. !
  321. boot-start-marker
  322. boot-end-marker
  323. !
  324. !
  325. !
  326. no aaa new-model
  327. !
  328. !
  329. !
  330. !
  331. !
  332. !
  333. !
  334. !
  335. ip cef
  336. no ipv6 cef
  337. !
  338. !
  339. spanning-tree mode pvst
  340. spanning-tree extend system-id
  341. !
  342. vlan internal allocation policy ascending
  343. !
  344. !
  345. !
  346. !
  347. vrf definition Mgmt-intf
  348. !
  349. address-family ipv4
  350. exit-address-family
  351. !
  352. address-family ipv6
  353. exit-address-family
  354. !
  355. !
  356. !
  357. !
  358. !
  359. interface Loopback0
  360. description Loopback
  361. !
  362. interface GigabitEthernet0/0
  363. description Mapped to Vlan1 for management
  364. ! Configured on launch
  365. switchport mode access
  366. no shutdown
  367. !
  368. interface GigabitEthernet0/1
  369. description to iosvl2-3
  370. switchport trunk encapsulation dot1q
  371. switchport mode trunk
  372. no shutdown
  373. !
  374. interface GigabitEthernet0/2
  375. description to server-2
  376. switchport access vlan 2
  377. switchport mode access
  378. no shutdown
  379. !
  380. interface Vlan1
  381. description OOB Management
  382. ! Configured on launch
  383. vrf forwarding Mgmt-intf
  384. no ip address
  385. !
  386. !
  387. ip forward-protocol nd
  388. !
  389. no ip http server
  390. no ip http secure-server
  391. !
  392. !
  393. !
  394. !
  395. !
  396. !
  397. control-plane
  398. !
  399. !
  400. !
  401. end
  402. </entry>
  403. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  404. </extensions>
  405. <interface id="0" name="GigabitEthernet0/1"/>
  406. <interface id="1" name="GigabitEthernet0/2"/>
  407. <interface id="2" name="GigabitEthernet0/3"/>
  408. </node>
  409. <node name="iosvl2-3" type="SIMPLE" subtype="IOSvL2" location="391,172">
  410. <extensions>
  411. <entry key="config" type="string">! IOSvL2 Config generated on 2015-09-03 21:26
  412. ! by autonetkit_0.18.1
  413. !
  414. version 15.2
  415. service timestamps debug datetime msec
  416. service timestamps log datetime msec
  417. no service password-encryption
  418. service compress-config
  419. no service config
  420. enable password cisco
  421. ip classless
  422. ip subnet-zero
  423. no ip domain lookup
  424. !
  425. line vty 0 4
  426. transport input ssh telnet
  427. exec-timeout 720 0
  428. password cisco
  429. login
  430. !
  431. line con 0
  432. password cisco
  433. !
  434. hostname iosvl2-3
  435. !
  436. boot-start-marker
  437. boot-end-marker
  438. !
  439. !
  440. !
  441. no aaa new-model
  442. !
  443. !
  444. !
  445. !
  446. !
  447. !
  448. !
  449. !
  450. ip cef
  451. no ipv6 cef
  452. !
  453. !
  454. spanning-tree mode pvst
  455. spanning-tree extend system-id
  456. !
  457. vlan internal allocation policy ascending
  458. !
  459. !
  460. !
  461. !
  462. vrf definition Mgmt-intf
  463. !
  464. address-family ipv4
  465. exit-address-family
  466. !
  467. address-family ipv6
  468. exit-address-family
  469. !
  470. !
  471. !
  472. !
  473. !
  474. interface Loopback0
  475. description Loopback
  476. !
  477. interface GigabitEthernet0/0
  478. description Mapped to Vlan1 for management
  479. ! Configured on launch
  480. switchport mode access
  481. no shutdown
  482. !
  483. interface GigabitEthernet0/1
  484. description to iosvl2-2
  485. switchport trunk encapsulation dot1q
  486. switchport mode trunk
  487. no shutdown
  488. !
  489. interface GigabitEthernet0/2
  490. description to iosvl2-1
  491. switchport trunk encapsulation dot1q
  492. switchport mode trunk
  493. no shutdown
  494. !
  495. interface GigabitEthernet0/3
  496. description to iosv-1
  497. switchport access vlan 2
  498. switchport mode access
  499. no shutdown
  500. !
  501. interface Vlan1
  502. description OOB Management
  503. ! Configured on launch
  504. vrf forwarding Mgmt-intf
  505. no ip address
  506. !
  507. !
  508. ip forward-protocol nd
  509. !
  510. no ip http server
  511. no ip http secure-server
  512. !
  513. !
  514. !
  515. !
  516. !
  517. !
  518. control-plane
  519. !
  520. !
  521. !
  522. end
  523. </entry>
  524. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  525. </extensions>
  526. <interface id="0" name="GigabitEthernet0/1"/>
  527. <interface id="1" name="GigabitEthernet0/2"/>
  528. <interface id="2" name="GigabitEthernet0/3"/>
  529. </node>
  530. <node name="lxc-1" type="SIMPLE" subtype="lxc" location="259,323">
  531. <interface id="0" name="eth1"/>
  532. </node>
  533. <node name="lxc-2" type="SIMPLE" subtype="lxc" location="527,321">
  534. <interface id="0" name="eth1"/>
  535. </node>
  536. <connection dst="/virl:topology/virl:node[5]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[1]"/>
  537. <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[5]/virl:interface[2]"/>
  538. <connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[5]/virl:interface[3]"/>
  539. <connection dst="/virl:topology/virl:node[1]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
  540. <connection dst="/virl:topology/virl:node[3]/virl:interface[3]" src="/virl:topology/virl:node[6]/virl:interface[1]"/>
  541. <connection dst="/virl:topology/virl:node[7]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[3]"/>
  542. </topology>