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.

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