I also want to add the HCL Switches to EVE.
HCL is something like GNS3, it creates a .net File were the topology is written and what ports are connected
to the virtual Switches that are Running in VirtualBox. The VirtualBox Machine it self only has 8 Ethernet Ports.
I managed to convert all Disk, but inside the VirtualBox Configuration file there is an serial Configuration that is needed
for the Switch to boot correctly, so my switch also does not boot.
My suggestion was to run these Switches inside of eve with VirtualBox but then i donˋt know how to connect
the Switches with eachother i.e. the 2 tengig ports for IRF. In HCL you just take the 10Gig ports and connect them.
Hope someone has an idea and can help.
I will try to post the needed Output in a few minutes.
the net-File looks like this:
Code: Select all
autostart = False
version = 2.1.0
[vbox 127.0.0.1:16600]
workingdir = None
udp = 16000
[[S5820V2-54QS-GE S5820V2-54QS-GE_1]]
image = .
device_id = 1
bridge_mac = 6a-14-43-78-01-00
slot0 = S5800 512
XGE_0/49 = S5820V2-54QS-GE_2 XGE_0/49
XGE_0/50 = S5820V2-54QS-GE_2 XGE_0/50
x = -236.0
y = -121.0
z = 5.0
[[S5820V2-54QS-GE S5820V2-54QS-GE_2]]
image = .
device_id = 2
bridge_mac = 6a-01-b6-13-02-00
slot0 = S5800 512
XGE_0/49 = S5820V2-54QS-GE_1 XGE_0/49
XGE_0/50 = S5820V2-54QS-GE_1 XGE_0/50
x = -92.0
y = 62.0
z = 5.0
the Reason why the router does not boot is this config of Virtualbox:
Code: Select all
<ExtraData>
<ExtraDataItem name="VBoxInternal/Devices/pcbios/0/Config/DmiBoardProduct" value="id=1 type=2100 slot=0 dev=58 macAddr=6a-14-43-78-01-00"/>
<ExtraDataItem name="VBoxInternal/Devices/pcbios/0/Config/DmiBoardSerial" value=""/>
</ExtraData>