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.

221 lines
6.8 KiB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
  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 1&#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 Ethernet1&#xD;
  23. switchport mode trunk&#xD;
  24. !&#xD;
  25. interface Ethernet2&#xD;
  26. switchport mode trunk&#xD;
  27. !&#xD;
  28. interface Ethernet3&#xD;
  29. switchport mode trunk&#xD;
  30. !&#xD;
  31. interface Ethernet4&#xD;
  32. switchport mode trunk&#xD;
  33. !&#xD;
  34. interface Management1&#xD;
  35. ! ip of ma1 configured on launch&#xD;
  36. !&#xD;
  37. interface Vlan1&#xD;
  38. ip address 10.10.10.10/24&#xD;
  39. !&#xD;
  40. no ip routing&#xD;
  41. !&#xD;
  42. !&#xD;
  43. end&#xD;
  44. </entry>
  45. </extensions>
  46. <interface id="0" name="Ethernet1"/>
  47. <interface id="1" name="Ethernet2"/>
  48. <interface id="2" name="Ethernet3"/>
  49. <interface id="3" name="Ethernet4"/>
  50. </node>
  51. <node name="veos-2" type="SIMPLE" subtype="vEOS" location="218,127">
  52. <extensions>
  53. <entry key="config" type="String">! device: vEOS-2 (vEOS, EOS-4.14.2F)&#xD;
  54. !&#xD;
  55. ! boot system flash:/vEOS.swi&#xD;
  56. !&#xD;
  57. ! AdvCompNet Lab 1 DCN Scenario 1&#xD;
  58. !&#xD;
  59. transceiver qsfp default-mode 4x10G&#xD;
  60. !&#xD;
  61. hostname vEOS-2&#xD;
  62. !&#xD;
  63. spanning-tree mode rapid-pvst&#xD;
  64. !&#xD;
  65. no aaa root&#xD;
  66. !&#xD;
  67. username admin privilege 15 role network-admin secret 5 $1$yUkG2yoL$0Lq.DaVPw9ECzR4Ew1.wW.&#xD;
  68. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  69. !&#xD;
  70. interface Ethernet1&#xD;
  71. switchport mode trunk&#xD;
  72. !&#xD;
  73. interface Ethernet2&#xD;
  74. switchport mode trunk&#xD;
  75. !&#xD;
  76. interface Ethernet3&#xD;
  77. switchport mode trunk&#xD;
  78. !&#xD;
  79. interface Ethernet4&#xD;
  80. switchport mode trunk&#xD;
  81. !&#xD;
  82. interface Ethernet5&#xD;
  83. switchport mode trunk&#xD;
  84. !&#xD;
  85. interface Ethernet6&#xD;
  86. switchport mode trunk&#xD;
  87. !&#xD;
  88. interface Management1&#xD;
  89. ! ip of ma1 configured on launch&#xD;
  90. !&#xD;
  91. interface Vlan1&#xD;
  92. ip address 10.10.10.20/24&#xD;
  93. !&#xD;
  94. no ip routing&#xD;
  95. !&#xD;
  96. !&#xD;
  97. end&#xD;
  98. </entry>
  99. </extensions>
  100. <interface id="0" name="Ethernet1"/>
  101. <interface id="1" name="Ethernet2"/>
  102. <interface id="2" name="Ethernet3"/>
  103. <interface id="3" name="Ethernet4"/>
  104. <interface id="4" name="Ethernet5"/>
  105. <interface id="5" name="Ethernet6"/>
  106. </node>
  107. <node name="veos-3" type="SIMPLE" subtype="vEOS" location="611,127">
  108. <extensions>
  109. <entry key="config" type="String">! device: vEOS-3 (vEOS, EOS-4.14.2F)&#xD;
  110. !&#xD;
  111. ! boot system flash:/vEOS.swi&#xD;
  112. !&#xD;
  113. ! AdvCompNet Lab 1 DCN Scenario 1&#xD;
  114. !&#xD;
  115. transceiver qsfp default-mode 4x10G&#xD;
  116. !&#xD;
  117. hostname vEOS-3&#xD;
  118. !&#xD;
  119. spanning-tree mode rapid-pvst&#xD;
  120. !&#xD;
  121. no aaa root&#xD;
  122. !&#xD;
  123. username admin privilege 15 role network-admin secret 5 $1$sWptr0oA$lH1Jhpd3Uio1z44ImC83p1&#xD;
  124. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  125. !&#xD;
  126. interface Ethernet1&#xD;
  127. switchport mode trunk&#xD;
  128. !&#xD;
  129. interface Ethernet2&#xD;
  130. switchport mode trunk&#xD;
  131. !&#xD;
  132. interface Ethernet3&#xD;
  133. switchport mode trunk&#xD;
  134. !&#xD;
  135. interface Ethernet4&#xD;
  136. switchport mode trunk&#xD;
  137. !&#xD;
  138. interface Ethernet5&#xD;
  139. switchport mode trunk&#xD;
  140. !&#xD;
  141. interface Ethernet6&#xD;
  142. switchport mode trunk&#xD;
  143. !&#xD;
  144. interface Management1&#xD;
  145. ! ip of ma1 configured on launch&#xD;
  146. !&#xD;
  147. interface Vlan1&#xD;
  148. ip address 10.10.10.30/24&#xD;
  149. !&#xD;
  150. no ip routing&#xD;
  151. !&#xD;
  152. !&#xD;
  153. end&#xD;
  154. </entry>
  155. </extensions>
  156. <interface id="0" name="Ethernet1"/>
  157. <interface id="1" name="Ethernet2"/>
  158. <interface id="2" name="Ethernet3"/>
  159. <interface id="3" name="Ethernet4"/>
  160. <interface id="4" name="Ethernet5"/>
  161. <interface id="5" name="Ethernet6"/>
  162. </node>
  163. <node name="veos-4" type="SIMPLE" subtype="vEOS" location="413,221">
  164. <extensions>
  165. <entry key="config" type="String">! device: vEOS-4 (vEOS, EOS-4.14.2F)&#xD;
  166. !&#xD;
  167. ! boot system flash:/vEOS.swi&#xD;
  168. !&#xD;
  169. ! AdvCompNet Lab 1 DCN Scenario 1&#xD;
  170. !&#xD;
  171. transceiver qsfp default-mode 4x10G&#xD;
  172. !&#xD;
  173. hostname vEOS-4&#xD;
  174. !&#xD;
  175. spanning-tree mode rapid-pvst&#xD;
  176. !&#xD;
  177. no aaa root&#xD;
  178. !&#xD;
  179. username admin privilege 15 role network-admin secret 5 $1$1.amWz6M$rWEBTalt7rkz5d8/8dbmU0&#xD;
  180. username cisco privilege 15 role network-admin secret 5 $1$rQS0W9wP$ZUzVG2XoGCCZCJopFp1aV/&#xD;
  181. !&#xD;
  182. interface Ethernet1&#xD;
  183. switchport mode trunk&#xD;
  184. !&#xD;
  185. interface Ethernet2&#xD;
  186. switchport mode trunk&#xD;
  187. !&#xD;
  188. interface Ethernet3&#xD;
  189. switchport mode trunk&#xD;
  190. !&#xD;
  191. interface Ethernet4&#xD;
  192. switchport mode trunk&#xD;
  193. !&#xD;
  194. interface Management1&#xD;
  195. ! ip of ma1 configured on launch&#xD;
  196. !&#xD;
  197. interface Vlan1&#xD;
  198. ip address 10.10.10.40/24&#xD;
  199. !&#xD;
  200. no ip routing&#xD;
  201. !&#xD;
  202. !&#xD;
  203. end&#xD;
  204. </entry>
  205. </extensions>
  206. <interface id="0" name="Ethernet1"/>
  207. <interface id="1" name="Ethernet2"/>
  208. <interface id="2" name="Ethernet3"/>
  209. <interface id="3" name="Ethernet4"/>
  210. </node>
  211. <connection dst="/virl:topology/virl:node[1]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[1]"/>
  212. <connection dst="/virl:topology/virl:node[1]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
  213. <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[3]"/>
  214. <connection dst="/virl:topology/virl:node[3]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[4]"/>
  215. <connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[5]"/>
  216. <connection dst="/virl:topology/virl:node[4]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[6]"/>
  217. <connection dst="/virl:topology/virl:node[3]/virl:interface[3]" src="/virl:topology/virl:node[1]/virl:interface[3]"/>
  218. <connection dst="/virl:topology/virl:node[3]/virl:interface[4]" src="/virl:topology/virl:node[1]/virl:interface[4]"/>
  219. <connection dst="/virl:topology/virl:node[3]/virl:interface[5]" src="/virl:topology/virl:node[4]/virl:interface[3]"/>
  220. <connection dst="/virl:topology/virl:node[3]/virl:interface[6]" src="/virl:topology/virl:node[4]/virl:interface[4]"/>
  221. </topology>