From 0b3644df151b27a933bb881640cc5d717ca69650 Mon Sep 17 00:00:00 2001
From: Sebastian Rieger <sebastian.rieger@informatik.hs-fulda.de>
Date: Fri, 6 Jan 2017 10:31:35 +0100
Subject: [PATCH] Changed vEOS image to 4.14 to fix serial console

---
 .../advcompnet-lab1-dcn-scenario1.virl                | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/GIT-VIRL-HS-Fulda/Advanced Computer Networks (Master AI)/advcompnet-lab1-dcn-scenario1.virl b/GIT-VIRL-HS-Fulda/Advanced Computer Networks (Master AI)/advcompnet-lab1-dcn-scenario1.virl
index abaa1f4..fb70038 100644
--- a/GIT-VIRL-HS-Fulda/Advanced Computer Networks (Master AI)/advcompnet-lab1-dcn-scenario1.virl	
+++ b/GIT-VIRL-HS-Fulda/Advanced Computer Networks (Master AI)/advcompnet-lab1-dcn-scenario1.virl	
@@ -1,9 +1,9 @@
 <?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">
+<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">
     <extensions>
         <entry key="management_network" type="String">exclusive</entry>
     </extensions>
-    <node name="veos-1" type="SIMPLE" subtype="vEOS" location="413,31" ipv4="10.10.10.10">
+    <node name="veos-1" type="SIMPLE" subtype="vEOS" location="413,31" vmImage="vEOS-4.14.16M [76258b5e-a0f1-4068-84d0-1f8b3d2a3602]" ipv4="10.10.10.10">
         <extensions>
             <entry key="Auto-generate config" type="Boolean">false</entry>
             <entry key="config" type="String">! device: vEOS-1 (vEOS, EOS-4.14.2F)&#xD;
@@ -52,7 +52,7 @@ end&#xD;
         <interface id="2" name="Ethernet3"/>
         <interface id="3" name="Ethernet4"/>
     </node>
-    <node name="veos-2" type="SIMPLE" subtype="vEOS" location="218,127" ipv4="10.10.10.20">
+    <node name="veos-2" type="SIMPLE" subtype="vEOS" location="218,127" vmImage="vEOS-4.14.16M [76258b5e-a0f1-4068-84d0-1f8b3d2a3602]" ipv4="10.10.10.20">
         <extensions>
             <entry key="Auto-generate config" type="Boolean">false</entry>
             <entry key="config" type="String">! device: vEOS-2 (vEOS, EOS-4.14.2F)&#xD;
@@ -109,7 +109,7 @@ end&#xD;
         <interface id="4" name="Ethernet5"/>
         <interface id="5" name="Ethernet6"/>
     </node>
-    <node name="veos-3" type="SIMPLE" subtype="vEOS" location="611,127" ipv4="10.10.10.30">
+    <node name="veos-3" type="SIMPLE" subtype="vEOS" location="611,127" vmImage="vEOS-4.14.16M [76258b5e-a0f1-4068-84d0-1f8b3d2a3602]" ipv4="10.10.10.30">
         <extensions>
             <entry key="Auto-generate config" type="Boolean">false</entry>
             <entry key="config" type="String">! device: vEOS-3 (vEOS, EOS-4.14.2F)&#xD;
@@ -166,7 +166,7 @@ end&#xD;
         <interface id="4" name="Ethernet5"/>
         <interface id="5" name="Ethernet6"/>
     </node>
-    <node name="veos-4" type="SIMPLE" subtype="vEOS" location="413,221" ipv4="10.10.10.40">
+    <node name="veos-4" type="SIMPLE" subtype="vEOS" location="413,221" vmImage="vEOS-4.14.16M [76258b5e-a0f1-4068-84d0-1f8b3d2a3602]" ipv4="10.10.10.40">
         <extensions>
             <entry key="Auto-generate config" type="Boolean">false</entry>
             <entry key="config" type="String">! device: vEOS-4 (vEOS, EOS-4.14.2F)&#xD;
@@ -215,6 +215,7 @@ end&#xD;
         <interface id="2" name="Ethernet3"/>
         <interface id="3" name="Ethernet4"/>
     </node>
+    <annotations/>
     <connection dst="/virl:topology/virl:node[1]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[1]"/>
     <connection dst="/virl:topology/virl:node[1]/virl:interface[2]" src="/virl:topology/virl:node[2]/virl:interface[2]"/>
     <connection dst="/virl:topology/virl:node[3]/virl:interface[1]" src="/virl:topology/virl:node[2]/virl:interface[3]"/>
-- 
GitLab