HowTo add Nokia VSR

Moderator: mike

Post Reply
mamundson
Posts: 1
Joined: Wed Jul 12, 2017 4:28 pm

HowTo add Nokia VSR

Post by mamundson » Mon Jul 17, 2017 4:14 pm

I have followed the instructions for this HowTo but do not get the option to add the Nokia 7750 CPM or IOM. I only get the option to add a VSR-1 and those nodes have no capabilities. See below

A:VSR# show
- show

bof - Display boot options file information
system + Display system information

A:VSR# configure
^
Error: Bad command.

I have not added a valid license for 14 or 15 since I am still waiting on the upgrade order.
Version: TiMOS-SR-14.0.R7-vm.zip

rifster
Posts: 21
Joined: Wed Mar 22, 2017 8:14 am

Re: HowTo add Nokia VSR

Post by rifster » Mon Jul 17, 2017 8:46 pm

Hi,
If you followed the steps there is an error in point where you create symlinks to CPM/IOM hda.qcow2 files. I bet if you check your /opt/unetlab/addons/qemu/timos-14.0.R7 folder you will find 2 symlinks inside, next to the hda file.

Try this instead:

Code: Select all

ln -s /opt/unetlab/addons/qemu/timos-14.0.R7 /opt/unetlab/addons/qemu/timoscpm-14.0.R7
ln -s /opt/unetlab/addons/qemu/timos-14.0.R7 /opt/unetlab/addons/qemu/timosiom-14.0.R7
Now CPM/IOM should become active on the drop-down list when you create new nodes.

You need valid license for release 14 and 15. Otherwise keyword configure is not available.

PS. Next time search the forum, all above has already been said... http://www.eve-ng.net/forum/viewtopic.php?f=5&t=639

Post Reply