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.

329 lines
9.7 KiB

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <topology xmlns="http://www.cisco.com/VIRL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="0.95" xsi:schemaLocation="http://www.cisco.com/VIRL https://raw.github.com/CiscoVIRL/schema/v0.95/virl.xsd">
  3. <extensions>
  4. <entry key="management_network" type="String">exclusive</entry>
  5. </extensions>
  6. <node name="veos-1" type="SIMPLE" subtype="vEOS" location="413,31" ipv4="10.10.10.10">
  7. <extensions>
  8. <entry key="Auto-generate config" type="Boolean">false</entry>
  9. <entry key="config" type="String">! device: vEOS-1 (vEOS, EOS-4.14.2F)&#xD;
  10. !&#xD;
  11. ! boot system flash:/vEOS.swi&#xD;
  12. !&#xD;
  13. ! AdvCompNet Lab 1 DCN Scenario 3&#xD;
  14. !&#xD;
  15. transceiver qsfp default-mode 4x10G&#xD;
  16. !&#xD;
  17. hostname veos-1&#xD;
  18. !&#xD;
  19. spanning-tree mode rapid-pvst&#xD;
  20. !&#xD;
  21. no aaa root&#xD;
  22. !&#xD;
  23. username admin privilege 15 role network-admin secret 5 $1$BfEAqVKe$0Et37rrWZGmDpeYfmQ8S40&#xD;
  24. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  25. !&#xD;
  26. interface Port-Channel11&#xD;
  27. switchport mode trunk&#xD;
  28. !&#xD;
  29. interface Port-Channel12&#xD;
  30. switchport mode trunk&#xD;
  31. !&#xD;
  32. interface Ethernet1&#xD;
  33. switchport mode trunk&#xD;
  34. channel-group 11 mode on&#xD;
  35. !&#xD;
  36. interface Ethernet2&#xD;
  37. switchport mode trunk&#xD;
  38. channel-group 12 mode on&#xD;
  39. !&#xD;
  40. interface Ethernet3&#xD;
  41. switchport mode trunk&#xD;
  42. channel-group 11 mode on&#xD;
  43. !&#xD;
  44. interface Ethernet4&#xD;
  45. switchport mode trunk&#xD;
  46. channel-group 12 mode on&#xD;
  47. !&#xD;
  48. interface Management1&#xD;
  49. ! ip of ma1 configured on launch&#xD;
  50. !&#xD;
  51. interface Vlan1&#xD;
  52. ip address 10.10.10.10/24&#xD;
  53. !&#xD;
  54. no ip routing&#xD;
  55. !&#xD;
  56. !&#xD;
  57. end&#xD;
  58. </entry>
  59. </extensions>
  60. <interface id="0" name="Ethernet1"/>
  61. <interface id="1" name="Ethernet2"/>
  62. <interface id="2" name="Ethernet3"/>
  63. <interface id="3" name="Ethernet4"/>
  64. </node>
  65. <node name="veos-2" type="SIMPLE" subtype="vEOS" location="218,127" ipv4="10.10.10.20">
  66. <extensions>
  67. <entry key="Auto-generate config" type="Boolean">false</entry>
  68. <entry key="config" type="String">! device: vEOS-2 (vEOS, EOS-4.14.2F)&#xD;
  69. !&#xD;
  70. ! boot system flash:/vEOS.swi&#xD;
  71. !&#xD;
  72. ! AdvCompNet Lab 1 DCN Scenario 3&#xD;
  73. !&#xD;
  74. transceiver qsfp default-mode 4x10G&#xD;
  75. !&#xD;
  76. hostname veos-2&#xD;
  77. !&#xD;
  78. spanning-tree mode rapid-pvst&#xD;
  79. no spanning-tree vlan 99&#xD;
  80. !&#xD;
  81. no aaa root&#xD;
  82. !&#xD;
  83. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  84. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  85. !&#xD;
  86. vlan 99&#xD;
  87. name MLAG&#xD;
  88. trunk group mlagpeer&#xD;
  89. !&#xD;
  90. interface Port-Channel11&#xD;
  91. switchport mode trunk&#xD;
  92. mlag 11&#xD;
  93. !&#xD;
  94. interface Port-Channel12&#xD;
  95. switchport mode trunk&#xD;
  96. mlag 12&#xD;
  97. !&#xD;
  98. interface Port-Channel21&#xD;
  99. switchport mode trunk&#xD;
  100. mlag 21&#xD;
  101. !&#xD;
  102. interface Port-Channel22&#xD;
  103. switchport mode trunk&#xD;
  104. mlag 22&#xD;
  105. !&#xD;
  106. interface Port-Channel23&#xD;
  107. switchport mode trunk&#xD;
  108. switchport trunk group mlagpeer&#xD;
  109. !&#xD;
  110. interface Ethernet1&#xD;
  111. switchport mode trunk&#xD;
  112. channel-group 11 mode on&#xD;
  113. !&#xD;
  114. interface Ethernet2&#xD;
  115. switchport mode trunk&#xD;
  116. channel-group 12 mode on&#xD;
  117. !&#xD;
  118. interface Ethernet3&#xD;
  119. switchport mode trunk&#xD;
  120. channel-group 23 mode on&#xD;
  121. !&#xD;
  122. interface Ethernet4&#xD;
  123. switchport mode trunk&#xD;
  124. channel-group 23 mode on&#xD;
  125. !&#xD;
  126. interface Ethernet5&#xD;
  127. switchport mode trunk&#xD;
  128. channel-group 21 mode on&#xD;
  129. !&#xD;
  130. interface Ethernet6&#xD;
  131. switchport mode trunk&#xD;
  132. channel-group 22 mode on&#xD;
  133. !&#xD;
  134. interface Management1&#xD;
  135. ! ip of ma1 configured on launch&#xD;
  136. !&#xD;
  137. interface Vlan1&#xD;
  138. ip address 10.10.10.20/24&#xD;
  139. !&#xD;
  140. interface Vlan99&#xD;
  141. ip address 172.23.99.1/30&#xD;
  142. !&#xD;
  143. no ip routing&#xD;
  144. !&#xD;
  145. mlag configuration&#xD;
  146. domain-id mlag1&#xD;
  147. local-interface Vlan99&#xD;
  148. peer-address 172.23.99.2&#xD;
  149. peer-link Port-Channel23&#xD;
  150. !&#xD;
  151. !&#xD;
  152. end&#xD;
  153. </entry>
  154. </extensions>
  155. <interface id="0" name="Ethernet1"/>
  156. <interface id="1" name="Ethernet2"/>
  157. <interface id="2" name="Ethernet3"/>
  158. <interface id="3" name="Ethernet4"/>
  159. <interface id="4" name="Ethernet5"/>
  160. <interface id="5" name="Ethernet6"/>
  161. </node>
  162. <node name="veos-3" type="SIMPLE" subtype="vEOS" location="611,127" ipv4="10.10.10.30">
  163. <extensions>
  164. <entry key="Auto-generate config" type="Boolean">false</entry>
  165. <entry key="config" type="String">! device: vEOS-3 (vEOS, EOS-4.14.2F)&#xD;
  166. !&#xD;
  167. ! boot system flash:/vEOS.swi&#xD;
  168. !&#xD;
  169. ! AdvCompNet Lab 1 DCN Scenario 3&#xD;
  170. !&#xD;
  171. transceiver qsfp default-mode 4x10G&#xD;
  172. !&#xD;
  173. hostname veos-3&#xD;
  174. !&#xD;
  175. spanning-tree mode rapid-pvst&#xD;
  176. no spanning-tree vlan 99&#xD;
  177. !&#xD;
  178. no aaa root&#xD;
  179. !&#xD;
  180. username admin privilege 15 role network-admin secret 5 $1$sWptr0oA$lH1Jhpd3Uio1z44ImC83p1&#xD;
  181. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  182. !&#xD;
  183. vlan 99&#xD;
  184. name MLAG&#xD;
  185. trunk group mlagpeer&#xD;
  186. !&#xD;
  187. interface Port-Channel11&#xD;
  188. switchport mode trunk&#xD;
  189. mlag 11&#xD;
  190. !&#xD;
  191. interface Port-Channel12&#xD;
  192. switchport mode trunk&#xD;
  193. mlag 12&#xD;
  194. !&#xD;
  195. interface Port-Channel21&#xD;
  196. switchport mode trunk&#xD;
  197. mlag 21&#xD;
  198. !&#xD;
  199. interface Port-Channel22&#xD;
  200. switchport mode trunk&#xD;
  201. mlag 22&#xD;
  202. !&#xD;
  203. interface Port-Channel23&#xD;
  204. switchport mode trunk&#xD;
  205. switchport trunk group mlagpeer&#xD;
  206. !&#xD;
  207. interface Ethernet1&#xD;
  208. switchport mode trunk&#xD;
  209. channel-group 23 mode on&#xD;
  210. !&#xD;
  211. interface Ethernet2&#xD;
  212. switchport mode trunk&#xD;
  213. channel-group 23 mode on&#xD;
  214. !&#xD;
  215. interface Ethernet3&#xD;
  216. switchport mode trunk&#xD;
  217. channel-group 11 mode on&#xD;
  218. !&#xD;
  219. interface Ethernet4&#xD;
  220. switchport mode trunk&#xD;
  221. channel-group 12 mode on&#xD;
  222. !&#xD;
  223. interface Ethernet5&#xD;
  224. switchport mode trunk&#xD;
  225. channel-group 21 mode on&#xD;
  226. !&#xD;
  227. interface Ethernet6&#xD;
  228. switchport mode trunk&#xD;
  229. channel-group 22 mode on&#xD;
  230. !&#xD;
  231. interface Management1&#xD;
  232. ! ip of ma1 configured on launch&#xD;
  233. !&#xD;
  234. interface Vlan1&#xD;
  235. ip address 10.10.10.30/24&#xD;
  236. !&#xD;
  237. interface Vlan99&#xD;
  238. ip address 172.23.99.2/30&#xD;
  239. !&#xD;
  240. no ip routing&#xD;
  241. !&#xD;
  242. mlag configuration&#xD;
  243. domain-id mlag1&#xD;
  244. local-interface Vlan99&#xD;
  245. peer-address 172.23.99.1&#xD;
  246. peer-link Port-Channel23&#xD;
  247. !&#xD;
  248. !&#xD;
  249. end&#xD;
  250. </entry>
  251. </extensions>
  252. <interface id="0" name="Ethernet1"/>
  253. <interface id="1" name="Ethernet2"/>
  254. <interface id="2" name="Ethernet3"/>
  255. <interface id="3" name="Ethernet4"/>
  256. <interface id="4" name="Ethernet5"/>
  257. <interface id="5" name="Ethernet6"/>
  258. </node>
  259. <node name="veos-4" type="SIMPLE" subtype="vEOS" location="413,221" ipv4="10.10.10.40">
  260. <extensions>
  261. <entry key="Auto-generate config" type="Boolean">false</entry>
  262. <entry key="config" type="String">! device: vEOS-4 (vEOS, EOS-4.14.2F)&#xD;
  263. !&#xD;
  264. ! boot system flash:/vEOS.swi&#xD;
  265. !&#xD;
  266. ! AdvCompNet Lab 1 DCN Scenario 3&#xD;
  267. !&#xD;
  268. transceiver qsfp default-mode 4x10G&#xD;
  269. !&#xD;
  270. hostname veos-4&#xD;
  271. !&#xD;
  272. spanning-tree mode rapid-pvst&#xD;
  273. !&#xD;
  274. no aaa root&#xD;
  275. !&#xD;
  276. username admin privilege 15 role network-admin secret 5 $1$1.amWz6M$rWEBTalt7rkz5d8/8dbmU0&#xD;
  277. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  278. !&#xD;
  279. interface Port-Channel21&#xD;
  280. switchport mode trunk&#xD;
  281. !&#xD;
  282. interface Port-Channel22&#xD;
  283. switchport mode trunk&#xD;
  284. !&#xD;
  285. interface Ethernet1&#xD;
  286. switchport mode trunk&#xD;
  287. channel-group 21 mode on&#xD;
  288. !&#xD;
  289. interface Ethernet2&#xD;
  290. switchport mode trunk&#xD;
  291. channel-group 22 mode on&#xD;
  292. !&#xD;
  293. interface Ethernet3&#xD;
  294. switchport mode trunk&#xD;
  295. channel-group 21 mode on&#xD;
  296. !&#xD;
  297. interface Ethernet4&#xD;
  298. switchport mode trunk&#xD;
  299. channel-group 22 mode on&#xD;
  300. !&#xD;
  301. interface Management1&#xD;
  302. ! ip of ma1 configured on launch&#xD;
  303. !&#xD;
  304. interface Vlan1&#xD;
  305. ip address 10.10.10.40/24&#xD;
  306. !&#xD;
  307. no ip routing&#xD;
  308. !&#xD;
  309. !&#xD;
  310. end&#xD;
  311. </entry>
  312. </extensions>
  313. <interface id="0" name="Ethernet1"/>
  314. <interface id="1" name="Ethernet2"/>
  315. <interface id="2" name="Ethernet3"/>
  316. <interface id="3" name="Ethernet4"/>
  317. </node>
  318. <annotations/>
  319. <connection dst="/virl:topology/virl:node[1]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[1]"/>
  320. <connection dst="/virl:topology/virl:node[1]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
  321. <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[3]"/>
  322. <connection dst="/virl:topology/virl:node[3]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[4]"/>
  323. <connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[5]"/>
  324. <connection dst="/virl:topology/virl:node[4]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[6]"/>
  325. <connection dst="/virl:topology/virl:node[3]/virl:interface[3]" src="/virl:topology/virl:node[1]/virl:interface[3]"/>
  326. <connection dst="/virl:topology/virl:node[3]/virl:interface[4]" src="/virl:topology/virl:node[1]/virl:interface[4]"/>
  327. <connection dst="/virl:topology/virl:node[3]/virl:interface[5]" src="/virl:topology/virl:node[4]/virl:interface[3]"/>
  328. <connection dst="/virl:topology/virl:node[3]/virl:interface[6]" src="/virl:topology/virl:node[4]/virl:interface[4]"/>
  329. </topology>