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.

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