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.

1201 lines
27 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. <entry key="AutoNetkit.enable_cdp" type="Boolean">true</entry>
  6. <entry key="AutoNetkit.address_family" type="String">v4</entry>
  7. </extensions>
  8. <node name="Chicago" type="SIMPLE" subtype="IOSv" location="190,176" ipv4="192.168.0.3" ipv6="::b:1:0:0:3">
  9. <extensions>
  10. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  11. ! by autonetkit_0.18.1
  12. !
  13. hostname Chicago
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. vrf definition Mgmt-intf
  18. !
  19. address-family ipv4
  20. exit-address-family
  21. !
  22. address-family ipv6
  23. exit-address-family
  24. !
  25. !
  26. !
  27. no aaa new-model
  28. !
  29. !
  30. ip cef
  31. ipv6 unicast-routing
  32. ipv6 cef
  33. !
  34. !
  35. service timestamps debug datetime msec
  36. service timestamps log datetime msec
  37. no service password-encryption
  38. no service config
  39. enable password cisco
  40. ip classless
  41. ip subnet-zero
  42. no ip domain lookup
  43. line vty 0 4
  44. transport input ssh telnet
  45. exec-timeout 720 0
  46. password cisco
  47. login
  48. line con 0
  49. password cisco
  50. !
  51. cdp run
  52. !
  53. !
  54. interface Loopback0
  55. description Loopback
  56. ip address 192.168.0.3 255.255.255.255
  57. !
  58. interface GigabitEthernet0/0
  59. description OOB Management
  60. vrf forwarding Mgmt-intf
  61. ! Configured on launch
  62. no ip address
  63. cdp enable
  64. duplex full
  65. speed auto
  66. no shutdown
  67. !
  68. interface GigabitEthernet0/1
  69. description to Dallas
  70. ip address 10.0.0.5 255.255.255.252
  71. cdp enable
  72. ip ospf cost 1
  73. duplex full
  74. speed auto
  75. no shutdown
  76. !
  77. interface GigabitEthernet0/2
  78. description to New_York
  79. ip address 10.0.128.5 255.255.255.252
  80. cdp enable
  81. ip ospf cost 1
  82. duplex full
  83. speed auto
  84. no shutdown
  85. !
  86. !
  87. !
  88. router ospf 10
  89. network 192.168.0.3 0.0.0.0 area 0
  90. log-adjacency-changes
  91. passive-interface Loopback0
  92. network 10.0.0.4 0.0.0.3 area 0
  93. network 10.0.128.4 0.0.0.3 area 0
  94. !
  95. !
  96. router bgp 10
  97. bgp router-id 192.168.0.3
  98. no synchronization
  99. ! ibgp
  100. ! ibgp route reflector servers
  101. !
  102. neighbor 192.168.0.1 remote-as 10
  103. neighbor 192.168.0.1 description rr parent New_York
  104. neighbor 192.168.0.1 update-source Loopback0
  105. !
  106. !
  107. !
  108. address-family ipv4
  109. network 192.168.0.3 mask 255.255.255.255
  110. neighbor 192.168.0.1 activate
  111. exit-address-family
  112. !
  113. !
  114. !
  115. end
  116. </entry>
  117. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  118. <entry key="AutoNetkit.RR_cluster" type="String">10</entry>
  119. <entry key="AutoNetkit.ASN" type="Integer">10</entry>
  120. <entry key="AutoNetkit.IGP" type="String">ospf</entry>
  121. <entry key="AutoNetkit.ibgp_role" type="String">RRC</entry>
  122. </extensions>
  123. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.5" netPrefixLenV4="30"/>
  124. <interface id="1" name="GigabitEthernet0/2" ipv4="10.0.128.5" netPrefixLenV4="30"/>
  125. </node>
  126. <node name="NewYork" type="SIMPLE" subtype="IOSv" location="379,255" ipv4="192.168.0.1" ipv6="::b:1:0:0:6">
  127. <extensions>
  128. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  129. ! by autonetkit_0.18.1
  130. !
  131. hostname New_York
  132. boot-start-marker
  133. boot-end-marker
  134. !
  135. vrf definition Mgmt-intf
  136. !
  137. address-family ipv4
  138. exit-address-family
  139. !
  140. address-family ipv6
  141. exit-address-family
  142. !
  143. !
  144. !
  145. no aaa new-model
  146. !
  147. !
  148. ip cef
  149. ipv6 unicast-routing
  150. ipv6 cef
  151. !
  152. !
  153. service timestamps debug datetime msec
  154. service timestamps log datetime msec
  155. no service password-encryption
  156. no service config
  157. enable password cisco
  158. ip classless
  159. ip subnet-zero
  160. no ip domain lookup
  161. line vty 0 4
  162. transport input ssh telnet
  163. exec-timeout 720 0
  164. password cisco
  165. login
  166. line con 0
  167. password cisco
  168. !
  169. cdp run
  170. !
  171. !
  172. interface Loopback0
  173. description Loopback
  174. ip address 192.168.0.1 255.255.255.255
  175. !
  176. interface GigabitEthernet0/0
  177. description OOB Management
  178. vrf forwarding Mgmt-intf
  179. ! Configured on launch
  180. no ip address
  181. cdp enable
  182. duplex full
  183. speed auto
  184. no shutdown
  185. !
  186. interface GigabitEthernet0/1
  187. description to Dallas
  188. ip address 10.0.128.1 255.255.255.252
  189. cdp enable
  190. ip ospf cost 1
  191. duplex full
  192. speed auto
  193. no shutdown
  194. !
  195. interface GigabitEthernet0/2
  196. description to Chicago
  197. ip address 10.0.128.6 255.255.255.252
  198. cdp enable
  199. ip ospf cost 1
  200. duplex full
  201. speed auto
  202. no shutdown
  203. !
  204. interface GigabitEthernet0/3
  205. description to Halifax
  206. ip address 10.0.0.1 255.255.255.252
  207. cdp enable
  208. duplex full
  209. speed auto
  210. no shutdown
  211. !
  212. !
  213. !
  214. router ospf 10
  215. network 192.168.0.1 0.0.0.0 area 0
  216. log-adjacency-changes
  217. passive-interface Loopback0
  218. network 10.0.128.0 0.0.0.3 area 0
  219. network 10.0.128.4 0.0.0.3 area 0
  220. !
  221. !
  222. router bgp 10
  223. bgp router-id 192.168.0.1
  224. no synchronization
  225. ! ibgp
  226. ! ibgp clients
  227. !
  228. neighbor 192.168.0.3 remote-as 10
  229. neighbor 192.168.0.3 description rr client Chicago
  230. neighbor 192.168.0.3 update-source Loopback0
  231. !
  232. neighbor 192.168.0.2 remote-as 10
  233. neighbor 192.168.0.2 description rr client Dallas
  234. neighbor 192.168.0.2 update-source Loopback0
  235. !
  236. ! ebgp
  237. !
  238. neighbor 10.0.0.2 remote-as 20
  239. neighbor 10.0.0.2 description eBGP to Halifax
  240. !
  241. !
  242. !
  243. address-family ipv4
  244. network 192.168.0.1 mask 255.255.255.255
  245. network 10.0.0.0 mask 255.255.0.0
  246. neighbor 192.168.0.3 activate
  247. neighbor 192.168.0.3 next-hop-self
  248. neighbor 192.168.0.3 route-reflector-client
  249. neighbor 192.168.0.2 activate
  250. neighbor 192.168.0.2 next-hop-self
  251. neighbor 192.168.0.2 route-reflector-client
  252. neighbor 10.0.0.2 activate
  253. neighbor 10.0.0.2 send-community
  254. neighbor 10.0.0.2 next-hop-self
  255. exit-address-family
  256. !
  257. !
  258. ip route 10.0.0.0 255.255.0.0 Null0 254
  259. !
  260. end
  261. </entry>
  262. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  263. <entry key="AutoNetkit.RR_cluster" type="String">10</entry>
  264. <entry key="AutoNetkit.ASN" type="Integer">10</entry>
  265. <entry key="AutoNetkit.IGP" type="String">ospf</entry>
  266. <entry key="AutoNetkit.ibgp_role" type="String">RR</entry>
  267. </extensions>
  268. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.128.1" netPrefixLenV4="30"/>
  269. <interface id="1" name="GigabitEthernet0/2" ipv4="10.0.128.6" netPrefixLenV4="30"/>
  270. <interface id="2" name="GigabitEthernet0/3" ipv4="10.0.0.1" netPrefixLenV4="30"/>
  271. </node>
  272. <node name="Dallas" type="SIMPLE" subtype="IOSv" location="176,345" ipv4="192.168.0.2" ipv6="::b:1:0:0:4">
  273. <extensions>
  274. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  275. ! by autonetkit_0.18.1
  276. !
  277. hostname Dallas
  278. boot-start-marker
  279. boot-end-marker
  280. !
  281. vrf definition Mgmt-intf
  282. !
  283. address-family ipv4
  284. exit-address-family
  285. !
  286. address-family ipv6
  287. exit-address-family
  288. !
  289. !
  290. !
  291. no aaa new-model
  292. !
  293. !
  294. ip cef
  295. ipv6 unicast-routing
  296. ipv6 cef
  297. !
  298. !
  299. service timestamps debug datetime msec
  300. service timestamps log datetime msec
  301. no service password-encryption
  302. no service config
  303. enable password cisco
  304. ip classless
  305. ip subnet-zero
  306. no ip domain lookup
  307. line vty 0 4
  308. transport input ssh telnet
  309. exec-timeout 720 0
  310. password cisco
  311. login
  312. line con 0
  313. password cisco
  314. !
  315. cdp run
  316. !
  317. !
  318. interface Loopback0
  319. description Loopback
  320. ip address 192.168.0.2 255.255.255.255
  321. !
  322. interface GigabitEthernet0/0
  323. description OOB Management
  324. vrf forwarding Mgmt-intf
  325. ! Configured on launch
  326. no ip address
  327. cdp enable
  328. duplex full
  329. speed auto
  330. no shutdown
  331. !
  332. interface GigabitEthernet0/1
  333. description to Chicago
  334. ip address 10.0.0.6 255.255.255.252
  335. cdp enable
  336. ip ospf cost 1
  337. duplex full
  338. speed auto
  339. no shutdown
  340. !
  341. interface GigabitEthernet0/2
  342. description to New_York
  343. ip address 10.0.128.2 255.255.255.252
  344. cdp enable
  345. ip ospf cost 1
  346. duplex full
  347. speed auto
  348. no shutdown
  349. !
  350. !
  351. !
  352. router ospf 10
  353. network 192.168.0.2 0.0.0.0 area 0
  354. log-adjacency-changes
  355. passive-interface Loopback0
  356. network 10.0.0.4 0.0.0.3 area 0
  357. network 10.0.128.0 0.0.0.3 area 0
  358. !
  359. !
  360. router bgp 10
  361. bgp router-id 192.168.0.2
  362. no synchronization
  363. ! ibgp
  364. ! ibgp route reflector servers
  365. !
  366. neighbor 192.168.0.1 remote-as 10
  367. neighbor 192.168.0.1 description rr parent New_York
  368. neighbor 192.168.0.1 update-source Loopback0
  369. !
  370. !
  371. !
  372. address-family ipv4
  373. network 192.168.0.2 mask 255.255.255.255
  374. neighbor 192.168.0.1 activate
  375. exit-address-family
  376. !
  377. !
  378. !
  379. end
  380. </entry>
  381. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  382. <entry key="AutoNetkit.RR_cluster" type="String">10</entry>
  383. <entry key="AutoNetkit.ASN" type="Integer">10</entry>
  384. <entry key="AutoNetkit.IGP" type="String">ospf</entry>
  385. <entry key="AutoNetkit.ibgp_role" type="String">RRC</entry>
  386. </extensions>
  387. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.6" netPrefixLenV4="30"/>
  388. <interface id="1" name="GigabitEthernet0/2" ipv4="10.0.128.2" netPrefixLenV4="30"/>
  389. </node>
  390. <node name="London" type="SIMPLE" subtype="IOSv" location="683,255" ipv4="192.168.0.10" ipv6="::b:1:0:0:5">
  391. <extensions>
  392. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  393. ! by autonetkit_0.18.1
  394. !
  395. hostname London
  396. boot-start-marker
  397. boot-end-marker
  398. !
  399. vrf definition Mgmt-intf
  400. !
  401. address-family ipv4
  402. exit-address-family
  403. !
  404. address-family ipv6
  405. exit-address-family
  406. !
  407. !
  408. !
  409. no aaa new-model
  410. !
  411. !
  412. ip cef
  413. ipv6 unicast-routing
  414. ipv6 cef
  415. !
  416. !
  417. service timestamps debug datetime msec
  418. service timestamps log datetime msec
  419. no service password-encryption
  420. no service config
  421. enable password cisco
  422. ip classless
  423. ip subnet-zero
  424. no ip domain lookup
  425. line vty 0 4
  426. transport input ssh telnet
  427. exec-timeout 720 0
  428. password cisco
  429. login
  430. line con 0
  431. password cisco
  432. !
  433. cdp run
  434. !
  435. !
  436. interface Loopback0
  437. description Loopback
  438. ip address 192.168.0.10 255.255.255.255
  439. ip router isis 30
  440. !
  441. interface GigabitEthernet0/0
  442. description OOB Management
  443. vrf forwarding Mgmt-intf
  444. ! Configured on launch
  445. no ip address
  446. cdp enable
  447. duplex full
  448. speed auto
  449. no shutdown
  450. !
  451. interface GigabitEthernet0/1
  452. description to Halifax
  453. ip address 10.1.0.6 255.255.255.252
  454. cdp enable
  455. duplex full
  456. speed auto
  457. no shutdown
  458. !
  459. interface GigabitEthernet0/2
  460. description to Brussels
  461. ip address 10.2.128.1 255.255.255.252
  462. cdp enable
  463. ip router isis 30
  464. isis circuit-type level-2-only
  465. isis network point-to-point
  466. isis metric 1
  467. duplex full
  468. speed auto
  469. no shutdown
  470. !
  471. interface GigabitEthernet0/3
  472. description to Paris
  473. ip address 10.2.0.5 255.255.255.252
  474. cdp enable
  475. ip router isis 30
  476. isis circuit-type level-2-only
  477. isis network point-to-point
  478. isis metric 1
  479. duplex full
  480. speed auto
  481. no shutdown
  482. !
  483. !
  484. !
  485. router isis 30
  486. net 49.1921.6800.0010.00
  487. metric-style wide
  488. !
  489. !
  490. router bgp 30
  491. bgp router-id 192.168.0.10
  492. no synchronization
  493. ! ibgp
  494. ! ibgp clients
  495. !
  496. neighbor 192.168.0.11 remote-as 30
  497. neighbor 192.168.0.11 description rr client Brussels
  498. neighbor 192.168.0.11 update-source Loopback0
  499. !
  500. neighbor 192.168.0.9 remote-as 30
  501. neighbor 192.168.0.9 description rr client Paris
  502. neighbor 192.168.0.9 update-source Loopback0
  503. !
  504. ! ebgp
  505. !
  506. neighbor 10.1.0.5 remote-as 20
  507. neighbor 10.1.0.5 description eBGP to Halifax
  508. !
  509. !
  510. !
  511. address-family ipv4
  512. network 192.168.0.10 mask 255.255.255.255
  513. network 10.2.0.0 mask 255.255.0.0
  514. neighbor 192.168.0.11 activate
  515. neighbor 192.168.0.11 next-hop-self
  516. neighbor 192.168.0.11 route-reflector-client
  517. neighbor 192.168.0.9 activate
  518. neighbor 192.168.0.9 next-hop-self
  519. neighbor 192.168.0.9 route-reflector-client
  520. neighbor 10.1.0.5 activate
  521. neighbor 10.1.0.5 send-community
  522. neighbor 10.1.0.5 next-hop-self
  523. exit-address-family
  524. !
  525. !
  526. ip route 10.2.0.0 255.255.0.0 Null0 254
  527. !
  528. end
  529. </entry>
  530. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  531. <entry key="AutoNetkit.ASN" type="Integer">30</entry>
  532. <entry key="AutoNetkit.RR_cluster" type="String">30</entry>
  533. <entry key="AutoNetkit.IGP" type="String">isis</entry>
  534. <entry key="AutoNetkit.ibgp_role" type="String">RR</entry>
  535. </extensions>
  536. <interface id="0" name="GigabitEthernet0/1" ipv4="10.1.0.6" netPrefixLenV4="30"/>
  537. <interface id="1" name="GigabitEthernet0/2" ipv4="10.2.128.1" netPrefixLenV4="30"/>
  538. <interface id="2" name="GigabitEthernet0/3" ipv4="10.2.0.5" netPrefixLenV4="30"/>
  539. </node>
  540. <node name="Brussels" type="SIMPLE" subtype="IOSv" location="848,169" ipv4="192.168.0.11" ipv6="::b:1:0:0:2">
  541. <extensions>
  542. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  543. ! by autonetkit_0.18.1
  544. !
  545. hostname Brussels
  546. boot-start-marker
  547. boot-end-marker
  548. !
  549. vrf definition Mgmt-intf
  550. !
  551. address-family ipv4
  552. exit-address-family
  553. !
  554. address-family ipv6
  555. exit-address-family
  556. !
  557. !
  558. !
  559. no aaa new-model
  560. !
  561. !
  562. ip cef
  563. ipv6 unicast-routing
  564. ipv6 cef
  565. !
  566. !
  567. service timestamps debug datetime msec
  568. service timestamps log datetime msec
  569. no service password-encryption
  570. no service config
  571. enable password cisco
  572. ip classless
  573. ip subnet-zero
  574. no ip domain lookup
  575. line vty 0 4
  576. transport input ssh telnet
  577. exec-timeout 720 0
  578. password cisco
  579. login
  580. line con 0
  581. password cisco
  582. !
  583. cdp run
  584. !
  585. !
  586. interface Loopback0
  587. description Loopback
  588. ip address 192.168.0.11 255.255.255.255
  589. ip router isis 30
  590. !
  591. interface GigabitEthernet0/0
  592. description OOB Management
  593. vrf forwarding Mgmt-intf
  594. ! Configured on launch
  595. no ip address
  596. cdp enable
  597. duplex full
  598. speed auto
  599. no shutdown
  600. !
  601. interface GigabitEthernet0/1
  602. description to London
  603. ip address 10.2.128.2 255.255.255.252
  604. cdp enable
  605. ip router isis 30
  606. isis circuit-type level-2-only
  607. isis network point-to-point
  608. isis metric 1
  609. duplex full
  610. speed auto
  611. no shutdown
  612. !
  613. interface GigabitEthernet0/2
  614. description to Paris
  615. ip address 10.2.0.1 255.255.255.252
  616. cdp enable
  617. ip router isis 30
  618. isis circuit-type level-2-only
  619. isis network point-to-point
  620. isis metric 1
  621. duplex full
  622. speed auto
  623. no shutdown
  624. !
  625. !
  626. !
  627. router isis 30
  628. net 49.1921.6800.0011.00
  629. metric-style wide
  630. !
  631. !
  632. router bgp 30
  633. bgp router-id 192.168.0.11
  634. no synchronization
  635. ! ibgp
  636. ! ibgp route reflector servers
  637. !
  638. neighbor 192.168.0.10 remote-as 30
  639. neighbor 192.168.0.10 description rr parent London
  640. neighbor 192.168.0.10 update-source Loopback0
  641. !
  642. !
  643. !
  644. address-family ipv4
  645. network 192.168.0.11 mask 255.255.255.255
  646. neighbor 192.168.0.10 activate
  647. exit-address-family
  648. !
  649. !
  650. !
  651. end
  652. </entry>
  653. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  654. <entry key="AutoNetkit.ASN" type="Integer">30</entry>
  655. <entry key="AutoNetkit.RR_cluster" type="String">30</entry>
  656. <entry key="AutoNetkit.IGP" type="String">isis</entry>
  657. <entry key="AutoNetkit.ibgp_role" type="String">RRC</entry>
  658. </extensions>
  659. <interface id="0" name="GigabitEthernet0/1" ipv4="10.2.128.2" netPrefixLenV4="30"/>
  660. <interface id="1" name="GigabitEthernet0/2" ipv4="10.2.0.1" netPrefixLenV4="30"/>
  661. </node>
  662. <node name="Paris" type="SIMPLE" subtype="IOSv" location="880,345" ipv4="192.168.0.9" ipv6="::b:1:0:0:7">
  663. <extensions>
  664. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  665. ! by autonetkit_0.18.1
  666. !
  667. hostname Paris
  668. boot-start-marker
  669. boot-end-marker
  670. !
  671. vrf definition Mgmt-intf
  672. !
  673. address-family ipv4
  674. exit-address-family
  675. !
  676. address-family ipv6
  677. exit-address-family
  678. !
  679. !
  680. !
  681. no aaa new-model
  682. !
  683. !
  684. ip cef
  685. ipv6 unicast-routing
  686. ipv6 cef
  687. !
  688. !
  689. service timestamps debug datetime msec
  690. service timestamps log datetime msec
  691. no service password-encryption
  692. no service config
  693. enable password cisco
  694. ip classless
  695. ip subnet-zero
  696. no ip domain lookup
  697. line vty 0 4
  698. transport input ssh telnet
  699. exec-timeout 720 0
  700. password cisco
  701. login
  702. line con 0
  703. password cisco
  704. !
  705. cdp run
  706. !
  707. !
  708. interface Loopback0
  709. description Loopback
  710. ip address 192.168.0.9 255.255.255.255
  711. ip router isis 30
  712. !
  713. interface GigabitEthernet0/0
  714. description OOB Management
  715. vrf forwarding Mgmt-intf
  716. ! Configured on launch
  717. no ip address
  718. cdp enable
  719. duplex full
  720. speed auto
  721. no shutdown
  722. !
  723. interface GigabitEthernet0/1
  724. description to Brussels
  725. ip address 10.2.0.2 255.255.255.252
  726. cdp enable
  727. ip router isis 30
  728. isis circuit-type level-2-only
  729. isis network point-to-point
  730. isis metric 1
  731. duplex full
  732. speed auto
  733. no shutdown
  734. !
  735. interface GigabitEthernet0/2
  736. description to London
  737. ip address 10.2.0.6 255.255.255.252
  738. cdp enable
  739. ip router isis 30
  740. isis circuit-type level-2-only
  741. isis network point-to-point
  742. isis metric 1
  743. duplex full
  744. speed auto
  745. no shutdown
  746. !
  747. !
  748. !
  749. router isis 30
  750. net 49.1921.6800.0009.00
  751. metric-style wide
  752. !
  753. !
  754. router bgp 30
  755. bgp router-id 192.168.0.9
  756. no synchronization
  757. ! ibgp
  758. ! ibgp route reflector servers
  759. !
  760. neighbor 192.168.0.10 remote-as 30
  761. neighbor 192.168.0.10 description rr parent London
  762. neighbor 192.168.0.10 update-source Loopback0
  763. !
  764. !
  765. !
  766. address-family ipv4
  767. network 192.168.0.9 mask 255.255.255.255
  768. neighbor 192.168.0.10 activate
  769. exit-address-family
  770. !
  771. !
  772. !
  773. end
  774. </entry>
  775. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  776. <entry key="AutoNetkit.ASN" type="Integer">30</entry>
  777. <entry key="AutoNetkit.RR_cluster" type="String">30</entry>
  778. <entry key="AutoNetkit.IGP" type="String">isis</entry>
  779. <entry key="AutoNetkit.ibgp_role" type="String">RRC</entry>
  780. </extensions>
  781. <interface id="0" name="GigabitEthernet0/1" ipv4="10.2.0.2" netPrefixLenV4="30"/>
  782. <interface id="1" name="GigabitEthernet0/2" ipv4="10.2.0.6" netPrefixLenV4="30"/>
  783. </node>
  784. <node name="Halifax" type="SIMPLE" subtype="IOSv" location="528,200" ipv4="192.168.0.18">
  785. <extensions>
  786. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  787. <entry key="config" type="String">! IOS Config generated on 2015-08-28 08:01
  788. ! by autonetkit_0.18.1
  789. !
  790. hostname Halifax
  791. boot-start-marker
  792. boot-end-marker
  793. !
  794. vrf definition Mgmt-intf
  795. !
  796. address-family ipv4
  797. exit-address-family
  798. !
  799. address-family ipv6
  800. exit-address-family
  801. !
  802. !
  803. !
  804. no aaa new-model
  805. !
  806. !
  807. ip cef
  808. ipv6 unicast-routing
  809. ipv6 cef
  810. !
  811. !
  812. service timestamps debug datetime msec
  813. service timestamps log datetime msec
  814. no service password-encryption
  815. no service config
  816. enable password cisco
  817. ip classless
  818. ip subnet-zero
  819. no ip domain lookup
  820. line vty 0 4
  821. transport input ssh telnet
  822. exec-timeout 720 0
  823. password cisco
  824. login
  825. line con 0
  826. password cisco
  827. !
  828. cdp run
  829. !
  830. !
  831. interface Loopback0
  832. description Loopback
  833. ip address 192.168.0.18 255.255.255.255
  834. !
  835. interface GigabitEthernet0/0
  836. description OOB Management
  837. vrf forwarding Mgmt-intf
  838. ! Configured on launch
  839. no ip address
  840. cdp enable
  841. duplex full
  842. speed auto
  843. no shutdown
  844. !
  845. interface GigabitEthernet0/1
  846. description to New_York
  847. ip address 10.0.0.2 255.255.255.252
  848. cdp enable
  849. duplex full
  850. speed auto
  851. no shutdown
  852. !
  853. interface GigabitEthernet0/2
  854. description to London
  855. ip address 10.1.0.5 255.255.255.252
  856. cdp enable
  857. duplex full
  858. speed auto
  859. no shutdown
  860. !
  861. interface GigabitEthernet0/3
  862. description to Toronto
  863. ip address 10.1.128.2 255.255.255.252
  864. cdp enable
  865. duplex full
  866. speed auto
  867. no shutdown
  868. !
  869. interface GigabitEthernet0/4
  870. description to Montreal
  871. ip address 10.1.0.2 255.255.255.252
  872. cdp enable
  873. duplex full
  874. speed auto
  875. no shutdown
  876. !
  877. !
  878. !
  879. router eigrp as20
  880. !
  881. address-family ipv4 unicast autonomous-system 20
  882. !
  883. topology base
  884. exit-af-topology
  885. network 10.1.0.0 0.0.0.3
  886. network 10.1.128.0 0.0.0.3
  887. network 192.168.0.18 0.0.0.0
  888. exit-address-family
  889. !
  890. !
  891. !
  892. router bgp 20
  893. bgp router-id 192.168.0.18
  894. no synchronization
  895. ! ibgp
  896. ! ibgp clients
  897. !
  898. neighbor 192.168.0.17 remote-as 20
  899. neighbor 192.168.0.17 description rr client Montreal
  900. neighbor 192.168.0.17 update-source Loopback0
  901. !
  902. neighbor 192.168.0.19 remote-as 20
  903. neighbor 192.168.0.19 description rr client Toronto
  904. neighbor 192.168.0.19 update-source Loopback0
  905. !
  906. ! ebgp
  907. !
  908. neighbor 10.0.0.1 remote-as 10
  909. neighbor 10.0.0.1 description eBGP to New_York
  910. !
  911. neighbor 10.1.0.6 remote-as 30
  912. neighbor 10.1.0.6 description eBGP to London
  913. !
  914. !
  915. !
  916. address-family ipv4
  917. network 192.168.0.18 mask 255.255.255.255
  918. network 10.1.0.0 mask 255.255.0.0
  919. neighbor 192.168.0.17 activate
  920. neighbor 192.168.0.17 next-hop-self
  921. neighbor 192.168.0.17 route-reflector-client
  922. neighbor 192.168.0.19 activate
  923. neighbor 192.168.0.19 next-hop-self
  924. neighbor 192.168.0.19 route-reflector-client
  925. neighbor 10.0.0.1 activate
  926. neighbor 10.0.0.1 send-community
  927. neighbor 10.0.0.1 next-hop-self
  928. neighbor 10.1.0.6 activate
  929. neighbor 10.1.0.6 send-community
  930. neighbor 10.1.0.6 next-hop-self
  931. exit-address-family
  932. !
  933. !
  934. ip route 10.1.0.0 255.255.0.0 Null0 254
  935. !
  936. end
  937. </entry>
  938. <entry key="AutoNetkit.ASN" type="Integer">20</entry>
  939. <entry key="AutoNetkit.RR_cluster" type="String">20</entry>
  940. <entry key="AutoNetkit.IGP" type="String">eigrp</entry>
  941. <entry key="AutoNetkit.ibgp_role" type="String">RR</entry>
  942. </extensions>
  943. <interface id="0" name="GigabitEthernet0/1" ipv4="10.0.0.2" netPrefixLenV4="30"/>
  944. <interface id="1" name="GigabitEthernet0/2" ipv4="10.1.0.5" netPrefixLenV4="30"/>
  945. <interface id="2" name="GigabitEthernet0/3" ipv4="10.1.128.2" netPrefixLenV4="30"/>
  946. <interface id="3" name="GigabitEthernet0/4" ipv4="10.1.0.2" netPrefixLenV4="30"/>
  947. </node>
  948. <node name="Toronto" type="SIMPLE" subtype="IOSv" location="399,91" ipv4="192.168.0.19">
  949. <extensions>
  950. <entry key="AutoNetkit.ASN" type="Integer">20</entry>
  951. <entry key="AutoNetkit.RR_cluster" type="String">20</entry>
  952. <entry key="AutoNetkit.IGP" type="String">eigrp</entry>
  953. <entry key="AutoNetkit.ibgp_role" type="String">RRC</entry>
  954. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  955. ! by autonetkit_0.18.1
  956. !
  957. hostname Toronto
  958. boot-start-marker
  959. boot-end-marker
  960. !
  961. vrf definition Mgmt-intf
  962. !
  963. address-family ipv4
  964. exit-address-family
  965. !
  966. address-family ipv6
  967. exit-address-family
  968. !
  969. !
  970. !
  971. no aaa new-model
  972. !
  973. !
  974. ip cef
  975. ipv6 unicast-routing
  976. ipv6 cef
  977. !
  978. !
  979. service timestamps debug datetime msec
  980. service timestamps log datetime msec
  981. no service password-encryption
  982. no service config
  983. enable password cisco
  984. ip classless
  985. ip subnet-zero
  986. no ip domain lookup
  987. line vty 0 4
  988. transport input ssh telnet
  989. exec-timeout 720 0
  990. password cisco
  991. login
  992. line con 0
  993. password cisco
  994. !
  995. cdp run
  996. !
  997. !
  998. interface Loopback0
  999. description Loopback
  1000. ip address 192.168.0.19 255.255.255.255
  1001. !
  1002. interface GigabitEthernet0/0
  1003. description OOB Management
  1004. vrf forwarding Mgmt-intf
  1005. ! Configured on launch
  1006. no ip address
  1007. cdp enable
  1008. duplex full
  1009. speed auto
  1010. no shutdown
  1011. !
  1012. interface GigabitEthernet0/1
  1013. description to Halifax
  1014. ip address 10.1.128.1 255.255.255.252
  1015. cdp enable
  1016. duplex full
  1017. speed auto
  1018. no shutdown
  1019. !
  1020. interface GigabitEthernet0/2
  1021. description to Montreal
  1022. ip address 10.1.128.5 255.255.255.252
  1023. cdp enable
  1024. duplex full
  1025. speed auto
  1026. no shutdown
  1027. !
  1028. !
  1029. !
  1030. router eigrp as20
  1031. !
  1032. address-family ipv4 unicast autonomous-system 20
  1033. !
  1034. topology base
  1035. exit-af-topology
  1036. network 10.1.128.0 0.0.0.3
  1037. network 10.1.128.4 0.0.0.3
  1038. network 192.168.0.19 0.0.0.0
  1039. exit-address-family
  1040. !
  1041. !
  1042. !
  1043. router bgp 20
  1044. bgp router-id 192.168.0.19
  1045. no synchronization
  1046. ! ibgp
  1047. ! ibgp route reflector servers
  1048. !
  1049. neighbor 192.168.0.18 remote-as 20
  1050. neighbor 192.168.0.18 description rr parent Halifax
  1051. neighbor 192.168.0.18 update-source Loopback0
  1052. !
  1053. !
  1054. !
  1055. address-family ipv4
  1056. network 192.168.0.19 mask 255.255.255.255
  1057. neighbor 192.168.0.18 activate
  1058. exit-address-family
  1059. !
  1060. !
  1061. !
  1062. end
  1063. </entry>
  1064. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1065. </extensions>
  1066. <interface id="0" name="GigabitEthernet0/1" ipv4="10.1.128.1" netPrefixLenV4="30"/>
  1067. <interface id="1" name="GigabitEthernet0/2" ipv4="10.1.128.5" netPrefixLenV4="30"/>
  1068. </node>
  1069. <node name="Montreal" type="SIMPLE" subtype="IOSv" location="711,107" ipv4="192.168.0.17">
  1070. <extensions>
  1071. <entry key="AutoNetkit.ASN" type="Integer">20</entry>
  1072. <entry key="AutoNetkit.RR_cluster" type="String">20</entry>
  1073. <entry key="AutoNetkit.IGP" type="String">eigrp</entry>
  1074. <entry key="AutoNetkit.ibgp_role" type="String">RRC</entry>
  1075. <entry key="config" type="string">! IOS Config generated on 2015-08-28 08:01
  1076. ! by autonetkit_0.18.1
  1077. !
  1078. hostname Montreal
  1079. boot-start-marker
  1080. boot-end-marker
  1081. !
  1082. vrf definition Mgmt-intf
  1083. !
  1084. address-family ipv4
  1085. exit-address-family
  1086. !
  1087. address-family ipv6
  1088. exit-address-family
  1089. !
  1090. !
  1091. !
  1092. no aaa new-model
  1093. !
  1094. !
  1095. ip cef
  1096. ipv6 unicast-routing
  1097. ipv6 cef
  1098. !
  1099. !
  1100. service timestamps debug datetime msec
  1101. service timestamps log datetime msec
  1102. no service password-encryption
  1103. no service config
  1104. enable password cisco
  1105. ip classless
  1106. ip subnet-zero
  1107. no ip domain lookup
  1108. line vty 0 4
  1109. transport input ssh telnet
  1110. exec-timeout 720 0
  1111. password cisco
  1112. login
  1113. line con 0
  1114. password cisco
  1115. !
  1116. cdp run
  1117. !
  1118. !
  1119. interface Loopback0
  1120. description Loopback
  1121. ip address 192.168.0.17 255.255.255.255
  1122. !
  1123. interface GigabitEthernet0/0
  1124. description OOB Management
  1125. vrf forwarding Mgmt-intf
  1126. ! Configured on launch
  1127. no ip address
  1128. cdp enable
  1129. duplex full
  1130. speed auto
  1131. no shutdown
  1132. !
  1133. interface GigabitEthernet0/1
  1134. description to Halifax
  1135. ip address 10.1.0.1 255.255.255.252
  1136. cdp enable
  1137. duplex full
  1138. speed auto
  1139. no shutdown
  1140. !
  1141. interface GigabitEthernet0/2
  1142. description to Toronto
  1143. ip address 10.1.128.6 255.255.255.252
  1144. cdp enable
  1145. duplex full
  1146. speed auto
  1147. no shutdown
  1148. !
  1149. !
  1150. !
  1151. router eigrp as20
  1152. !
  1153. address-family ipv4 unicast autonomous-system 20
  1154. !
  1155. topology base
  1156. exit-af-topology
  1157. network 10.1.0.0 0.0.0.3
  1158. network 10.1.128.4 0.0.0.3
  1159. network 192.168.0.17 0.0.0.0
  1160. exit-address-family
  1161. !
  1162. !
  1163. !
  1164. router bgp 20
  1165. bgp router-id 192.168.0.17
  1166. no synchronization
  1167. ! ibgp
  1168. ! ibgp route reflector servers
  1169. !
  1170. neighbor 192.168.0.18 remote-as 20
  1171. neighbor 192.168.0.18 description rr parent Halifax
  1172. neighbor 192.168.0.18 update-source Loopback0
  1173. !
  1174. !
  1175. !
  1176. address-family ipv4
  1177. network 192.168.0.17 mask 255.255.255.255
  1178. neighbor 192.168.0.18 activate
  1179. exit-address-family
  1180. !
  1181. !
  1182. !
  1183. end
  1184. </entry>
  1185. <entry key="AutoNetkit.mgmt_ip" type="string"></entry>
  1186. </extensions>
  1187. <interface id="0" name="GigabitEthernet0/1" ipv4="10.1.0.1" netPrefixLenV4="30"/>
  1188. <interface id="1" name="GigabitEthernet0/2" ipv4="10.1.128.6" netPrefixLenV4="30"/>
  1189. </node>
  1190. <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[1]/virl:interface[1]"/>
  1191. <connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[2]"/>
  1192. <connection dst="/virl:topology/virl:node[2]/virl:interface[2]" src="/virl:topology/virl:node[1]/virl:interface[2]"/>
  1193. <connection dst="/virl:topology/virl:node[5]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[2]"/>
  1194. <connection dst="/virl:topology/virl:node[6]/virl:interface[1]" src="/virl:topology/virl:node[5]/virl:interface[2]"/>
  1195. <connection dst="/virl:topology/virl:node[4]/virl:interface[3]" src="/virl:topology/virl:node[6]/virl:interface[2]"/>
  1196. <connection dst="/virl:topology/virl:node[7]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[3]"/>
  1197. <connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[7]/virl:interface[2]"/>
  1198. <connection dst="/virl:topology/virl:node[8]/virl:interface[1]" src="/virl:topology/virl:node[7]/virl:interface[3]"/>
  1199. <connection dst="/virl:topology/virl:node[9]/virl:interface[1]" src="/virl:topology/virl:node[7]/virl:interface[4]"/>
  1200. <connection dst="/virl:topology/virl:node[8]/virl:interface[2]" src="/virl:topology/virl:node[9]/virl:interface[2]"/>
  1201. </topology>