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.

887 lines
19 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="Unmanaged" type="SIMPLE" subtype="Unmanaged Switch" location="609,156">
  7. <interface id="0" name="link1"/>
  8. <interface id="1" name="link2"/>
  9. <interface id="2" name="link3"/>
  10. </node>
  11. <node name="Managed" type="SIMPLE" subtype="IOSvL2" location="615,262">
  12. <extensions>
  13. <entry key="config" type="string">! IOSvL2 Config generated on 2015-08-28 10:32
  14. ! by autonetkit_0.18.1
  15. !
  16. version 15.2
  17. service timestamps debug datetime msec
  18. service timestamps log datetime msec
  19. no service password-encryption
  20. service compress-config
  21. no service config
  22. enable password cisco
  23. ip classless
  24. ip subnet-zero
  25. no ip domain lookup
  26. !
  27. line vty 0 4
  28. transport input ssh telnet
  29. exec-timeout 720 0
  30. password cisco
  31. login
  32. !
  33. line con 0
  34. password cisco
  35. !
  36. hostname Managed
  37. !
  38. boot-start-marker
  39. boot-end-marker
  40. !
  41. !
  42. !
  43. no aaa new-model
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. ip cef
  53. no ipv6 cef
  54. !
  55. !
  56. spanning-tree mode pvst
  57. spanning-tree extend system-id
  58. !
  59. vlan internal allocation policy ascending
  60. !
  61. !
  62. !
  63. !
  64. vrf definition Mgmt-intf
  65. !
  66. address-family ipv4
  67. exit-address-family
  68. !
  69. address-family ipv6
  70. exit-address-family
  71. !
  72. !
  73. !
  74. !
  75. !
  76. interface Loopback0
  77. description Loopback
  78. !
  79. interface GigabitEthernet0/0
  80. description Mapped to Vlan1 for management
  81. ! Configured on launch
  82. switchport mode access
  83. no shutdown
  84. !
  85. interface GigabitEthernet0/1
  86. description to Unmanaged
  87. switchport access vlan 2
  88. switchport mode access
  89. no shutdown
  90. !
  91. interface GigabitEthernet0/2
  92. description to iosv-3
  93. switchport access vlan 2
  94. switchport mode access
  95. no shutdown
  96. !
  97. interface GigabitEthernet0/3
  98. description to iosv-6
  99. switchport access vlan 10
  100. switchport mode access
  101. no shutdown
  102. !
  103. interface GigabitEthernet1/0
  104. description to iosv-4
  105. switchport access vlan 2
  106. switchport mode access
  107. no shutdown
  108. !
  109. interface GigabitEthernet1/1
  110. description to iosv-5
  111. switchport access vlan 10
  112. switchport mode access
  113. no shutdown
  114. !
  115. interface Vlan1
  116. description OOB Management
  117. ! Configured on launch
  118. vrf forwarding Mgmt-intf
  119. no ip address
  120. !
  121. !
  122. ip forward-protocol nd
  123. !
  124. no ip http server
  125. no ip http secure-server
  126. !
  127. !
  128. !
  129. !
  130. !
  131. !
  132. control-plane
  133. !
  134. !
  135. !
  136. end
  137. </entry>
  138. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  139. </extensions>
  140. <interface id="0" name="GigabitEthernet0/1"/>
  141. <interface id="1" name="GigabitEthernet0/2"/>
  142. <interface id="2" name="GigabitEthernet0/3"/>
  143. <interface id="3" name="GigabitEthernet1/0"/>
  144. <interface id="4" name="GigabitEthernet1/1"/>
  145. </node>
  146. <node name="iosv-1" type="SIMPLE" subtype="IOSv" location="494,95" ipv4="192.168.0.1">
  147. <extensions>
  148. <entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32
  149. ! by autonetkit_0.18.1
  150. !
  151. hostname iosv-1
  152. boot-start-marker
  153. boot-end-marker
  154. !
  155. vrf definition Mgmt-intf
  156. !
  157. address-family ipv4
  158. exit-address-family
  159. !
  160. address-family ipv6
  161. exit-address-family
  162. !
  163. !
  164. !
  165. no aaa new-model
  166. !
  167. !
  168. ip cef
  169. ipv6 unicast-routing
  170. ipv6 cef
  171. !
  172. !
  173. service timestamps debug datetime msec
  174. service timestamps log datetime msec
  175. no service password-encryption
  176. no service config
  177. enable password cisco
  178. ip classless
  179. ip subnet-zero
  180. no ip domain lookup
  181. line vty 0 4
  182. transport input ssh telnet
  183. exec-timeout 720 0
  184. password cisco
  185. login
  186. line con 0
  187. password cisco
  188. !
  189. no cdp run
  190. !
  191. !
  192. interface Loopback0
  193. description Loopback
  194. ip address 192.168.0.1 255.255.255.255
  195. !
  196. interface GigabitEthernet0/0
  197. description OOB Management
  198. vrf forwarding Mgmt-intf
  199. ! Configured on launch
  200. no ip address
  201. duplex full
  202. speed auto
  203. no shutdown
  204. !
  205. interface GigabitEthernet0/1
  206. description to Unmanaged
  207. ip address 10.0.0.1 255.255.0.0
  208. ip ospf cost 1
  209. duplex full
  210. speed auto
  211. no shutdown
  212. !
  213. !
  214. !
  215. router ospf 1
  216. network 192.168.0.1 0.0.0.0 area 0
  217. log-adjacency-changes
  218. passive-interface Loopback0
  219. network 10.0.0.0 0.0.255.255 area 0
  220. !
  221. !
  222. router bgp 1
  223. bgp router-id 192.168.0.1
  224. no synchronization
  225. ! ibgp
  226. ! ibgp peers
  227. !
  228. neighbor 192.168.0.2 remote-as 1
  229. neighbor 192.168.0.2 description iBGP peer iosv-2
  230. neighbor 192.168.0.2 update-source Loopback0
  231. !
  232. neighbor 192.168.0.3 remote-as 1
  233. neighbor 192.168.0.3 description iBGP peer iosv-3
  234. neighbor 192.168.0.3 update-source Loopback0
  235. !
  236. neighbor 192.168.0.4 remote-as 1
  237. neighbor 192.168.0.4 description iBGP peer iosv-4
  238. neighbor 192.168.0.4 update-source Loopback0
  239. !
  240. neighbor 192.168.0.5 remote-as 1
  241. neighbor 192.168.0.5 description iBGP peer iosv-5
  242. neighbor 192.168.0.5 update-source Loopback0
  243. !
  244. neighbor 192.168.0.6 remote-as 1
  245. neighbor 192.168.0.6 description iBGP peer iosv-6
  246. neighbor 192.168.0.6 update-source Loopback0
  247. !
  248. !
  249. !
  250. address-family ipv4
  251. network 192.168.0.1 mask 255.255.255.255
  252. neighbor 192.168.0.2 activate
  253. neighbor 192.168.0.3 activate
  254. neighbor 192.168.0.4 activate
  255. neighbor 192.168.0.5 activate
  256. neighbor 192.168.0.6 activate
  257. exit-address-family
  258. !
  259. !
  260. !
  261. end
  262. </entry>
  263. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  264. </extensions>
  265. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.1" netPrefixLenV4="16"/>
  266. </node>
  267. <node name="iosv-2" type="SIMPLE" subtype="IOSv" location="761,97" ipv4="192.168.0.2">
  268. <extensions>
  269. <entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32
  270. ! by autonetkit_0.18.1
  271. !
  272. hostname iosv-2
  273. boot-start-marker
  274. boot-end-marker
  275. !
  276. vrf definition Mgmt-intf
  277. !
  278. address-family ipv4
  279. exit-address-family
  280. !
  281. address-family ipv6
  282. exit-address-family
  283. !
  284. !
  285. !
  286. no aaa new-model
  287. !
  288. !
  289. ip cef
  290. ipv6 unicast-routing
  291. ipv6 cef
  292. !
  293. !
  294. service timestamps debug datetime msec
  295. service timestamps log datetime msec
  296. no service password-encryption
  297. no service config
  298. enable password cisco
  299. ip classless
  300. ip subnet-zero
  301. no ip domain lookup
  302. line vty 0 4
  303. transport input ssh telnet
  304. exec-timeout 720 0
  305. password cisco
  306. login
  307. line con 0
  308. password cisco
  309. !
  310. no cdp run
  311. !
  312. !
  313. interface Loopback0
  314. description Loopback
  315. ip address 192.168.0.2 255.255.255.255
  316. !
  317. interface GigabitEthernet0/0
  318. description OOB Management
  319. vrf forwarding Mgmt-intf
  320. ! Configured on launch
  321. no ip address
  322. duplex full
  323. speed auto
  324. no shutdown
  325. !
  326. interface GigabitEthernet0/1
  327. description to Unmanaged
  328. ip address 10.0.0.2 255.255.0.0
  329. ip ospf cost 1
  330. duplex full
  331. speed auto
  332. no shutdown
  333. !
  334. !
  335. !
  336. router ospf 1
  337. network 192.168.0.2 0.0.0.0 area 0
  338. log-adjacency-changes
  339. passive-interface Loopback0
  340. network 10.0.0.0 0.0.255.255 area 0
  341. !
  342. !
  343. router bgp 1
  344. bgp router-id 192.168.0.2
  345. no synchronization
  346. ! ibgp
  347. ! ibgp peers
  348. !
  349. neighbor 192.168.0.1 remote-as 1
  350. neighbor 192.168.0.1 description iBGP peer iosv-1
  351. neighbor 192.168.0.1 update-source Loopback0
  352. !
  353. neighbor 192.168.0.3 remote-as 1
  354. neighbor 192.168.0.3 description iBGP peer iosv-3
  355. neighbor 192.168.0.3 update-source Loopback0
  356. !
  357. neighbor 192.168.0.4 remote-as 1
  358. neighbor 192.168.0.4 description iBGP peer iosv-4
  359. neighbor 192.168.0.4 update-source Loopback0
  360. !
  361. neighbor 192.168.0.5 remote-as 1
  362. neighbor 192.168.0.5 description iBGP peer iosv-5
  363. neighbor 192.168.0.5 update-source Loopback0
  364. !
  365. neighbor 192.168.0.6 remote-as 1
  366. neighbor 192.168.0.6 description iBGP peer iosv-6
  367. neighbor 192.168.0.6 update-source Loopback0
  368. !
  369. !
  370. !
  371. address-family ipv4
  372. network 192.168.0.2 mask 255.255.255.255
  373. neighbor 192.168.0.1 activate
  374. neighbor 192.168.0.3 activate
  375. neighbor 192.168.0.4 activate
  376. neighbor 192.168.0.5 activate
  377. neighbor 192.168.0.6 activate
  378. exit-address-family
  379. !
  380. !
  381. !
  382. end
  383. </entry>
  384. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  385. </extensions>
  386. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.2" netPrefixLenV4="16"/>
  387. </node>
  388. <node name="iosv-3" type="SIMPLE" subtype="IOSv" location="756,199" ipv4="192.168.0.3">
  389. <extensions>
  390. <entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32
  391. ! by autonetkit_0.18.1
  392. !
  393. hostname iosv-3
  394. boot-start-marker
  395. boot-end-marker
  396. !
  397. vrf definition Mgmt-intf
  398. !
  399. address-family ipv4
  400. exit-address-family
  401. !
  402. address-family ipv6
  403. exit-address-family
  404. !
  405. !
  406. !
  407. no aaa new-model
  408. !
  409. !
  410. ip cef
  411. ipv6 unicast-routing
  412. ipv6 cef
  413. !
  414. !
  415. service timestamps debug datetime msec
  416. service timestamps log datetime msec
  417. no service password-encryption
  418. no service config
  419. enable password cisco
  420. ip classless
  421. ip subnet-zero
  422. no ip domain lookup
  423. line vty 0 4
  424. transport input ssh telnet
  425. exec-timeout 720 0
  426. password cisco
  427. login
  428. line con 0
  429. password cisco
  430. !
  431. no cdp run
  432. !
  433. !
  434. interface Loopback0
  435. description Loopback
  436. ip address 192.168.0.3 255.255.255.255
  437. !
  438. interface GigabitEthernet0/0
  439. description OOB Management
  440. vrf forwarding Mgmt-intf
  441. ! Configured on launch
  442. no ip address
  443. duplex full
  444. speed auto
  445. no shutdown
  446. !
  447. interface GigabitEthernet0/1
  448. description to Managed
  449. ip address 10.0.0.3 255.255.0.0
  450. ip ospf cost 1
  451. duplex full
  452. speed auto
  453. no shutdown
  454. !
  455. !
  456. !
  457. router ospf 1
  458. network 192.168.0.3 0.0.0.0 area 0
  459. log-adjacency-changes
  460. passive-interface Loopback0
  461. network 10.0.0.0 0.0.255.255 area 0
  462. !
  463. !
  464. router bgp 1
  465. bgp router-id 192.168.0.3
  466. no synchronization
  467. ! ibgp
  468. ! ibgp peers
  469. !
  470. neighbor 192.168.0.1 remote-as 1
  471. neighbor 192.168.0.1 description iBGP peer iosv-1
  472. neighbor 192.168.0.1 update-source Loopback0
  473. !
  474. neighbor 192.168.0.2 remote-as 1
  475. neighbor 192.168.0.2 description iBGP peer iosv-2
  476. neighbor 192.168.0.2 update-source Loopback0
  477. !
  478. neighbor 192.168.0.4 remote-as 1
  479. neighbor 192.168.0.4 description iBGP peer iosv-4
  480. neighbor 192.168.0.4 update-source Loopback0
  481. !
  482. neighbor 192.168.0.5 remote-as 1
  483. neighbor 192.168.0.5 description iBGP peer iosv-5
  484. neighbor 192.168.0.5 update-source Loopback0
  485. !
  486. neighbor 192.168.0.6 remote-as 1
  487. neighbor 192.168.0.6 description iBGP peer iosv-6
  488. neighbor 192.168.0.6 update-source Loopback0
  489. !
  490. !
  491. !
  492. address-family ipv4
  493. network 192.168.0.3 mask 255.255.255.255
  494. neighbor 192.168.0.1 activate
  495. neighbor 192.168.0.2 activate
  496. neighbor 192.168.0.4 activate
  497. neighbor 192.168.0.5 activate
  498. neighbor 192.168.0.6 activate
  499. exit-address-family
  500. !
  501. !
  502. !
  503. end
  504. </entry>
  505. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  506. </extensions>
  507. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.3" netPrefixLenV4="16"/>
  508. </node>
  509. <node name="iosv-4" type="SIMPLE" subtype="IOSv" location="489,203" ipv4="192.168.0.4">
  510. <extensions>
  511. <entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32
  512. ! by autonetkit_0.18.1
  513. !
  514. hostname iosv-4
  515. boot-start-marker
  516. boot-end-marker
  517. !
  518. vrf definition Mgmt-intf
  519. !
  520. address-family ipv4
  521. exit-address-family
  522. !
  523. address-family ipv6
  524. exit-address-family
  525. !
  526. !
  527. !
  528. no aaa new-model
  529. !
  530. !
  531. ip cef
  532. ipv6 unicast-routing
  533. ipv6 cef
  534. !
  535. !
  536. service timestamps debug datetime msec
  537. service timestamps log datetime msec
  538. no service password-encryption
  539. no service config
  540. enable password cisco
  541. ip classless
  542. ip subnet-zero
  543. no ip domain lookup
  544. line vty 0 4
  545. transport input ssh telnet
  546. exec-timeout 720 0
  547. password cisco
  548. login
  549. line con 0
  550. password cisco
  551. !
  552. no cdp run
  553. !
  554. !
  555. interface Loopback0
  556. description Loopback
  557. ip address 192.168.0.4 255.255.255.255
  558. !
  559. interface GigabitEthernet0/0
  560. description OOB Management
  561. vrf forwarding Mgmt-intf
  562. ! Configured on launch
  563. no ip address
  564. duplex full
  565. speed auto
  566. no shutdown
  567. !
  568. interface GigabitEthernet0/1
  569. description to Managed
  570. ip address 10.0.0.4 255.255.0.0
  571. ip ospf cost 1
  572. duplex full
  573. speed auto
  574. no shutdown
  575. !
  576. !
  577. !
  578. router ospf 1
  579. network 192.168.0.4 0.0.0.0 area 0
  580. log-adjacency-changes
  581. passive-interface Loopback0
  582. network 10.0.0.0 0.0.255.255 area 0
  583. !
  584. !
  585. router bgp 1
  586. bgp router-id 192.168.0.4
  587. no synchronization
  588. ! ibgp
  589. ! ibgp peers
  590. !
  591. neighbor 192.168.0.1 remote-as 1
  592. neighbor 192.168.0.1 description iBGP peer iosv-1
  593. neighbor 192.168.0.1 update-source Loopback0
  594. !
  595. neighbor 192.168.0.2 remote-as 1
  596. neighbor 192.168.0.2 description iBGP peer iosv-2
  597. neighbor 192.168.0.2 update-source Loopback0
  598. !
  599. neighbor 192.168.0.3 remote-as 1
  600. neighbor 192.168.0.3 description iBGP peer iosv-3
  601. neighbor 192.168.0.3 update-source Loopback0
  602. !
  603. neighbor 192.168.0.5 remote-as 1
  604. neighbor 192.168.0.5 description iBGP peer iosv-5
  605. neighbor 192.168.0.5 update-source Loopback0
  606. !
  607. neighbor 192.168.0.6 remote-as 1
  608. neighbor 192.168.0.6 description iBGP peer iosv-6
  609. neighbor 192.168.0.6 update-source Loopback0
  610. !
  611. !
  612. !
  613. address-family ipv4
  614. network 192.168.0.4 mask 255.255.255.255
  615. neighbor 192.168.0.1 activate
  616. neighbor 192.168.0.2 activate
  617. neighbor 192.168.0.3 activate
  618. neighbor 192.168.0.5 activate
  619. neighbor 192.168.0.6 activate
  620. exit-address-family
  621. !
  622. !
  623. !
  624. end
  625. </entry>
  626. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  627. </extensions>
  628. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.4" netPrefixLenV4="16"/>
  629. </node>
  630. <node name="iosv-5" type="SIMPLE" subtype="IOSv" location="491,298" ipv4="192.168.0.5">
  631. <extensions>
  632. <entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32
  633. ! by autonetkit_0.18.1
  634. !
  635. hostname iosv-5
  636. boot-start-marker
  637. boot-end-marker
  638. !
  639. vrf definition Mgmt-intf
  640. !
  641. address-family ipv4
  642. exit-address-family
  643. !
  644. address-family ipv6
  645. exit-address-family
  646. !
  647. !
  648. !
  649. no aaa new-model
  650. !
  651. !
  652. ip cef
  653. ipv6 unicast-routing
  654. ipv6 cef
  655. !
  656. !
  657. service timestamps debug datetime msec
  658. service timestamps log datetime msec
  659. no service password-encryption
  660. no service config
  661. enable password cisco
  662. ip classless
  663. ip subnet-zero
  664. no ip domain lookup
  665. line vty 0 4
  666. transport input ssh telnet
  667. exec-timeout 720 0
  668. password cisco
  669. login
  670. line con 0
  671. password cisco
  672. !
  673. no cdp run
  674. !
  675. !
  676. interface Loopback0
  677. description Loopback
  678. ip address 192.168.0.5 255.255.255.255
  679. !
  680. interface GigabitEthernet0/0
  681. description OOB Management
  682. vrf forwarding Mgmt-intf
  683. ! Configured on launch
  684. no ip address
  685. duplex full
  686. speed auto
  687. no shutdown
  688. !
  689. interface GigabitEthernet0/1
  690. description to Managed
  691. ip address 10.0.0.5 255.255.0.0
  692. ip ospf cost 1
  693. duplex full
  694. speed auto
  695. no shutdown
  696. !
  697. !
  698. !
  699. router ospf 1
  700. network 192.168.0.5 0.0.0.0 area 0
  701. log-adjacency-changes
  702. passive-interface Loopback0
  703. network 10.0.0.0 0.0.255.255 area 0
  704. !
  705. !
  706. router bgp 1
  707. bgp router-id 192.168.0.5
  708. no synchronization
  709. ! ibgp
  710. ! ibgp peers
  711. !
  712. neighbor 192.168.0.1 remote-as 1
  713. neighbor 192.168.0.1 description iBGP peer iosv-1
  714. neighbor 192.168.0.1 update-source Loopback0
  715. !
  716. neighbor 192.168.0.2 remote-as 1
  717. neighbor 192.168.0.2 description iBGP peer iosv-2
  718. neighbor 192.168.0.2 update-source Loopback0
  719. !
  720. neighbor 192.168.0.3 remote-as 1
  721. neighbor 192.168.0.3 description iBGP peer iosv-3
  722. neighbor 192.168.0.3 update-source Loopback0
  723. !
  724. neighbor 192.168.0.4 remote-as 1
  725. neighbor 192.168.0.4 description iBGP peer iosv-4
  726. neighbor 192.168.0.4 update-source Loopback0
  727. !
  728. neighbor 192.168.0.6 remote-as 1
  729. neighbor 192.168.0.6 description iBGP peer iosv-6
  730. neighbor 192.168.0.6 update-source Loopback0
  731. !
  732. !
  733. !
  734. address-family ipv4
  735. network 192.168.0.5 mask 255.255.255.255
  736. neighbor 192.168.0.1 activate
  737. neighbor 192.168.0.2 activate
  738. neighbor 192.168.0.3 activate
  739. neighbor 192.168.0.4 activate
  740. neighbor 192.168.0.6 activate
  741. exit-address-family
  742. !
  743. !
  744. !
  745. end
  746. </entry>
  747. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  748. </extensions>
  749. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.5" netPrefixLenV4="16">
  750. <extensions>
  751. <entry key="AutoNetkit.vlan" type="Integer">10</entry>
  752. </extensions>
  753. </interface>
  754. </node>
  755. <node name="iosv-6" type="SIMPLE" subtype="IOSv" location="763,308" ipv4="192.168.0.6">
  756. <extensions>
  757. <entry key="config" type="string">! IOS Config generated on 2015-08-28 10:32
  758. ! by autonetkit_0.18.1
  759. !
  760. hostname iosv-6
  761. boot-start-marker
  762. boot-end-marker
  763. !
  764. vrf definition Mgmt-intf
  765. !
  766. address-family ipv4
  767. exit-address-family
  768. !
  769. address-family ipv6
  770. exit-address-family
  771. !
  772. !
  773. !
  774. no aaa new-model
  775. !
  776. !
  777. ip cef
  778. ipv6 unicast-routing
  779. ipv6 cef
  780. !
  781. !
  782. service timestamps debug datetime msec
  783. service timestamps log datetime msec
  784. no service password-encryption
  785. no service config
  786. enable password cisco
  787. ip classless
  788. ip subnet-zero
  789. no ip domain lookup
  790. line vty 0 4
  791. transport input ssh telnet
  792. exec-timeout 720 0
  793. password cisco
  794. login
  795. line con 0
  796. password cisco
  797. !
  798. no cdp run
  799. !
  800. !
  801. interface Loopback0
  802. description Loopback
  803. ip address 192.168.0.6 255.255.255.255
  804. !
  805. interface GigabitEthernet0/0
  806. description OOB Management
  807. vrf forwarding Mgmt-intf
  808. ! Configured on launch
  809. no ip address
  810. duplex full
  811. speed auto
  812. no shutdown
  813. !
  814. interface GigabitEthernet0/1
  815. description to Managed
  816. ip address 10.0.0.6 255.255.0.0
  817. ip ospf cost 1
  818. duplex full
  819. speed auto
  820. no shutdown
  821. !
  822. !
  823. !
  824. router ospf 1
  825. network 192.168.0.6 0.0.0.0 area 0
  826. log-adjacency-changes
  827. passive-interface Loopback0
  828. network 10.0.0.0 0.0.255.255 area 0
  829. !
  830. !
  831. router bgp 1
  832. bgp router-id 192.168.0.6
  833. no synchronization
  834. ! ibgp
  835. ! ibgp peers
  836. !
  837. neighbor 192.168.0.1 remote-as 1
  838. neighbor 192.168.0.1 description iBGP peer iosv-1
  839. neighbor 192.168.0.1 update-source Loopback0
  840. !
  841. neighbor 192.168.0.2 remote-as 1
  842. neighbor 192.168.0.2 description iBGP peer iosv-2
  843. neighbor 192.168.0.2 update-source Loopback0
  844. !
  845. neighbor 192.168.0.3 remote-as 1
  846. neighbor 192.168.0.3 description iBGP peer iosv-3
  847. neighbor 192.168.0.3 update-source Loopback0
  848. !
  849. neighbor 192.168.0.4 remote-as 1
  850. neighbor 192.168.0.4 description iBGP peer iosv-4
  851. neighbor 192.168.0.4 update-source Loopback0
  852. !
  853. neighbor 192.168.0.5 remote-as 1
  854. neighbor 192.168.0.5 description iBGP peer iosv-5
  855. neighbor 192.168.0.5 update-source Loopback0
  856. !
  857. !
  858. !
  859. address-family ipv4
  860. network 192.168.0.6 mask 255.255.255.255
  861. neighbor 192.168.0.1 activate
  862. neighbor 192.168.0.2 activate
  863. neighbor 192.168.0.3 activate
  864. neighbor 192.168.0.4 activate
  865. neighbor 192.168.0.5 activate
  866. exit-address-family
  867. !
  868. !
  869. !
  870. end
  871. </entry>
  872. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  873. </extensions>
  874. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.6" netPrefixLenV4="16">
  875. <extensions>
  876. <entry key="AutoNetkit.vlan" type="Integer">10</entry>
  877. </extensions>
  878. </interface>
  879. </node>
  880. <connection dst="/virl:topology/virl:node[1]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[1]"/>
  881. <connection dst="/virl:topology/virl:node[1]/virl:interface[2]" src="/virl:topology/virl:node[4]/virl:interface[1]"/>
  882. <connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[3]"/>
  883. <connection dst="/virl:topology/virl:node[5]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
  884. <connection dst="/virl:topology/virl:node[8]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[3]"/>
  885. <connection dst="/virl:topology/virl:node[6]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[4]"/>
  886. <connection dst="/virl:topology/virl:node[7]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[5]"/>
  887. </topology>