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.

2213 lines
42 KiB

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. <extensions>
  4. <entry key="AutoNetkit.enable_cdp" type="Boolean">true</entry>
  5. <entry key="management_network" type="String">exclusive</entry>
  6. </extensions>
  7. <node name="iosvl2-4" type="SIMPLE" subtype="IOSvL2" location="653,315" ipv4="10.10.40.1">
  8. <extensions>
  9. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  10. ! by autonetkit_0.18.1
  11. !
  12. version 15.2
  13. service timestamps debug datetime msec
  14. service timestamps log datetime msec
  15. no service password-encryption
  16. service compress-config
  17. no service config
  18. enable password cisco
  19. ip classless
  20. ip subnet-zero
  21. no ip domain lookup
  22. !
  23. line vty 0 4
  24. transport input ssh telnet
  25. exec-timeout 720 0
  26. password cisco
  27. login
  28. !
  29. line con 0
  30. password cisco
  31. !
  32. hostname iosvl2-4
  33. !
  34. boot-start-marker
  35. boot-end-marker
  36. !
  37. !
  38. !
  39. no aaa new-model
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. ip cef
  49. no ipv6 cef
  50. !
  51. !
  52. spanning-tree mode pvst
  53. spanning-tree extend system-id
  54. !
  55. vlan internal allocation policy ascending
  56. !
  57. !
  58. !
  59. !
  60. vrf definition Mgmt-intf
  61. !
  62. address-family ipv4
  63. exit-address-family
  64. !
  65. address-family ipv6
  66. exit-address-family
  67. !
  68. !
  69. !
  70. !
  71. !
  72. interface Loopback0
  73. description Loopback
  74. !
  75. interface GigabitEthernet0/0
  76. description OOB management
  77. ! Configured on launch
  78. no switchport
  79. no ip address
  80. no shutdown
  81. !
  82. interface GigabitEthernet0/1
  83. description to iosvl2-1
  84. switchport trunk encapsulation dot1q
  85. switchport mode trunk
  86. no shutdown
  87. !
  88. interface GigabitEthernet0/2
  89. description to iosvl2-3
  90. switchport trunk encapsulation dot1q
  91. switchport mode trunk
  92. no shutdown
  93. !
  94. interface GigabitEthernet0/3
  95. description to iosvl2-2
  96. switchport trunk encapsulation dot1q
  97. switchport mode trunk
  98. no shutdown
  99. !
  100. interface GigabitEthernet1/0
  101. description to iosvl2-4-1
  102. switchport trunk encapsulation dot1q
  103. switchport mode trunk
  104. no shutdown
  105. !
  106. interface GigabitEthernet1/1
  107. description to FritzBox-4
  108. no shutdown
  109. !
  110. interface GigabitEthernet1/2
  111. description to iosvl2-4-2
  112. switchport trunk encapsulation dot1q
  113. switchport mode trunk
  114. no shutdown
  115. !
  116. interface GigabitEthernet1/3
  117. description to iosvl2-4-3
  118. switchport trunk encapsulation dot1q
  119. switchport mode trunk
  120. no shutdown
  121. !
  122. !
  123. ip forward-protocol nd
  124. !
  125. no ip http server
  126. no ip http secure-server
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. control-plane
  134. !
  135. !
  136. !
  137. end
  138. </entry>
  139. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  140. </extensions>
  141. <interface id="0" name="GigabitEthernet0/1">
  142. <extensions>
  143. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  144. </extensions>
  145. </interface>
  146. <interface id="1" name="GigabitEthernet0/2">
  147. <extensions>
  148. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  149. </extensions>
  150. </interface>
  151. <interface id="2" name="GigabitEthernet0/3">
  152. <extensions>
  153. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  154. </extensions>
  155. </interface>
  156. <interface id="3" name="GigabitEthernet1/0">
  157. <extensions>
  158. <entry key="AutoNetkit.vlan" type="Integer">40</entry>
  159. </extensions>
  160. </interface>
  161. <interface id="4" name="GigabitEthernet1/1">
  162. <extensions>
  163. <entry key="AutoNetkit.vlan" type="Integer">45</entry>
  164. </extensions>
  165. </interface>
  166. <interface id="5" name="GigabitEthernet1/2">
  167. <extensions>
  168. <entry key="AutoNetkit.vlan" type="Integer">40</entry>
  169. </extensions>
  170. </interface>
  171. <interface id="6" name="GigabitEthernet1/3">
  172. <extensions>
  173. <entry key="AutoNetkit.vlan" type="Integer">40</entry>
  174. </extensions>
  175. </interface>
  176. </node>
  177. <node name="iosvl2-1" type="SIMPLE" subtype="IOSvL2" location="466,156" ipv4="10.10.10.1">
  178. <extensions>
  179. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  180. ! by autonetkit_0.18.1
  181. !
  182. version 15.2
  183. service timestamps debug datetime msec
  184. service timestamps log datetime msec
  185. no service password-encryption
  186. service compress-config
  187. no service config
  188. enable password cisco
  189. ip classless
  190. ip subnet-zero
  191. no ip domain lookup
  192. !
  193. line vty 0 4
  194. transport input ssh telnet
  195. exec-timeout 720 0
  196. password cisco
  197. login
  198. !
  199. line con 0
  200. password cisco
  201. !
  202. hostname iosvl2-1
  203. !
  204. boot-start-marker
  205. boot-end-marker
  206. !
  207. !
  208. !
  209. no aaa new-model
  210. !
  211. !
  212. !
  213. !
  214. !
  215. !
  216. !
  217. !
  218. ip cef
  219. no ipv6 cef
  220. !
  221. !
  222. spanning-tree mode pvst
  223. spanning-tree extend system-id
  224. !
  225. vlan internal allocation policy ascending
  226. !
  227. !
  228. !
  229. !
  230. vrf definition Mgmt-intf
  231. !
  232. address-family ipv4
  233. exit-address-family
  234. !
  235. address-family ipv6
  236. exit-address-family
  237. !
  238. !
  239. !
  240. !
  241. !
  242. interface Loopback0
  243. description Loopback
  244. !
  245. interface GigabitEthernet0/0
  246. description OOB management
  247. ! Configured on launch
  248. no switchport
  249. no ip address
  250. no shutdown
  251. !
  252. interface GigabitEthernet0/1
  253. description to iosvl2-4
  254. switchport trunk encapsulation dot1q
  255. switchport mode trunk
  256. no shutdown
  257. !
  258. interface GigabitEthernet0/2
  259. description to iosvl2-2
  260. switchport trunk encapsulation dot1q
  261. switchport mode trunk
  262. no shutdown
  263. !
  264. interface GigabitEthernet0/3
  265. description to iosvl2-3
  266. switchport trunk encapsulation dot1q
  267. switchport mode trunk
  268. no shutdown
  269. !
  270. interface GigabitEthernet1/0
  271. description to iosvl2-1-2
  272. switchport trunk encapsulation dot1q
  273. switchport mode trunk
  274. no shutdown
  275. !
  276. interface GigabitEthernet1/1
  277. description to iosvl2-1-1
  278. switchport trunk encapsulation dot1q
  279. switchport mode trunk
  280. no shutdown
  281. !
  282. interface GigabitEthernet1/2
  283. description to FritzBox-1
  284. no shutdown
  285. !
  286. !
  287. ip forward-protocol nd
  288. !
  289. no ip http server
  290. no ip http secure-server
  291. !
  292. !
  293. !
  294. !
  295. !
  296. !
  297. control-plane
  298. !
  299. !
  300. !
  301. end
  302. </entry>
  303. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  304. </extensions>
  305. <interface id="0" name="GigabitEthernet0/1">
  306. <extensions>
  307. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  308. </extensions>
  309. </interface>
  310. <interface id="1" name="GigabitEthernet0/2">
  311. <extensions>
  312. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  313. </extensions>
  314. </interface>
  315. <interface id="2" name="GigabitEthernet0/3">
  316. <extensions>
  317. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  318. </extensions>
  319. </interface>
  320. <interface id="3" name="GigabitEthernet1/0">
  321. <extensions>
  322. <entry key="AutoNetkit.vlan" type="Integer">10</entry>
  323. </extensions>
  324. </interface>
  325. <interface id="4" name="GigabitEthernet1/1">
  326. <extensions>
  327. <entry key="AutoNetkit.vlan" type="Integer">10</entry>
  328. </extensions>
  329. </interface>
  330. <interface id="5" name="GigabitEthernet1/2">
  331. <extensions>
  332. <entry key="AutoNetkit.vlan" type="Integer">15</entry>
  333. </extensions>
  334. </interface>
  335. </node>
  336. <node name="iosvl2-3" type="SIMPLE" subtype="IOSvL2" location="466,315" ipv4="10.10.30.1">
  337. <extensions>
  338. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  339. ! by autonetkit_0.18.1
  340. !
  341. version 15.2
  342. service timestamps debug datetime msec
  343. service timestamps log datetime msec
  344. no service password-encryption
  345. service compress-config
  346. no service config
  347. enable password cisco
  348. ip classless
  349. ip subnet-zero
  350. no ip domain lookup
  351. !
  352. line vty 0 4
  353. transport input ssh telnet
  354. exec-timeout 720 0
  355. password cisco
  356. login
  357. !
  358. line con 0
  359. password cisco
  360. !
  361. hostname iosvl2-3
  362. !
  363. boot-start-marker
  364. boot-end-marker
  365. !
  366. !
  367. !
  368. no aaa new-model
  369. !
  370. !
  371. !
  372. !
  373. !
  374. !
  375. !
  376. !
  377. ip cef
  378. no ipv6 cef
  379. !
  380. !
  381. spanning-tree mode pvst
  382. spanning-tree extend system-id
  383. !
  384. vlan internal allocation policy ascending
  385. !
  386. !
  387. !
  388. !
  389. vrf definition Mgmt-intf
  390. !
  391. address-family ipv4
  392. exit-address-family
  393. !
  394. address-family ipv6
  395. exit-address-family
  396. !
  397. !
  398. !
  399. !
  400. !
  401. interface Loopback0
  402. description Loopback
  403. !
  404. interface GigabitEthernet0/0
  405. description OOB management
  406. ! Configured on launch
  407. no switchport
  408. no ip address
  409. no shutdown
  410. !
  411. interface GigabitEthernet0/1
  412. description to iosvl2-2
  413. switchport trunk encapsulation dot1q
  414. switchport mode trunk
  415. no shutdown
  416. !
  417. interface GigabitEthernet0/2
  418. description to iosvl2-4
  419. switchport trunk encapsulation dot1q
  420. switchport mode trunk
  421. no shutdown
  422. !
  423. interface GigabitEthernet0/3
  424. description to iosvl2-1
  425. switchport trunk encapsulation dot1q
  426. switchport mode trunk
  427. no shutdown
  428. !
  429. interface GigabitEthernet1/0
  430. description to iosvl2-3-1
  431. switchport trunk encapsulation dot1q
  432. switchport mode trunk
  433. no shutdown
  434. !
  435. interface GigabitEthernet1/1
  436. description to iosvl2-3-2
  437. switchport trunk encapsulation dot1q
  438. switchport mode trunk
  439. no shutdown
  440. !
  441. interface GigabitEthernet1/2
  442. description to iosvl2-3-3
  443. switchport trunk encapsulation dot1q
  444. switchport mode trunk
  445. no shutdown
  446. !
  447. interface GigabitEthernet1/3
  448. description to FritzBox-3
  449. no shutdown
  450. !
  451. !
  452. ip forward-protocol nd
  453. !
  454. no ip http server
  455. no ip http secure-server
  456. !
  457. !
  458. !
  459. !
  460. !
  461. !
  462. control-plane
  463. !
  464. !
  465. !
  466. end
  467. </entry>
  468. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  469. </extensions>
  470. <interface id="0" name="GigabitEthernet0/1">
  471. <extensions>
  472. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  473. </extensions>
  474. </interface>
  475. <interface id="1" name="GigabitEthernet0/2">
  476. <extensions>
  477. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  478. </extensions>
  479. </interface>
  480. <interface id="2" name="GigabitEthernet0/3">
  481. <extensions>
  482. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  483. </extensions>
  484. </interface>
  485. <interface id="3" name="GigabitEthernet1/0">
  486. <extensions>
  487. <entry key="AutoNetkit.vlan" type="Integer">30</entry>
  488. </extensions>
  489. </interface>
  490. <interface id="4" name="GigabitEthernet1/1">
  491. <extensions>
  492. <entry key="AutoNetkit.vlan" type="Integer">30</entry>
  493. </extensions>
  494. </interface>
  495. <interface id="5" name="GigabitEthernet1/2">
  496. <extensions>
  497. <entry key="AutoNetkit.vlan" type="Integer">30</entry>
  498. </extensions>
  499. </interface>
  500. <interface id="6" name="GigabitEthernet1/3">
  501. <extensions>
  502. <entry key="AutoNetkit.vlan" type="Integer">35</entry>
  503. </extensions>
  504. </interface>
  505. </node>
  506. <node name="iosvl2-2" type="SIMPLE" subtype="IOSvL2" location="653,156" ipv4="10.10.20.1">
  507. <extensions>
  508. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  509. ! by autonetkit_0.18.1
  510. !
  511. version 15.2
  512. service timestamps debug datetime msec
  513. service timestamps log datetime msec
  514. no service password-encryption
  515. service compress-config
  516. no service config
  517. enable password cisco
  518. ip classless
  519. ip subnet-zero
  520. no ip domain lookup
  521. !
  522. line vty 0 4
  523. transport input ssh telnet
  524. exec-timeout 720 0
  525. password cisco
  526. login
  527. !
  528. line con 0
  529. password cisco
  530. !
  531. hostname iosvl2-2
  532. !
  533. boot-start-marker
  534. boot-end-marker
  535. !
  536. !
  537. !
  538. no aaa new-model
  539. !
  540. !
  541. !
  542. !
  543. !
  544. !
  545. !
  546. !
  547. ip cef
  548. no ipv6 cef
  549. !
  550. !
  551. spanning-tree mode pvst
  552. spanning-tree extend system-id
  553. !
  554. vlan internal allocation policy ascending
  555. !
  556. !
  557. !
  558. !
  559. vrf definition Mgmt-intf
  560. !
  561. address-family ipv4
  562. exit-address-family
  563. !
  564. address-family ipv6
  565. exit-address-family
  566. !
  567. !
  568. !
  569. !
  570. !
  571. interface Loopback0
  572. description Loopback
  573. !
  574. interface GigabitEthernet0/0
  575. description OOB management
  576. ! Configured on launch
  577. no switchport
  578. no ip address
  579. no shutdown
  580. !
  581. interface GigabitEthernet0/1
  582. description to iosvl2-1
  583. switchport trunk encapsulation dot1q
  584. switchport mode trunk
  585. no shutdown
  586. !
  587. interface GigabitEthernet0/2
  588. description to iosvl2-3
  589. switchport trunk encapsulation dot1q
  590. switchport mode trunk
  591. no shutdown
  592. !
  593. interface GigabitEthernet0/3
  594. description to iosvl2-4
  595. switchport trunk encapsulation dot1q
  596. switchport mode trunk
  597. no shutdown
  598. !
  599. interface GigabitEthernet1/0
  600. description to FritzBox-2
  601. no shutdown
  602. !
  603. interface GigabitEthernet1/1
  604. description to iosvl2-2-2
  605. switchport trunk encapsulation dot1q
  606. switchport mode trunk
  607. no shutdown
  608. !
  609. interface GigabitEthernet1/2
  610. description to iosvl2-2-1
  611. switchport trunk encapsulation dot1q
  612. switchport mode trunk
  613. no shutdown
  614. !
  615. interface GigabitEthernet1/3
  616. description to iosvl2-5
  617. switchport trunk encapsulation dot1q
  618. switchport mode trunk
  619. no shutdown
  620. !
  621. interface GigabitEthernet2/0
  622. description to iosvl2-l3
  623. switchport trunk encapsulation dot1q
  624. switchport mode trunk
  625. no shutdown
  626. !
  627. !
  628. ip forward-protocol nd
  629. !
  630. no ip http server
  631. no ip http secure-server
  632. !
  633. !
  634. !
  635. !
  636. !
  637. !
  638. control-plane
  639. !
  640. !
  641. !
  642. end
  643. </entry>
  644. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  645. </extensions>
  646. <interface id="0" name="GigabitEthernet0/1">
  647. <extensions>
  648. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  649. </extensions>
  650. </interface>
  651. <interface id="1" name="GigabitEthernet0/2">
  652. <extensions>
  653. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  654. </extensions>
  655. </interface>
  656. <interface id="2" name="GigabitEthernet0/3">
  657. <extensions>
  658. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  659. </extensions>
  660. </interface>
  661. <interface id="3" name="GigabitEthernet1/0">
  662. <extensions>
  663. <entry key="AutoNetkit.vlan" type="Integer">25</entry>
  664. </extensions>
  665. </interface>
  666. <interface id="4" name="GigabitEthernet1/1">
  667. <extensions>
  668. <entry key="AutoNetkit.vlan" type="Integer">20</entry>
  669. </extensions>
  670. </interface>
  671. <interface id="5" name="GigabitEthernet1/2">
  672. <extensions>
  673. <entry key="AutoNetkit.vlan" type="Integer">20</entry>
  674. </extensions>
  675. </interface>
  676. <interface id="6" name="GigabitEthernet1/3">
  677. <extensions>
  678. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  679. </extensions>
  680. </interface>
  681. <interface id="7" name="GigabitEthernet2/0">
  682. <extensions>
  683. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  684. </extensions>
  685. </interface>
  686. </node>
  687. <node name="FritzBox-4" type="SIMPLE" subtype="Unmanaged Switch" location="762,435" excludeFromLaunch="true">
  688. <interface id="0" name="link1"/>
  689. </node>
  690. <node name="FritzBox-1" type="SIMPLE" subtype="Unmanaged Switch" location="344,41">
  691. <interface id="0" name="link1"/>
  692. </node>
  693. <node name="FritzBox-3" type="SIMPLE" subtype="Unmanaged Switch" location="353,433" excludeFromLaunch="true">
  694. <interface id="0" name="link1"/>
  695. </node>
  696. <node name="FritzBox-2" type="SIMPLE" subtype="Unmanaged Switch" location="796,41">
  697. <interface id="0" name="link1"/>
  698. </node>
  699. <node name="iosvl2-3-1" type="SIMPLE" subtype="IOSvL2" location="352,255" excludeFromLaunch="true">
  700. <extensions>
  701. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  702. ! by autonetkit_0.18.1
  703. !
  704. version 15.2
  705. service timestamps debug datetime msec
  706. service timestamps log datetime msec
  707. no service password-encryption
  708. service compress-config
  709. no service config
  710. enable password cisco
  711. ip classless
  712. ip subnet-zero
  713. no ip domain lookup
  714. !
  715. line vty 0 4
  716. transport input ssh telnet
  717. exec-timeout 720 0
  718. password cisco
  719. login
  720. !
  721. line con 0
  722. password cisco
  723. !
  724. hostname iosvl2-3-1
  725. !
  726. boot-start-marker
  727. boot-end-marker
  728. !
  729. !
  730. !
  731. no aaa new-model
  732. !
  733. !
  734. !
  735. !
  736. !
  737. !
  738. !
  739. !
  740. ip cef
  741. no ipv6 cef
  742. !
  743. !
  744. spanning-tree mode pvst
  745. spanning-tree extend system-id
  746. !
  747. vlan internal allocation policy ascending
  748. !
  749. !
  750. !
  751. !
  752. vrf definition Mgmt-intf
  753. !
  754. address-family ipv4
  755. exit-address-family
  756. !
  757. address-family ipv6
  758. exit-address-family
  759. !
  760. !
  761. !
  762. !
  763. !
  764. interface Loopback0
  765. description Loopback
  766. !
  767. interface GigabitEthernet0/0
  768. description OOB management
  769. ! Configured on launch
  770. no switchport
  771. no ip address
  772. no shutdown
  773. !
  774. interface GigabitEthernet0/1
  775. description to iosvl2-3
  776. switchport trunk encapsulation dot1q
  777. switchport mode trunk
  778. no shutdown
  779. !
  780. !
  781. ip forward-protocol nd
  782. !
  783. no ip http server
  784. no ip http secure-server
  785. !
  786. !
  787. !
  788. !
  789. !
  790. !
  791. control-plane
  792. !
  793. !
  794. !
  795. end
  796. </entry>
  797. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  798. </extensions>
  799. <interface id="0" name="GigabitEthernet0/1">
  800. <extensions>
  801. <entry key="AutoNetkit.vlan" type="Integer">30</entry>
  802. </extensions>
  803. </interface>
  804. </node>
  805. <node name="iosvl2-3-2" type="SIMPLE" subtype="IOSvL2" location="352,300" excludeFromLaunch="true">
  806. <extensions>
  807. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  808. ! by autonetkit_0.18.1
  809. !
  810. version 15.2
  811. service timestamps debug datetime msec
  812. service timestamps log datetime msec
  813. no service password-encryption
  814. service compress-config
  815. no service config
  816. enable password cisco
  817. ip classless
  818. ip subnet-zero
  819. no ip domain lookup
  820. !
  821. line vty 0 4
  822. transport input ssh telnet
  823. exec-timeout 720 0
  824. password cisco
  825. login
  826. !
  827. line con 0
  828. password cisco
  829. !
  830. hostname iosvl2-3-2
  831. !
  832. boot-start-marker
  833. boot-end-marker
  834. !
  835. !
  836. !
  837. no aaa new-model
  838. !
  839. !
  840. !
  841. !
  842. !
  843. !
  844. !
  845. !
  846. ip cef
  847. no ipv6 cef
  848. !
  849. !
  850. spanning-tree mode pvst
  851. spanning-tree extend system-id
  852. !
  853. vlan internal allocation policy ascending
  854. !
  855. !
  856. !
  857. !
  858. vrf definition Mgmt-intf
  859. !
  860. address-family ipv4
  861. exit-address-family
  862. !
  863. address-family ipv6
  864. exit-address-family
  865. !
  866. !
  867. !
  868. !
  869. !
  870. interface Loopback0
  871. description Loopback
  872. !
  873. interface GigabitEthernet0/0
  874. description OOB management
  875. ! Configured on launch
  876. no switchport
  877. no ip address
  878. no shutdown
  879. !
  880. interface GigabitEthernet0/1
  881. description to iosvl2-3
  882. switchport trunk encapsulation dot1q
  883. switchport mode trunk
  884. no shutdown
  885. !
  886. !
  887. ip forward-protocol nd
  888. !
  889. no ip http server
  890. no ip http secure-server
  891. !
  892. !
  893. !
  894. !
  895. !
  896. !
  897. control-plane
  898. !
  899. !
  900. !
  901. end
  902. </entry>
  903. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  904. </extensions>
  905. <interface id="0" name="GigabitEthernet0/1">
  906. <extensions>
  907. <entry key="AutoNetkit.vlan" type="Integer">30</entry>
  908. </extensions>
  909. </interface>
  910. </node>
  911. <node name="iosvl2-3-3" type="SIMPLE" subtype="IOSvL2" location="352,345" excludeFromLaunch="true">
  912. <extensions>
  913. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  914. ! by autonetkit_0.18.1
  915. !
  916. version 15.2
  917. service timestamps debug datetime msec
  918. service timestamps log datetime msec
  919. no service password-encryption
  920. service compress-config
  921. no service config
  922. enable password cisco
  923. ip classless
  924. ip subnet-zero
  925. no ip domain lookup
  926. !
  927. line vty 0 4
  928. transport input ssh telnet
  929. exec-timeout 720 0
  930. password cisco
  931. login
  932. !
  933. line con 0
  934. password cisco
  935. !
  936. hostname iosvl2-3-3
  937. !
  938. boot-start-marker
  939. boot-end-marker
  940. !
  941. !
  942. !
  943. no aaa new-model
  944. !
  945. !
  946. !
  947. !
  948. !
  949. !
  950. !
  951. !
  952. ip cef
  953. no ipv6 cef
  954. !
  955. !
  956. spanning-tree mode pvst
  957. spanning-tree extend system-id
  958. !
  959. vlan internal allocation policy ascending
  960. !
  961. !
  962. !
  963. !
  964. vrf definition Mgmt-intf
  965. !
  966. address-family ipv4
  967. exit-address-family
  968. !
  969. address-family ipv6
  970. exit-address-family
  971. !
  972. !
  973. !
  974. !
  975. !
  976. interface Loopback0
  977. description Loopback
  978. !
  979. interface GigabitEthernet0/0
  980. description OOB management
  981. ! Configured on launch
  982. no switchport
  983. no ip address
  984. no shutdown
  985. !
  986. interface GigabitEthernet0/1
  987. description to iosvl2-3
  988. switchport trunk encapsulation dot1q
  989. switchport mode trunk
  990. no shutdown
  991. !
  992. !
  993. ip forward-protocol nd
  994. !
  995. no ip http server
  996. no ip http secure-server
  997. !
  998. !
  999. !
  1000. !
  1001. !
  1002. !
  1003. control-plane
  1004. !
  1005. !
  1006. !
  1007. end
  1008. </entry>
  1009. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1010. </extensions>
  1011. <interface id="0" name="GigabitEthernet0/1">
  1012. <extensions>
  1013. <entry key="AutoNetkit.vlan" type="Integer">30</entry>
  1014. </extensions>
  1015. </interface>
  1016. </node>
  1017. <node name="iosvl2-4-1" type="SIMPLE" subtype="IOSvL2" location="765,302" excludeFromLaunch="true">
  1018. <extensions>
  1019. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1020. ! by autonetkit_0.18.1
  1021. !
  1022. version 15.2
  1023. service timestamps debug datetime msec
  1024. service timestamps log datetime msec
  1025. no service password-encryption
  1026. service compress-config
  1027. no service config
  1028. enable password cisco
  1029. ip classless
  1030. ip subnet-zero
  1031. no ip domain lookup
  1032. !
  1033. line vty 0 4
  1034. transport input ssh telnet
  1035. exec-timeout 720 0
  1036. password cisco
  1037. login
  1038. !
  1039. line con 0
  1040. password cisco
  1041. !
  1042. hostname iosvl2-4-1
  1043. !
  1044. boot-start-marker
  1045. boot-end-marker
  1046. !
  1047. !
  1048. !
  1049. no aaa new-model
  1050. !
  1051. !
  1052. !
  1053. !
  1054. !
  1055. !
  1056. !
  1057. !
  1058. ip cef
  1059. no ipv6 cef
  1060. !
  1061. !
  1062. spanning-tree mode pvst
  1063. spanning-tree extend system-id
  1064. !
  1065. vlan internal allocation policy ascending
  1066. !
  1067. !
  1068. !
  1069. !
  1070. vrf definition Mgmt-intf
  1071. !
  1072. address-family ipv4
  1073. exit-address-family
  1074. !
  1075. address-family ipv6
  1076. exit-address-family
  1077. !
  1078. !
  1079. !
  1080. !
  1081. !
  1082. interface Loopback0
  1083. description Loopback
  1084. !
  1085. interface GigabitEthernet0/0
  1086. description OOB management
  1087. ! Configured on launch
  1088. no switchport
  1089. no ip address
  1090. no shutdown
  1091. !
  1092. interface GigabitEthernet0/1
  1093. description to iosvl2-4
  1094. switchport trunk encapsulation dot1q
  1095. switchport mode trunk
  1096. no shutdown
  1097. !
  1098. !
  1099. ip forward-protocol nd
  1100. !
  1101. no ip http server
  1102. no ip http secure-server
  1103. !
  1104. !
  1105. !
  1106. !
  1107. !
  1108. !
  1109. control-plane
  1110. !
  1111. !
  1112. !
  1113. end
  1114. </entry>
  1115. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1116. </extensions>
  1117. <interface id="0" name="GigabitEthernet0/1">
  1118. <extensions>
  1119. <entry key="AutoNetkit.vlan" type="Integer">40</entry>
  1120. </extensions>
  1121. </interface>
  1122. </node>
  1123. <node name="iosvl2-4-2" type="SIMPLE" subtype="IOSvL2" location="765,342" excludeFromLaunch="true">
  1124. <extensions>
  1125. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1126. ! by autonetkit_0.18.1
  1127. !
  1128. version 15.2
  1129. service timestamps debug datetime msec
  1130. service timestamps log datetime msec
  1131. no service password-encryption
  1132. service compress-config
  1133. no service config
  1134. enable password cisco
  1135. ip classless
  1136. ip subnet-zero
  1137. no ip domain lookup
  1138. !
  1139. line vty 0 4
  1140. transport input ssh telnet
  1141. exec-timeout 720 0
  1142. password cisco
  1143. login
  1144. !
  1145. line con 0
  1146. password cisco
  1147. !
  1148. hostname iosvl2-4-2
  1149. !
  1150. boot-start-marker
  1151. boot-end-marker
  1152. !
  1153. !
  1154. !
  1155. no aaa new-model
  1156. !
  1157. !
  1158. !
  1159. !
  1160. !
  1161. !
  1162. !
  1163. !
  1164. ip cef
  1165. no ipv6 cef
  1166. !
  1167. !
  1168. spanning-tree mode pvst
  1169. spanning-tree extend system-id
  1170. !
  1171. vlan internal allocation policy ascending
  1172. !
  1173. !
  1174. !
  1175. !
  1176. vrf definition Mgmt-intf
  1177. !
  1178. address-family ipv4
  1179. exit-address-family
  1180. !
  1181. address-family ipv6
  1182. exit-address-family
  1183. !
  1184. !
  1185. !
  1186. !
  1187. !
  1188. interface Loopback0
  1189. description Loopback
  1190. !
  1191. interface GigabitEthernet0/0
  1192. description OOB management
  1193. ! Configured on launch
  1194. no switchport
  1195. no ip address
  1196. no shutdown
  1197. !
  1198. interface GigabitEthernet0/1
  1199. description to iosvl2-4
  1200. switchport trunk encapsulation dot1q
  1201. switchport mode trunk
  1202. no shutdown
  1203. !
  1204. !
  1205. ip forward-protocol nd
  1206. !
  1207. no ip http server
  1208. no ip http secure-server
  1209. !
  1210. !
  1211. !
  1212. !
  1213. !
  1214. !
  1215. control-plane
  1216. !
  1217. !
  1218. !
  1219. end
  1220. </entry>
  1221. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1222. </extensions>
  1223. <interface id="0" name="GigabitEthernet0/1">
  1224. <extensions>
  1225. <entry key="AutoNetkit.vlan" type="Integer">40</entry>
  1226. </extensions>
  1227. </interface>
  1228. </node>
  1229. <node name="iosvl2-4-3" type="SIMPLE" subtype="IOSvL2" location="765,381" excludeFromLaunch="true">
  1230. <extensions>
  1231. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1232. ! by autonetkit_0.18.1
  1233. !
  1234. version 15.2
  1235. service timestamps debug datetime msec
  1236. service timestamps log datetime msec
  1237. no service password-encryption
  1238. service compress-config
  1239. no service config
  1240. enable password cisco
  1241. ip classless
  1242. ip subnet-zero
  1243. no ip domain lookup
  1244. !
  1245. line vty 0 4
  1246. transport input ssh telnet
  1247. exec-timeout 720 0
  1248. password cisco
  1249. login
  1250. !
  1251. line con 0
  1252. password cisco
  1253. !
  1254. hostname iosvl2-4-3
  1255. !
  1256. boot-start-marker
  1257. boot-end-marker
  1258. !
  1259. !
  1260. !
  1261. no aaa new-model
  1262. !
  1263. !
  1264. !
  1265. !
  1266. !
  1267. !
  1268. !
  1269. !
  1270. ip cef
  1271. no ipv6 cef
  1272. !
  1273. !
  1274. spanning-tree mode pvst
  1275. spanning-tree extend system-id
  1276. !
  1277. vlan internal allocation policy ascending
  1278. !
  1279. !
  1280. !
  1281. !
  1282. vrf definition Mgmt-intf
  1283. !
  1284. address-family ipv4
  1285. exit-address-family
  1286. !
  1287. address-family ipv6
  1288. exit-address-family
  1289. !
  1290. !
  1291. !
  1292. !
  1293. !
  1294. interface Loopback0
  1295. description Loopback
  1296. !
  1297. interface GigabitEthernet0/0
  1298. description OOB management
  1299. ! Configured on launch
  1300. no switchport
  1301. no ip address
  1302. no shutdown
  1303. !
  1304. interface GigabitEthernet0/1
  1305. description to iosvl2-4
  1306. switchport trunk encapsulation dot1q
  1307. switchport mode trunk
  1308. no shutdown
  1309. !
  1310. !
  1311. ip forward-protocol nd
  1312. !
  1313. no ip http server
  1314. no ip http secure-server
  1315. !
  1316. !
  1317. !
  1318. !
  1319. !
  1320. !
  1321. control-plane
  1322. !
  1323. !
  1324. !
  1325. end
  1326. </entry>
  1327. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1328. </extensions>
  1329. <interface id="0" name="GigabitEthernet0/1">
  1330. <extensions>
  1331. <entry key="AutoNetkit.vlan" type="Integer">40</entry>
  1332. </extensions>
  1333. </interface>
  1334. </node>
  1335. <node name="iosvl2-1-1" type="SIMPLE" subtype="IOSvL2" location="349,105">
  1336. <extensions>
  1337. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1338. ! by autonetkit_0.18.1
  1339. !
  1340. version 15.2
  1341. service timestamps debug datetime msec
  1342. service timestamps log datetime msec
  1343. no service password-encryption
  1344. service compress-config
  1345. no service config
  1346. enable password cisco
  1347. ip classless
  1348. ip subnet-zero
  1349. no ip domain lookup
  1350. !
  1351. line vty 0 4
  1352. transport input ssh telnet
  1353. exec-timeout 720 0
  1354. password cisco
  1355. login
  1356. !
  1357. line con 0
  1358. password cisco
  1359. !
  1360. hostname iosvl2-1-1
  1361. !
  1362. boot-start-marker
  1363. boot-end-marker
  1364. !
  1365. !
  1366. !
  1367. no aaa new-model
  1368. !
  1369. !
  1370. !
  1371. !
  1372. !
  1373. !
  1374. !
  1375. !
  1376. ip cef
  1377. no ipv6 cef
  1378. !
  1379. !
  1380. spanning-tree mode pvst
  1381. spanning-tree extend system-id
  1382. !
  1383. vlan internal allocation policy ascending
  1384. !
  1385. !
  1386. !
  1387. !
  1388. vrf definition Mgmt-intf
  1389. !
  1390. address-family ipv4
  1391. exit-address-family
  1392. !
  1393. address-family ipv6
  1394. exit-address-family
  1395. !
  1396. !
  1397. !
  1398. !
  1399. !
  1400. interface Loopback0
  1401. description Loopback
  1402. !
  1403. interface GigabitEthernet0/0
  1404. description OOB management
  1405. ! Configured on launch
  1406. no switchport
  1407. no ip address
  1408. no shutdown
  1409. !
  1410. interface GigabitEthernet0/1
  1411. description to iosvl2-1
  1412. switchport trunk encapsulation dot1q
  1413. switchport mode trunk
  1414. no shutdown
  1415. !
  1416. !
  1417. ip forward-protocol nd
  1418. !
  1419. no ip http server
  1420. no ip http secure-server
  1421. !
  1422. !
  1423. !
  1424. !
  1425. !
  1426. !
  1427. control-plane
  1428. !
  1429. !
  1430. !
  1431. end
  1432. </entry>
  1433. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1434. </extensions>
  1435. <interface id="0" name="GigabitEthernet0/1">
  1436. <extensions>
  1437. <entry key="AutoNetkit.vlan" type="Integer">10</entry>
  1438. </extensions>
  1439. </interface>
  1440. </node>
  1441. <node name="iosvl2-1-2" type="SIMPLE" subtype="IOSvL2" location="348,153">
  1442. <extensions>
  1443. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1444. ! by autonetkit_0.18.1
  1445. !
  1446. version 15.2
  1447. service timestamps debug datetime msec
  1448. service timestamps log datetime msec
  1449. no service password-encryption
  1450. service compress-config
  1451. no service config
  1452. enable password cisco
  1453. ip classless
  1454. ip subnet-zero
  1455. no ip domain lookup
  1456. !
  1457. line vty 0 4
  1458. transport input ssh telnet
  1459. exec-timeout 720 0
  1460. password cisco
  1461. login
  1462. !
  1463. line con 0
  1464. password cisco
  1465. !
  1466. hostname iosvl2-1-2
  1467. !
  1468. boot-start-marker
  1469. boot-end-marker
  1470. !
  1471. !
  1472. !
  1473. no aaa new-model
  1474. !
  1475. !
  1476. !
  1477. !
  1478. !
  1479. !
  1480. !
  1481. !
  1482. ip cef
  1483. no ipv6 cef
  1484. !
  1485. !
  1486. spanning-tree mode pvst
  1487. spanning-tree extend system-id
  1488. !
  1489. vlan internal allocation policy ascending
  1490. !
  1491. !
  1492. !
  1493. !
  1494. vrf definition Mgmt-intf
  1495. !
  1496. address-family ipv4
  1497. exit-address-family
  1498. !
  1499. address-family ipv6
  1500. exit-address-family
  1501. !
  1502. !
  1503. !
  1504. !
  1505. !
  1506. interface Loopback0
  1507. description Loopback
  1508. !
  1509. interface GigabitEthernet0/0
  1510. description OOB management
  1511. ! Configured on launch
  1512. no switchport
  1513. no ip address
  1514. no shutdown
  1515. !
  1516. interface GigabitEthernet0/1
  1517. description to iosvl2-1
  1518. switchport trunk encapsulation dot1q
  1519. switchport mode trunk
  1520. no shutdown
  1521. !
  1522. !
  1523. ip forward-protocol nd
  1524. !
  1525. no ip http server
  1526. no ip http secure-server
  1527. !
  1528. !
  1529. !
  1530. !
  1531. !
  1532. !
  1533. control-plane
  1534. !
  1535. !
  1536. !
  1537. end
  1538. </entry>
  1539. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1540. </extensions>
  1541. <interface id="0" name="GigabitEthernet0/1">
  1542. <extensions>
  1543. <entry key="AutoNetkit.vlan" type="Integer">10</entry>
  1544. </extensions>
  1545. </interface>
  1546. </node>
  1547. <node name="iosvl2-2-1" type="SIMPLE" subtype="IOSvL2" location="791,108">
  1548. <extensions>
  1549. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1550. ! by autonetkit_0.18.1
  1551. !
  1552. version 15.2
  1553. service timestamps debug datetime msec
  1554. service timestamps log datetime msec
  1555. no service password-encryption
  1556. service compress-config
  1557. no service config
  1558. enable password cisco
  1559. ip classless
  1560. ip subnet-zero
  1561. no ip domain lookup
  1562. !
  1563. line vty 0 4
  1564. transport input ssh telnet
  1565. exec-timeout 720 0
  1566. password cisco
  1567. login
  1568. !
  1569. line con 0
  1570. password cisco
  1571. !
  1572. hostname iosvl2-2-1
  1573. !
  1574. boot-start-marker
  1575. boot-end-marker
  1576. !
  1577. !
  1578. !
  1579. no aaa new-model
  1580. !
  1581. !
  1582. !
  1583. !
  1584. !
  1585. !
  1586. !
  1587. !
  1588. ip cef
  1589. no ipv6 cef
  1590. !
  1591. !
  1592. spanning-tree mode pvst
  1593. spanning-tree extend system-id
  1594. !
  1595. vlan internal allocation policy ascending
  1596. !
  1597. !
  1598. !
  1599. !
  1600. vrf definition Mgmt-intf
  1601. !
  1602. address-family ipv4
  1603. exit-address-family
  1604. !
  1605. address-family ipv6
  1606. exit-address-family
  1607. !
  1608. !
  1609. !
  1610. !
  1611. !
  1612. interface Loopback0
  1613. description Loopback
  1614. !
  1615. interface GigabitEthernet0/0
  1616. description OOB management
  1617. ! Configured on launch
  1618. no switchport
  1619. no ip address
  1620. no shutdown
  1621. !
  1622. interface GigabitEthernet0/1
  1623. description to iosvl2-2
  1624. switchport trunk encapsulation dot1q
  1625. switchport mode trunk
  1626. no shutdown
  1627. !
  1628. !
  1629. ip forward-protocol nd
  1630. !
  1631. no ip http server
  1632. no ip http secure-server
  1633. !
  1634. !
  1635. !
  1636. !
  1637. !
  1638. !
  1639. control-plane
  1640. !
  1641. !
  1642. !
  1643. end
  1644. </entry>
  1645. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1646. </extensions>
  1647. <interface id="0" name="GigabitEthernet0/1">
  1648. <extensions>
  1649. <entry key="AutoNetkit.vlan" type="Integer">20</entry>
  1650. </extensions>
  1651. </interface>
  1652. </node>
  1653. <node name="iosvl2-2-2" type="SIMPLE" subtype="IOSvL2" location="791,158">
  1654. <extensions>
  1655. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1656. ! by autonetkit_0.18.1
  1657. !
  1658. version 15.2
  1659. service timestamps debug datetime msec
  1660. service timestamps log datetime msec
  1661. no service password-encryption
  1662. service compress-config
  1663. no service config
  1664. enable password cisco
  1665. ip classless
  1666. ip subnet-zero
  1667. no ip domain lookup
  1668. !
  1669. line vty 0 4
  1670. transport input ssh telnet
  1671. exec-timeout 720 0
  1672. password cisco
  1673. login
  1674. !
  1675. line con 0
  1676. password cisco
  1677. !
  1678. hostname iosvl2-2-2
  1679. !
  1680. boot-start-marker
  1681. boot-end-marker
  1682. !
  1683. !
  1684. !
  1685. no aaa new-model
  1686. !
  1687. !
  1688. !
  1689. !
  1690. !
  1691. !
  1692. !
  1693. !
  1694. ip cef
  1695. no ipv6 cef
  1696. !
  1697. !
  1698. spanning-tree mode pvst
  1699. spanning-tree extend system-id
  1700. !
  1701. vlan internal allocation policy ascending
  1702. !
  1703. !
  1704. !
  1705. !
  1706. vrf definition Mgmt-intf
  1707. !
  1708. address-family ipv4
  1709. exit-address-family
  1710. !
  1711. address-family ipv6
  1712. exit-address-family
  1713. !
  1714. !
  1715. !
  1716. !
  1717. !
  1718. interface Loopback0
  1719. description Loopback
  1720. !
  1721. interface GigabitEthernet0/0
  1722. description OOB management
  1723. ! Configured on launch
  1724. no switchport
  1725. no ip address
  1726. no shutdown
  1727. !
  1728. interface GigabitEthernet0/1
  1729. description to iosvl2-2
  1730. switchport trunk encapsulation dot1q
  1731. switchport mode trunk
  1732. no shutdown
  1733. !
  1734. !
  1735. ip forward-protocol nd
  1736. !
  1737. no ip http server
  1738. no ip http secure-server
  1739. !
  1740. !
  1741. !
  1742. !
  1743. !
  1744. !
  1745. control-plane
  1746. !
  1747. !
  1748. !
  1749. end
  1750. </entry>
  1751. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1752. </extensions>
  1753. <interface id="0" name="GigabitEthernet0/1">
  1754. <extensions>
  1755. <entry key="AutoNetkit.vlan" type="Integer">20</entry>
  1756. </extensions>
  1757. </interface>
  1758. </node>
  1759. <node name="iosvl2-dvz" type="SIMPLE" subtype="IOSvL2" location="989,352">
  1760. <extensions>
  1761. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1762. ! by autonetkit_0.18.1
  1763. !
  1764. version 15.2
  1765. service timestamps debug datetime msec
  1766. service timestamps log datetime msec
  1767. no service password-encryption
  1768. service compress-config
  1769. no service config
  1770. enable password cisco
  1771. ip classless
  1772. ip subnet-zero
  1773. no ip domain lookup
  1774. !
  1775. line vty 0 4
  1776. transport input ssh telnet
  1777. exec-timeout 720 0
  1778. password cisco
  1779. login
  1780. !
  1781. line con 0
  1782. password cisco
  1783. !
  1784. hostname iosvl2-dvz
  1785. !
  1786. boot-start-marker
  1787. boot-end-marker
  1788. !
  1789. !
  1790. !
  1791. no aaa new-model
  1792. !
  1793. !
  1794. !
  1795. !
  1796. !
  1797. !
  1798. !
  1799. !
  1800. ip cef
  1801. no ipv6 cef
  1802. !
  1803. !
  1804. spanning-tree mode pvst
  1805. spanning-tree extend system-id
  1806. !
  1807. vlan internal allocation policy ascending
  1808. !
  1809. !
  1810. !
  1811. !
  1812. vrf definition Mgmt-intf
  1813. !
  1814. address-family ipv4
  1815. exit-address-family
  1816. !
  1817. address-family ipv6
  1818. exit-address-family
  1819. !
  1820. !
  1821. !
  1822. !
  1823. !
  1824. interface Loopback0
  1825. description Loopback
  1826. !
  1827. interface GigabitEthernet0/0
  1828. description OOB management
  1829. ! Configured on launch
  1830. no switchport
  1831. no ip address
  1832. no shutdown
  1833. !
  1834. interface GigabitEthernet0/1
  1835. description to iosvl2-l3
  1836. switchport trunk encapsulation dot1q
  1837. switchport mode trunk
  1838. no shutdown
  1839. !
  1840. interface GigabitEthernet0/2
  1841. description to iosvl2-l3
  1842. switchport trunk encapsulation dot1q
  1843. switchport mode trunk
  1844. no shutdown
  1845. !
  1846. interface GigabitEthernet0/3
  1847. description to flat-1
  1848. switchport access vlan 2
  1849. switchport mode access
  1850. no shutdown
  1851. !
  1852. !
  1853. ip forward-protocol nd
  1854. !
  1855. no ip http server
  1856. no ip http secure-server
  1857. !
  1858. !
  1859. !
  1860. !
  1861. !
  1862. !
  1863. control-plane
  1864. !
  1865. !
  1866. !
  1867. end
  1868. </entry>
  1869. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1870. </extensions>
  1871. <interface id="0" name="GigabitEthernet0/1"/>
  1872. <interface id="1" name="GigabitEthernet0/2"/>
  1873. <interface id="2" name="GigabitEthernet0/3"/>
  1874. </node>
  1875. <node name="iosvl2-l3" type="SIMPLE" subtype="IOSvL2" location="995,415">
  1876. <extensions>
  1877. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1878. ! by autonetkit_0.18.1
  1879. !
  1880. version 15.2
  1881. service timestamps debug datetime msec
  1882. service timestamps log datetime msec
  1883. no service password-encryption
  1884. service compress-config
  1885. no service config
  1886. enable password cisco
  1887. ip classless
  1888. ip subnet-zero
  1889. no ip domain lookup
  1890. !
  1891. line vty 0 4
  1892. transport input ssh telnet
  1893. exec-timeout 720 0
  1894. password cisco
  1895. login
  1896. !
  1897. line con 0
  1898. password cisco
  1899. !
  1900. hostname iosvl2-l3
  1901. !
  1902. boot-start-marker
  1903. boot-end-marker
  1904. !
  1905. !
  1906. !
  1907. no aaa new-model
  1908. !
  1909. !
  1910. !
  1911. !
  1912. !
  1913. !
  1914. !
  1915. !
  1916. ip cef
  1917. no ipv6 cef
  1918. !
  1919. !
  1920. spanning-tree mode pvst
  1921. spanning-tree extend system-id
  1922. !
  1923. vlan internal allocation policy ascending
  1924. !
  1925. !
  1926. !
  1927. !
  1928. vrf definition Mgmt-intf
  1929. !
  1930. address-family ipv4
  1931. exit-address-family
  1932. !
  1933. address-family ipv6
  1934. exit-address-family
  1935. !
  1936. !
  1937. !
  1938. !
  1939. !
  1940. interface Loopback0
  1941. description Loopback
  1942. !
  1943. interface GigabitEthernet0/0
  1944. description OOB management
  1945. ! Configured on launch
  1946. no switchport
  1947. no ip address
  1948. no shutdown
  1949. !
  1950. interface GigabitEthernet0/1
  1951. description to iosvl2-2
  1952. switchport trunk encapsulation dot1q
  1953. switchport mode trunk
  1954. no shutdown
  1955. !
  1956. interface GigabitEthernet0/2
  1957. description to iosvl2-dvz
  1958. switchport trunk encapsulation dot1q
  1959. switchport mode trunk
  1960. no shutdown
  1961. !
  1962. interface GigabitEthernet0/3
  1963. description to iosvl2-dvz
  1964. switchport trunk encapsulation dot1q
  1965. switchport mode trunk
  1966. no shutdown
  1967. !
  1968. !
  1969. ip forward-protocol nd
  1970. !
  1971. no ip http server
  1972. no ip http secure-server
  1973. !
  1974. !
  1975. !
  1976. !
  1977. !
  1978. !
  1979. control-plane
  1980. !
  1981. !
  1982. !
  1983. end
  1984. </entry>
  1985. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1986. </extensions>
  1987. <interface id="0" name="GigabitEthernet0/1">
  1988. <extensions>
  1989. <entry key="AutoNetkit.vlan" type="Integer">100</entry>
  1990. </extensions>
  1991. </interface>
  1992. <interface id="1" name="GigabitEthernet0/2"/>
  1993. <interface id="2" name="GigabitEthernet0/3"/>
  1994. </node>
  1995. <node name="iosvl2-5" type="SIMPLE" subtype="IOSvL2" location="859,256" ipv4="10.10.50.1">
  1996. <extensions>
  1997. <entry key="config" type="string">! IOSvL2 Config generated on 2015-11-11 22:38
  1998. ! by autonetkit_0.18.1
  1999. !
  2000. version 15.2
  2001. service timestamps debug datetime msec
  2002. service timestamps log datetime msec
  2003. no service password-encryption
  2004. service compress-config
  2005. no service config
  2006. enable password cisco
  2007. ip classless
  2008. ip subnet-zero
  2009. no ip domain lookup
  2010. !
  2011. line vty 0 4
  2012. transport input ssh telnet
  2013. exec-timeout 720 0
  2014. password cisco
  2015. login
  2016. !
  2017. line con 0
  2018. password cisco
  2019. !
  2020. hostname iosvl2-5
  2021. !
  2022. boot-start-marker
  2023. boot-end-marker
  2024. !
  2025. !
  2026. !
  2027. no aaa new-model
  2028. !
  2029. !
  2030. !
  2031. !
  2032. !
  2033. !
  2034. !
  2035. !
  2036. ip cef
  2037. no ipv6 cef
  2038. !
  2039. !
  2040. spanning-tree mode pvst
  2041. spanning-tree extend system-id
  2042. !
  2043. vlan internal allocation policy ascending
  2044. !
  2045. !
  2046. !
  2047. !
  2048. vrf definition Mgmt-intf
  2049. !
  2050. address-family ipv4
  2051. exit-address-family
  2052. !
  2053. address-family ipv6
  2054. exit-address-family
  2055. !
  2056. !
  2057. !
  2058. !
  2059. !
  2060. interface Loopback0
  2061. description Loopback
  2062. !
  2063. interface GigabitEthernet0/0
  2064. description OOB management
  2065. ! Configured on launch
  2066. no switchport
  2067. no ip address
  2068. no shutdown
  2069. !
  2070. interface GigabitEthernet0/1
  2071. description to iosvl2-2
  2072. switchport trunk encapsulation dot1q
  2073. switchport mode trunk
  2074. no shutdown
  2075. !
  2076. interface GigabitEthernet0/2
  2077. description to FritzBox-5
  2078. no shutdown
  2079. !
  2080. interface GigabitEthernet0/3
  2081. description to server-1
  2082. switchport access vlan 50
  2083. switchport mode access
  2084. no shutdown
  2085. !
  2086. !
  2087. ip forward-protocol nd
  2088. !
  2089. no ip http server
  2090. no ip http secure-server
  2091. !
  2092. !
  2093. !
  2094. !
  2095. !
  2096. !
  2097. control-plane
  2098. !
  2099. !
  2100. !
  2101. end
  2102. </entry>
  2103. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  2104. </extensions>
  2105. <interface id="0" name="GigabitEthernet0/1"/>
  2106. <interface id="1" name="GigabitEthernet0/2">
  2107. <extensions>
  2108. <entry key="AutoNetkit.vlan" type="Integer">55</entry>
  2109. </extensions>
  2110. </interface>
  2111. <interface id="2" name="GigabitEthernet0/3">
  2112. <extensions>
  2113. <entry key="AutoNetkit.vlan" type="Integer">50</entry>
  2114. </extensions>
  2115. </interface>
  2116. </node>
  2117. <node name="FritzBox-5" type="SIMPLE" subtype="Unmanaged Switch" location="944,242">
  2118. <interface id="0" name="link1"/>
  2119. </node>
  2120. <node name="server-1" type="SIMPLE" subtype="server" location="908,180" ipv4="10.10.50.100">
  2121. <extensions>
  2122. <entry key="config" type="string">#cloud-config
  2123. bootcmd:
  2124. - ln -s -t /etc/rc.d /etc/rc.local
  2125. hostname: server-1
  2126. manage_etc_hosts: true
  2127. runcmd:
  2128. - start ttyS0
  2129. - systemctl start getty@ttyS0.service
  2130. - systemctl start rc-local
  2131. - sed -i '/^\s*PasswordAuthentication\s\+no/d' /etc/ssh/sshd_config
  2132. - echo "UseDNS no" &gt;&gt; /etc/ssh/sshd_config
  2133. - service ssh restart
  2134. - service sshd restart
  2135. users:
  2136. - default
  2137. - gecos: User configured by VIRL Configuration Engine 0.18.10
  2138. lock-passwd: false
  2139. name: cisco
  2140. plain-text-passwd: cisco
  2141. shell: /bin/bash
  2142. ssh-authorized-keys:
  2143. - VIRL-USER-SSH-PUBLIC-KEY
  2144. sudo: ALL=(ALL) ALL
  2145. write_files:
  2146. - path: /etc/init/ttyS0.conf
  2147. owner: root:root
  2148. content: |
  2149. # ttyS0 - getty
  2150. # This service maintains a getty on ttyS0 from the point the system is
  2151. # started until it is shut down again.
  2152. start on stopped rc or RUNLEVEL=[12345]
  2153. stop on runlevel [!12345]
  2154. respawn
  2155. exec /sbin/getty -L 115200 ttyS0 vt102
  2156. permissions: '0644'
  2157. - path: /etc/systemd/system/dhclient@.service
  2158. content: |
  2159. [Unit]
  2160. Description=Run dhclient on %i interface
  2161. After=network.target
  2162. [Service]
  2163. Type=oneshot
  2164. ExecStart=/sbin/dhclient %i -pf /var/run/dhclient.%i.pid -lf /var/lib/dhclient/dhclient.%i.lease
  2165. RemainAfterExit=yes
  2166. owner: root:root
  2167. permissions: '0644'
  2168. - path: /etc/rc.local
  2169. owner: root:root
  2170. permissions: '0755'
  2171. content: |-
  2172. #!/bin/sh -e
  2173. ifconfig eth1 up 10.0.0.1 netmask 255.255.0.0
  2174. exit 0
  2175. </entry>
  2176. </extensions>
  2177. <interface id="0" name="eth1" ipv4="10.0.0.1" netPrefixLenV4="16">
  2178. <extensions>
  2179. <entry key="AutoNetkit.vlan" type="Integer">50</entry>
  2180. </extensions>
  2181. </interface>
  2182. </node>
  2183. <node name="flat-1" type="ASSET" subtype="FLAT" location="1006,294">
  2184. <interface id="0" name="link0"/>
  2185. </node>
  2186. <connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[1]"/>
  2187. <connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
  2188. <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[2]"/>
  2189. <connection dst="/virl:topology/virl:node[1]/virl:interface[2]" src="/virl:topology/virl:node[3]/virl:interface[2]"/>
  2190. <connection dst="/virl:topology/virl:node[4]/virl:interface[3]" src="/virl:topology/virl:node[1]/virl:interface[3]"/>
  2191. <connection dst="/virl:topology/virl:node[3]/virl:interface[3]" src="/virl:topology/virl:node[2]/virl:interface[3]"/>
  2192. <connection dst="/virl:topology/virl:node[12]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[4]"/>
  2193. <connection dst="/virl:topology/virl:node[5]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[5]"/>
  2194. <connection dst="/virl:topology/virl:node[13]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[6]"/>
  2195. <connection dst="/virl:topology/virl:node[14]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[7]"/>
  2196. <connection dst="/virl:topology/virl:node[9]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[4]"/>
  2197. <connection dst="/virl:topology/virl:node[10]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[5]"/>
  2198. <connection dst="/virl:topology/virl:node[11]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[6]"/>
  2199. <connection dst="/virl:topology/virl:node[7]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[7]"/>
  2200. <connection dst="/virl:topology/virl:node[8]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[4]"/>
  2201. <connection dst="/virl:topology/virl:node[18]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[5]"/>
  2202. <connection dst="/virl:topology/virl:node[17]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[6]"/>
  2203. <connection dst="/virl:topology/virl:node[16]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[4]"/>
  2204. <connection dst="/virl:topology/virl:node[15]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[5]"/>
  2205. <connection dst="/virl:topology/virl:node[6]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[6]"/>
  2206. <connection dst="/virl:topology/virl:node[21]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[7]"/>
  2207. <connection dst="/virl:topology/virl:node[20]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[8]"/>
  2208. <connection dst="/virl:topology/virl:node[19]/virl:interface[1]" src="/virl:topology/virl:node[20]/virl:interface[2]"/>
  2209. <connection dst="/virl:topology/virl:node[19]/virl:interface[2]" src="/virl:topology/virl:node[20]/virl:interface[3]"/>
  2210. <connection dst="/virl:topology/virl:node[22]/virl:interface[1]" src="/virl:topology/virl:node[21]/virl:interface[2]"/>
  2211. <connection dst="/virl:topology/virl:node[23]/virl:interface[1]" src="/virl:topology/virl:node[21]/virl:interface[3]"/>
  2212. <connection dst="/virl:topology/virl:node[19]/virl:interface[3]" src="/virl:topology/virl:node[24]/virl:interface[1]"/>
  2213. </topology>