Browse Source

initial commit

master
Sebastian Rieger 9 years ago
parent
commit
6b1ed455ed
  1. 29
      GIT-VIRL-HS-Fulda/arista-test.virl

29
GIT-VIRL-HS-Fulda/arista-test.virl

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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">
<node name="iosvl2-1" type="SIMPLE" subtype="IOSvL2" location="472,134" vmImage="vEOS-4.14 [357885d3-4bf2-43be-a0dd-56eee847d919]" vmFlavor="vEOS.small [19f1ac94-6ed1-4b96-8029-150eda82c952]">
<interface id="0" name="GigabitEthernet0/1"/>
<interface id="1" name="GigabitEthernet0/2"/>
</node>
<node name="iosvl2-2" type="SIMPLE" subtype="IOSvL2" location="472,273" vmImage="vEOS-4.14 [357885d3-4bf2-43be-a0dd-56eee847d919]" vmFlavor="vEOS.small [19f1ac94-6ed1-4b96-8029-150eda82c952]">
<interface id="0" name="GigabitEthernet0/1"/>
<interface id="1" name="GigabitEthernet0/2"/>
</node>
<node name="iosvl2-3" type="SIMPLE" subtype="IOSvL2" location="358,198" vmImage="vEOS-4.15 [888c9f34-912a-4b7e-a28a-18742802c3e1]" vmFlavor="vEOS.small [19f1ac94-6ed1-4b96-8029-150eda82c952]">
<interface id="0" name="GigabitEthernet0/1"/>
<interface id="1" name="GigabitEthernet0/2"/>
<interface id="2" name="GigabitEthernet0/3"/>
<interface id="3" name="GigabitEthernet1/0"/>
</node>
<node name="iosvl2-4" type="SIMPLE" subtype="IOSvL2" location="605,198" vmImage="vEOS-4.15 [888c9f34-912a-4b7e-a28a-18742802c3e1]" vmFlavor="vEOS.small [19f1ac94-6ed1-4b96-8029-150eda82c952]">
<interface id="0" name="GigabitEthernet0/1"/>
<interface id="1" name="GigabitEthernet0/2"/>
<interface id="2" name="GigabitEthernet0/3"/>
<interface id="3" name="GigabitEthernet1/0"/>
</node>
<connection dst="/virl:topology/virl:node[4]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[1]"/>
<connection dst="/virl:topology/virl:node[3]/virl:interface[2]" src="/virl:topology/virl:node[4]/virl:interface[2]"/>
<connection dst="/virl:topology/virl:node[1]/virl:interface[1]" src="/virl:topology/virl:node[3]/virl:interface[3]"/>
<connection dst="/virl:topology/virl:node[4]/virl:interface[3]" src="/virl:topology/virl:node[1]/virl:interface[2]"/>
<connection dst="/virl:topology/virl:node[2]/virl:interface[1]" src="/virl:topology/virl:node[4]/virl:interface[4]"/>
<connection dst="/virl:topology/virl:node[3]/virl:interface[4]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
</topology>
Loading…
Cancel
Save