Page 1 of 1

Enable the SMBIOS and Qemu Line on Nokia (Alcatel) Devices

Posted: Tue Mar 21, 2017 7:56 pm
by jpingitore
In order to emulate the Nokia (Alcatel) vSR in different ways, we need to have an option to include smbios lines and qemu lines:

Here is qemu wrapper with smbios and qemu options.

starting /opt/unetlab/wrappers/qemu_wrapper -T 0 -D 5 -t "7750SR_CPM5A" -F /opt/qemu/bin/qemu-system-x86_64 -d 0 -- -device e1000,netdev=net0,mac=50:00:00:05:00:00 -ne
tdev tap,id=net0,ifname=vunl0_5_0,script=no -device e1000,netdev=net1,mac=50:00:00:05:00:01 -netdev tap,id=net1,ifname=vunl0_5_1,script=no -smp 2 -m 2048 -name 7750SR_CPM5A -uuid xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -hda hda.qcow2 -machine type=pc,accel=kvm -serial mon:stdio -nographic -nodefconfig -nodefaults -rtc base=utc -smbios type=1,product=\"TIMOS:slot=A chassis=SR-12
card=cpm5 " > /opt/
unetlab/tmp/0/b649e067-95a6-4c4a-abae-6a7572331121/5/wrapper.txt 2>&1 &

The smbios and qemu should be a editable fields in the add device.

Look the picture:
request.png

Re: Enable the SMBIOS and Qemu Line on Nokia (Alcatel) Devices

Posted: Wed Mar 22, 2017 11:25 am
by ecze
It is planned...

Regards,

E.

Re: Enable the SMBIOS and Qemu Line on Nokia (Alcatel) Devices

Posted: Wed Mar 22, 2017 7:13 pm
by mike
We plan to take a look at the changes here, improve and implement

https://github.com/kivancimer/unetlab

We'll work closely with one of the Nokia/Alcatel tech to improve that.

Re: Enable the SMBIOS and Qemu Line on Nokia (Alcatel) Devices

Posted: Thu Apr 13, 2017 5:33 pm
by tdk
I think If we create a template for each type equipment or chassis model it will be unmanageble. Also when a card type released templates will need modify.
Only SMBIOS may be change in QEMU string. We can edit this in one template with changes in node add dialog.
My suggest dialog is in attahment.

Re: Enable the SMBIOS and Qemu Line on Nokia (Alcatel) Devices

Posted: Wed Apr 19, 2017 4:36 pm
by tdk
tdk wrote:
Thu Apr 13, 2017 5:33 pm
I think If we create a template for each type equipment or chassis model it will be unmanageble. Also when a card type released templates will need modify.
Only SMBIOS may be change in QEMU string. We can edit this in one template with changes in node add dialog.
My suggest dialog is in attahment.

If there is a listbox on the cisco devices to select the card should also be in Alcatel.

Re: Enable the SMBIOS and Qemu Line on Nokia (Alcatel) Devices

Posted: Thu May 18, 2017 12:13 pm
by rifster
Hi,
Is there an estimated date/release when this feature is going to be implemented? Thanks!