|
|
@ -1,10 +1,11 @@ |
|
|
|
<?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"> |
|
|
|
<extensions> |
|
|
|
<entry key="Auto-generate config" type="Boolean">false</entry> |
|
|
|
<entry key="config" type="String">! device: vEOS-1 (vEOS, EOS-4.14.2F)
 |
|
|
|
!
 |
|
|
|
! boot system flash:/vEOS.swi
 |
|
|
@ -13,7 +14,7 @@ |
|
|
|
!
 |
|
|
|
transceiver qsfp default-mode 4x10G
 |
|
|
|
!
 |
|
|
|
hostname vEOS-1
 |
|
|
|
hostname veos-1
 |
|
|
|
!
 |
|
|
|
spanning-tree mode rapid-pvst
 |
|
|
|
!
 |
|
|
@ -55,7 +56,6 @@ no ip routing
 |
|
|
|
!
 |
|
|
|
end
 |
|
|
|
</entry> |
|
|
|
<entry key="Auto-generate config" type="Boolean">false</entry> |
|
|
|
</extensions> |
|
|
|
<interface id="0" name="Ethernet1"/> |
|
|
|
<interface id="1" name="Ethernet2"/> |
|
|
@ -265,6 +265,7 @@ end
 |
|
|
|
<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]"/> |
|
|
|