Nokia (Alcatel-Lucent) Virtual 7750 SR (VRR - VSR, TiMOS) First Boot Provisioning - Networking in A Service Provider Way

17/2/2017 Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Pro

Views 56 Downloads 21 File size 395KB

Report DMCA / Copyright

DOWNLOAD FILE

Recommend stories

Citation preview

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way

Nokia (Alcatel-Lucent) virtual 7750 SR (vRR/vSR, TiMOS) 韝�rst boot provisioning

I advertised to you recently another great virtual lab environment – Unified Networking Lab – with tools like that one I practiced the cool technologies of AlcatelLucent Service Routing platform and prepared to many certification exams. And I encourage you to go the same way, not just read the books and force the dumps, but actually build a topology and walk through interesting scenarios. If you boot a Cisco router like 7210 one, or even Juniper vMX, you could configure some interfaces, protocols and so on right away. With Alcatel-Lucent 7750 SR this approach doomed to fail, you should know how bring to life 7750 virtual Service Router (vSR) once you booted it before any further configuration steps. And this short post will be just about that, what should you configure on 7750 SR after the first boot to make it running with Unetlab or GNS3?   Once you boot a virtual Alcatel-Lucent 7750 SR router it comes up with a crystal clear configuration. To provision it with basic and necessary configuration follow these steps.

Configure router’s name Everyone wants to have a name, and routers are no exception: 1 A:vRR# configure system name ALU_R1 2 *A:ALU_R1#

Provision hardware Virtual Alcatel-Lucent 7750 SR router emulates 7750 SR-12 model and uses the common for this series hardware decomposition: two Switch Fabric Modules (SFM) are installed in slots A and B 10 slots are available for Input/Output Modules (IOM) Each IOM can hold up to two Media Dependent Adapters (MDA) Default configuration has no IOMs and MDAs provisioned, but has one SFM provisoned in slot A. And system tells us that it feels IOM (

iom3‐xp‐b

) in its slot #1:

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

1/11

17/2/2017 1 2 3 4 5 6 7 8 9 10 11 12 13 14

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way

*A:ALU_R1# show card   =============================================================================== Card Summary =============================================================================== Slot   Provisioned Type                            Admin Operational   Comments            Equipped Type (if different)            State State ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ 1      (not provisioned)                           up    unprovisioned            iom3‐xp‐b A      sfm4‐12                                     up    up/active B      sfm4‐12                                     up    down/standby            (not equipped) ===============================================================================

So, we have SFM – which is Central Processing Module for control plane operations and IOM for data plane, but IOM is not provisioned, fix it: 1 2 3 4 5 6 7 8 9 10 11 12

*A:ALU_R1# configure card 1 *A:ALU_R1>config>card# card‐type "iom3‐xp‐b" *A:ALU_R1>config>card# mda 1 mda‐type "m5‐1gb‐sfp‐b" *A:ALU_R1>config>card# info ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐         card‐type iom3‐xp‐b         mda 1             mda‐type m5‐1gb‐sfp‐b             no shutdown         exit         no shutdown ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐

This configuration emulates MDA with 5 Gigabit Ethernet ports in it, which means you can use ports from

1/1/1

 to

1/1/5

.

You cant use more that 5 GE ports with current release of Virtual 7750 SR.

Bring ports to life If you try and configure some interfaces you would fail on the port binding procedure because your ports are in  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

admin down

 state:

*A:ALU_R1# show port   =============================================================================== Ports on Slot 1 =============================================================================== Port        Admin Link Port    Cfg  Oper LAG/ Port Port Port   C/QS/S/XFP/ Id          State      State   MTU  MTU  Bndl Mode Encp Type   MDIMDX ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ 1/1/1       Down  No   Down    8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/2       Down  No   Down    8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/3       Down  No   Down    8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/4       Down  No   Down    8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/5       Down  No   Down    8936 8936    ‐ netw null xcme   GIGE‐LX  10KM   ===============================================================================

Time to resurrect them: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

*A:ALU_R1# configure port 1/1/[1..5] no shutdown *A:ALU_R1# show port   =============================================================================== Ports on Slot 1 =============================================================================== Port        Admin Link Port    Cfg  Oper LAG/ Port Port Port   C/QS/S/XFP/ Id          State      State   MTU  MTU  Bndl Mode Encp Type   MDIMDX ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ 1/1/1       Up    Yes  Up      8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/2       Up    Yes  Up      8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/3       Up    Yes  Up      8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/4       Up    Yes  Up      8936 8936    ‐ netw null xcme   GIGE‐LX  10KM 1/1/5       Up    Yes  Up      8936 8936    ‐ netw null xcme   GIGE‐LX  10KM   ===============================================================================

Now you are ready to go!

Copy-Paste for a quick provisioning Dont waste your time on routines, just copy this config and paste it to the booted router’s CLI, and you are good to go. 1 2 3 4 5 6 7 8 9 10

/configure card 1         card‐type iom3‐xp‐b         mda 1             mda‐type m5‐1gb‐sfp‐b             no shutdown         exit         no shutdown     exit   /configure port 1/1/[1..5] no shutdown

  http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

2/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way

   

About   Latest Posts

Roman Dodin

Network engineer at Nokia

Eagerness to learn multiplied by passion to share. You can reach me at LinkedIn

53 Comments

noshut

  Recommend

⤤ Share

1 

Login

Sort by Oldest

Join the discussion… lukman prihandika • a year ago

nice info UNL supporting vSR now, which version of timos did you try and is it supporting till last version ?

△   ▽ • Reply • Share › Roman Dodin 

Mod   > lukman prihandika  •  a year ago

Both R12 and R13 are supported

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

Hi Roman: I've just added R13 and won't boot. I've R12 as well and working great. No problems. Added R13 following exact procedures for R12. /opt/unetlab/addons/qemu/timos­12.0.R6/hda.qcow2 /opt/unetlab/addons/qemu/timos­13.0.R6/hda.qcow2 Is there some special tweaks I need to do to make R13 work?

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

Hi! Do you have any output from R13? Or all you see is just a black screen? With R13 its necessary to have KVM and ­enable­kvm option in timos.php template

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

Here is what is see and looks like something to do with "x2apic is required": Press any key to stop auto­boot... 0 auto­booting... boot device : ata=0,2 unit number : 0  processor number : 0  host name : 0.0.0.0 file name : cf3:/timos/i386­boot.tim ftp password (pw) : ***** flags (f) : 0x8  target name (tn) : vRR startup script (s) : pl=1 other (o) : sr12#niente_a_r2_6f,lava_r3|22|0 Booting from ata=0,2:cf3:/timos/i386­boot.tim Loading cf3:/timos/i386­boot.tim ... see more

△  ▽

• Reply • Share ›

Roman Dodin 

Mod   > Kwame  •  a year ago

What hardware platform do you use? Is it a workstation/baremetal server? Do you run unetlab in vmware/virtualbox or you run it natively under Ubuntu? Your answers can help me to localize the possible issue, but in the meantime you can try to edit qemu_options parameter in the timos.php file (lcoated here /opt/unetlab/html/templates/timos.php) in this way:

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

3/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way timos.php file (lcoated here /opt/unetlab/html/templates/timos.php) in this way: $p['qemu_options'] = ' ­enable­kvm ­serial mon:stdio ­nographic ­nodefconfig ­nodefaults ­rtc base=utc ­no­shutdown ­boot order=c

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

baremetal install. will try the qemu options was in so much rush I've screwed up the "timos.php" file. did not save it properly so it truncated. the lines after the $p['qemu_options'] is all gone :( and in my haste & excitement did not backup the original file. bummer.  no way I can reconstruct that file so I probably have to reinstall unetlab. just gonna take up some time.

△   ▽ • Reply • Share › Kwame > Kwame • a year ago

Reinstalled unetlab and tried your suggestion editing the timos­php file enable­kvm. no luck. now the nodes won't even start and in fact my other R12 nodes won't start as well. I removed the ­enable­kvm parameter and still none of the nodes will start (both R12 and R13). May have to do a reinstall again to get my R12 nodes to work.

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

1) well, now we need to go deeper and see if your HW supports KVM virtualization to ensure that it does you need to run cat /proc/cpuinfo | grep svm cat /proc/cpuinfo | grep vmx if any of the commands produces output ­ you have vurtualization HW support, which is good. 2) see if x2apic is supported cat /proc/cpuinfo | grep x2apic post your results here for reference If your processor does not support x2apic (nothing grepped from cpuinfo), then I am afraid you wont be able to run TiMOS R13, since x2apic seems like somewhat necessary.

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

cat /proc/cpuinfo | grep svm: produced a ton of output cat /proc/cpuinfo | grep vmx: no output all cat /proc/cpuinfo | grep x2apic: no output at all I've switched to an Intel box now and same result. halts with the "x2apic is required" message On this intel box: cat /proc/cpuinfo | grep svm: no output cat /proc/cpuinfo | grep vmx: produced a ton of output cat /proc/cpuinfo | grep x2apic: no output I added "­enable­kvm" to the "timos.php" and it broke both R12 & R13. Nodes won't even start. Put back original script, no change. Only way I know to recover is to uninstall unetlab and reinstal :(

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

Still can't run R13 despite switching to a haswell proc. model : 63 model name : Intel(R) Xeon(R) CPU E5­2695 v3 @ 2.30GHz Has x2apic support but boot process still hanging at: TiMOS BOOT LOADER  platformVmRestrict: unsupported apic mode (0) x2apic is required HALT SYSTEM

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

Ok, since now we have almost identical HW platform setup you should try to modify timos.php (https://drive.google.com/file/... make a backup of original timos.php.

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

I can suggest you to check if KVM virtualization actually enabled by your server http://askubuntu.com/a/104024 and check your servers BIOS setup, is virtualization technique enabled (VT or some setting with "virtualization" word in it) http://askubuntu.com/a/256853

△   ▽ • Reply • Share › http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

4/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way Kwame > Roman Dodin • a year ago

It works! First, removed these lines from timos.php (rifster posting clued me to this): if (function_exists('isVirtual') && isVirtual()) {  $p['qemu_options'] = '­machine type=pc­1.0,accel=tcg'; } else { $p['qemu_options'] = '­machine type=pc­1.0,accel=kvm'; } Next, added ­enable­kvm to the qemu options. Thanks for all your help!

△   ▽ • Reply • Share › Mahesh Modak > Kwame • 3 months ago

This bombed everything. Below inputs given by rasputinlv worked like charm. " I had same issue, and found fix worked for me by changing this line: ­machine type=pc now all versions start just fine " I am using HPE 380 Gen9 server with 64GB RAM, RHEL 7.2 OS.

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

Maybe you have AMD processor? With AMD you wont be able to run R13

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

yes processor is AMD: AMD Opteron(tm) Processor 6378

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

just see this message on my linux host machine: kvm vcpu0 disabled perfctr wrmsr: 0xc1 data 0x0

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

I'm afraid you won't be able to run R13 with AMD proc. i suggest you to find intel powered server, with intel you will be able to run every image

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

Have tried it on Intel box with same result: Intel(R) Xeon(R) CPU W3550 @ 3.07GHz Also, I see this on my linux host screen: kvm vcpu0 disabled perfctr wrmsr: 0xc1 data 0x0 By the way what are the specs for what you are using? Perhaps I should go get the same :­)

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

What your Intel box says when you ask it for cat /proc/cpuinfo | grep x2apic? We use HP gen8 1Unit server with Xeon CPUs as well

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

no output when I grep for x2apic. do you get any output on yours?

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

yep, I have x2apic supported. Actually see what model number of Intel's Xeon do you hava? cat cpuinfo one more time and look for Model number. I have model 58, which is converted to 0x3A and corresponds to Ivy Bridge microarchitecture (see the table https://software.intel.com/en­...

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

5/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way What model do you have? x2apic is supported since Nehalem architecture

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

I have model 26. Darn it. Too old I guess.

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

Maybe you should try add this string to qemu parameters for timos '­cpu host', I cant tell for sure that this will help, but worth trying

△   ▽ • Reply • Share › Kwame > Roman Dodin • a year ago

Tried it and it bombed everything like before. Nodes won't start. I guess I need to go get myself some new Intel procs.

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Kwame  •  a year ago

Sadly, yes. But a new baremetal is worth the budget.

△   ▽ • Reply • Share › rasputinlv > Kwame • 9 months ago

I had same issue, and found fix worked for me by changing this line: ­machine type=pc now all versions start just fine I have dual Xeons and bare metal install. Love it....

△   ▽ • Reply • Share › pang jian > Roman Dodin • 7 months ago

timos­13.0R6 Can you give me download link? thank you!!!

△   ▽ • Reply • Share › Ruzsinszky Attila • 10 months ago

Hi, I think my vSR­OS is older (maybe R6?). Can I use more than 5 interfaces with that version? If yes, how? When I "plugged in" new cards/mdas I got "not equipped or provisioned". TIA,

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Ruzsinszky Attila  •  10 months ago

Hi. No, you can not. 5 interfaces is all you have with this virtual image. But you can use vlans for adding more interfaces

△   ▽ • Reply • Share › Ruzsinszky Attila > Roman Dodin • 10 months ago

OK. Thank you for your information! I don't know but something happened with my VM: *A:R1# show uptime  System Up Time : 0 days, 21:06:57.34 (hr:min:sec) ;­)

△   ▽ • Reply • Share › Ruzsinszky Attila • 10 months ago

Can I run this vSR­OS image under an intel Celeron Core2 processor? I think not. Always rebooting before login: prompt.

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Ruzsinszky Attila  •  9 months ago

it really depends on what virtualization capabilities does this proc have. and what release are going to be booted

△   ▽ • Reply • Share › Ruzsinszky Attila • 10 months ago

And another question: Why so slow the response from the router if I connected to it by telnet or ssh? It seems like a 1200 or 2400 bps modem line ...

△   ▽ • Reply • Share › rasputinlv • 9 months ago

HI Roman.

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

6/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way I have question on 14Rx VM versions. It starts up "fine", but it's kind off empty, I can't run almost any command.  Can't get to configure mode, can't show card, etc... Am I doing something wrong? or something wrong with 14Rx VMs? Thanks an advance.

△   ▽ • Reply • Share › Roman Dodin 

Mod   > rasputinlv •  9 months ago

Hi! For 14 releases you need to have a valid license to be able to configure something. So ­­ sad fact ­­ its unusable without a license

△   ▽ • Reply • Share › rasputinlv > Roman Dodin • 9 months ago

wow, ok....  thanks for your reply.

△   ▽ • Reply • Share › Mahesh Modak > Roman Dodin • 3 months ago

Hi Roman, Can you tell me how to load a valid license file in 14Rx & 13Rx VM versions???

△   ▽ • Reply • Share › Victor R Sanchez M • 9 months ago

Hello Roman Dodin I'd like to thank you for all your excellent posts, and ask you a question: I've tried to provision multiple different Cards and MDAs and always getting Ghost states, the only combination that seems to work is the one that you are providing here. The reason that I ask is because I ran into an issue trying to set up SAPs for my EPIPE services. SAPs only take access ports, but it won't let me assign an acces port to an interface because it says there's a mismatch (network/access) between the port and the interface. A:ALU3>config>router>if# port 1/1/1  INFO: PIP #1208 Mismatch between the port mode and the interface type ­ port mode access, interface type network Is there a way around this ? I'm very new to Alcatel. This is the one I'm running: TiMOS­B­12.0.R6 both/i386 ALCATEL SR 7750 Copyright (c) 2000­2014 Alcatel­Lucent.  All rights reserved. All use subject to applicable license agreements. Built on Tue Sep 30 11:10:17 PDT 2014 by builder in /rel12.0/b1/R6/panos/main Thank you !

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Victor R Sanchez M •  9 months ago

Hi Victor,  you are right, for vSROS this is the only option of configuring cards and mdas ­­ 1 MDA with 5 ports at max. show me your whole config for this case, I cant say what is wrong judging by only this info

△   ▽ • Reply • Share › Victor R Sanchez M > Roman Dodin • 9 months ago

Thank you for getting back at me Roman, so I'm trying to set up an l2vpn between CE1 and CE2, the pseudowire would be between CSR1 and ALU3, this is what I have so far: ALU3 config: port 1/1/1 ethernet encap­type dot1q mode access exit no shutdown router  interface "Gi1:1050" (here, when I try to assign port 1/1/1:1050 to this interface, I get the error saying mismatch between port mode and inter type, I can't change the port to network because the SAPs requiere the ports to be access, and I can't find any option to change the interface to "access") no shutdown exit interface "Gi2" see more

△  ▽

• Reply • Share › Roman Dodin 

Mod   > Victor R Sanchez M •  9 months ago

to bind a sap to an interface you should have `service epipe` configured. You cant bind sap to a interface under configure­>router­ >interface

△   ▽ • Reply • Share › http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

7/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way Victor R Sanchez M > Roman Dodin • 9 months ago

Yes, as showed on my previous reply: epipe 1050 customer 1 create description "1050­P2P­CKT" sap 1/1/1:1050 create exit

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Victor R Sanchez M •  9 months ago

Yes, and you do not need to bind this port to the network interface

△   ▽ • Reply • Share › Victor R Sanchez M > Roman Dodin • 9 months ago

Mmm.. okay then my problem must be somewhere else.. I'll keep looking, thank you Roman !

△   ▽ • Reply • Share › Masood • 3 months ago

Hi, I am trying to setup SR 7750 v14 over Virtualbox and also tried vmware as well. When I trigger a first boot, I only see Booting... and nothing else.  Is there anything that I am missing here? Regards,

△   ▽ • Reply • Share › Mahesh Modak • 3 months ago

Hi Roman Dodin, I successfully imported Alcatel 7750 SR TiMOS 13.0.R9 &  14.0.R5 in UNL. However, after logging into the device, when i fire   commands "show card", "show mda" & "show port", nothing appears. Can you tell me how to add IOM & MDA in these images. They are not present by default like TiMOS 12.0.R6/R8 vSIM images. Can you tell me how to load a valid license file in 14Rx & 13Rx VM versions??? I am running UNL on VMWare Workstation on CentOS 7 over 64GB RAM server

△   ▽ • Reply • Share › Roman Dodin 

Mod   > Mahesh Modak •  3 months ago

Hi there! Last listing at this post shows what commands need to be entered to configure IOM and ports. Though for SR OS v.14+ you need to have a valid license to be able to enter into configuration mode

△   ▽ • Reply • Share › Mahesh Modak > Roman Dodin • 3 months ago

Hi Roman, I am aware about the commands as I too work on the same platform. Apologies if my query was ambiguous. When I fire a command 'show card', it turns up blank output. There is no card entry which is 'unprovisioned'. Looks something like this.. *A:VRR­1# show card =============================================================================== Card Summary =============================================================================== Slot Provisioned Type Admin Operational Comments Equipped Type (if different) State State ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ =============================================================================== Will loading the license file solve this issue??

△   ▽ • Reply • Share › Load more comments

ALSO ON NOSHUT

Unified Networking Lab for Nokia (Alcatel­Lucent), Juniper, Cisco and many more… 8 comments • a year ago•

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

How to run Juniper vMX in UNetLab 24 comments • a year ago•

Mihai — VMX Phase2 (2xVMs) works for me like this in case anyone is

8/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way

baz00r — I appear to have it working now. I was connecting a linux node

interested (I might make a tutorial later on) as there's no article …

inside UNL to the management interface, VNC to the linux …

Using guestfish to modify VM disk image

Yang Explorer in a Docker container

2 comments • 6 months ago•

2 comments • a month ago•

Roman Dodin — Thanks Anton,valuable info!

Roman Dodin — Hi, There is already some info on Ansible for SROS ­­

http://karneliuk.com/2016/12/a...

✉ Subscribe d Add Disqus to your site Add Disqus Add

🔒 Privacy

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

9/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

10/11

17/2/2017

Nokia (Alcatel­Lucent) virtual 7750 SR (vRR/vSR, TiMOS) first boot provisioning | Networking in a Service Provider way

http://noshut.ru/2015/09/alcatel­lucent­7750­sr­timos­first­boot­provisioning/

11/11