Request to create a template for Extreme vSLX

Here you can ask EVE-NG team to add new images to the list to play in lab.

Do not ask questions like "where I can get image x or Y" in that forum

Moderator: mike

Post Reply
fight4ccie
Posts: 1
Joined: Thu May 16, 2019 2:08 am

Request to create a template for Extreme vSLX

Post by fight4ccie » Thu May 16, 2019 2:46 am

I can successfully run the vSLX 9540 on virsh but have difficulty to import the VM to EVE-NG. I have tried many times but still not working. Could you help to suggest how to create the template for this VM? Here is the XML for the VM.


<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>PB_1_SW1</name>
<uuid>01b6c601-3b50-4ff5-8231-3fe14ba9e24f</uuid>
<memory unit='KiB'>8388608</memory>
<currentMemory unit='KiB'>8388608</currentMemory>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='pc-q35-2.10'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/VM/templates/snapsh/SW1/PB4000.img'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</disk>
<controller type='pci' index='0' model='pcie-root'/>
<controller type='pci' index='1' model='dmi-to-pci-bridge'>
<model name='i82801b11-bridge'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/>
</controller>
<controller type='pci' index='2' model='pci-bridge'>
<model name='pci-bridge'/>
<target chassisNr='2'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x0e' function='0x0'/>
</controller>
<controller type='usb' index='0' model='nec-xhci'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</controller>
<controller type='sata' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
</controller>
<interface type='bridge'>
<mac address='52:54:00:a6:f5:c1'/>
<source bridge='br0'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<interface type='ethernet'>
<mac address='00:11:22:aa:bb:00'/>
<script path='/VM/qemu-link'/>
<target dev='TSW1000'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
</memballoon>
</devices>
<qemu:commandline>
<qemu:arg value='-device'/>
<qemu:arg value='cpci,bus=pci.1,addr=1,lib=libpbsysfpga.so,args=chip_version{0x16052462}model_id{4000}hw_rev{2}chassis_id{SW1}eeprom_parent_dir{/VM/templates/snapsh}'/>
<qemu:arg value='-device'/>
<qemu:arg value='cpci,bus=pci.2,addr=1,lib=libpcid-linux-64.so,args=devname{88375}'/>
</qemu:commandline>
</domain>

ratza2k
Posts: 4
Joined: Mon Mar 04, 2019 4:48 pm

Re: Request to create a template for Extreme vSLX

Post by ratza2k » Thu Dec 15, 2022 3:01 pm

+1 on this request, any updates since 2019?

Post Reply