Menu Close

Unified Network Lab: How to run Juniper Junos vMX 14.1.R1

This document describes step by step how to install Unified Network Lab (UNetLab ) and how to run Juniper vMX in the UNetLab.

Keywords: Unified Network Lab, UNetLab, Junos, Juniper, vMX.

Author:​ Daniel Zvolenský

 

1. Requirements

We need to install following softwares:

UNetLab: Download the latest version of UNetLab @ http://www.unetlab.com/download/index.html. It is an .ova file.

VM Ware Player: Download and install the VM Ware Player version 6 or later. The official source is available at  https://my.vmware.com/web/vmware/downloads. I'm using VMware Workstation 12.0.1 Player for Windows 64-bit operating systems.

WinSCP: Download and install WinSCP @ https://winscp.net/eng/index.php

Junos vMX v14.1R1: Download Junos vMX.vdi version 14.1R1. The official source is listed below: https://www.juniper.net/support/downloads/?p=vmx#sw or there is a 60days testing vMX at  http://www.juniper.net/us/en/dm/free-vmx-trial/

PuTTy: Download and install PuTTy @ http://www.putty.org/

 

Note:

  • Virtualbox does not work.
  • 2016-November-Virtualbox works too
  • 2016-December: This guide works for Windows 10 64bit, Linux Mint 64 bit

    • It also works, or allows to run (tested), Cisco 7200 15.4, Junos vMX 12.1, Junos vSRX 15.1

 

2. Install the UNetLab via VM Ware Player

 

2.1 Now we will import the unetlab .ova machine, so click on Player => File => Open => Unified Network Lab.ova

unetlab2

 

2.2    Name for the new virtual machine:        UNetLab
Storage path for a new virtual machine:         <PATH>

unetlab3

 

2.3    Hit Import and then Accept the license to complete the import of the UNetLab.

unetlab4

 

importing will start

unl5

 

after sucesfull import we may see

unl6

 

2.4    Right click => Settings

unl7
 

2.5    Adjust processors, memory, network adapters and number of disks. By default the UNetLab is configured with 1 vCPU, 1GB of RAM and 1 NIC. Finally enable under Processors the Virtualize Intel VT-x/EPT or AMD-V/RVI feature.

unl8

 

2.6 Once you are completed with settings hit OK and then Play virtual machine

3. UNetLab boot configuration

Boot the machine, if the screen is black, just press Enter.

unl8.2

 

3.1 You will be prompted to login.
unl01 login: root
Password:  unl
unl9

 

3.2 Set up a new root password (type it twice).

unl10

 

3.3 Type the hostname (default us unl01unl01).

unl11

 

3.4 Type the DNS domain name for the system (use default example.comexample.com).

unl12

 

3.5 Use DHCP or Static IP Address for the network adapter on Management Network (use default dhcp).

unl13

 

3.6 Type the hostname/IP address of NTP for initial clock sync (leave empty).

unl14

 

3.7 Choose how the VM can connect to the Internet (use default direct connection).

unl15

 

the machine will reboot now

 

4. Upgrade UNetLab installation

 
4.1 Hit Enter and type login root and password unl (the password you set at the step 3.2).

unl16

 

4.2 after sucesfull login we will update and upgrade system and UNetLab to the latest version, so type:

 apt-get update


unl17

 

and then

apt-get –y upgrade

 

4.3    If asked for configuration file ‘/etc/issue’. Press Y Yand heit Enter to continue

un;18

 

4.4 GRUB install devices. Use SpaceBar and arrow down to mark each package and press Tab and hit Ok to install all three packages.

unl19

 

4.5    Writing GRUB to boot device failed – continue? Press YesYes.

unl20

 

once finished the prompt will apear, then…

 
4.6 Update and install UNetLab:
 apt-get install unetlab
 
4.7 and then install qemu-system.
 apt-get install qemu-system
 
4.8 Do you want to continue? Press Y.

unl21

 

4.9 Type shutdown -r now , so the virtual machine will restart and after a restart you will be prompted to login again. This step is required for next part of guidance, where we want to know which local IP address is used by UNetLab (see 5.1).

 

5. Upload Juniper vMX 14.1.R1 to UNetLab

 
5.1 Login root and password unl (use the password you set at the step 3.2).
unl22
 
5.2 Open WinSCP and create a new session:
File protocol: SCP,
Host name: 192.168.25.129 (use the IP address from your UNetLab, after the machine reboot an IP address should change),
Port number: 22,
User name: root,
Password: unl (the password you set at the step 3.2) and hit Login.
unl23
 
 
5.3 Continue connecting to.. Hit Yes.
24
 
 
5.4 Copy vMX.vdi from your computer to UNetLab directory /root.
25
 
 
5.5 In the UNetLab (in VM Ware Player) convert .vdi image to .qcow2. Make sure you have downloaded/installed QEMU in the step 4.6.
qemu-img convert -f vdi -O qcow2 vMX.vdi hda.qcow2
26
 
 
5.6 Created a folder named vmx-14.1.R1 under the directory /opt/unetlab/addons/qemu.
27
 
 
5.7 Move hda.qcow2 to the /opt/unetlab/addons/qemu/vmx-14.1.R1/.
28
 
 
5.8 Run permission-fixer script in the UNetLab (in VM Ware Player).
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
29
 
 
 

6. Create a LAB

 
6.1 Open a web-browser and type there http://192.168.25.129 (use the IP address from your UNetLab in the step 5.1).
30
 
 
6.2 Accept Privacy Policy.
31
 
 
6.3 Login into the UNetLab by using credentials admin and unl and hit LOGIN.
32
 
 
6.4 Actions => Add a new lab
32
 
6.5 Actions => Edit this lab
34
 
6.6 Actions => Nodes 
35
 
 
6.7 Add new node(s):
Juniper vMX,
Number of nodes to add: 2,
Image: vmx-14.1.R1,
Name/prefix: vMX,
Icon: router, UUID: ,
CPU: 4 (default 1),
RAM: 1024 (default 2048),
Ethernets: 2 (up to 12),
Delays: 0 (default),
Console: telnet (via PuTTy). 
36
 
6.8 Actions => Networks
37
 
6.9 Right click => Interfaces => Connect node and choose vMX1 To vMX2 => Save.
38
 
39
 
Proceed with same steps for the node vMX2.
 
6.10 Actions => Open this lab
40
 
6.11 Right click => Start. Click on the node to telnet into it. IMPORTANT: run the vMX1 node first and continue with the node vMX2 once the boot-up process is completed. Otherwise, if you started all nodes simultaneously, you end up with vMX boot-loop.
41
 
 
 

7. Initial startup of vMX

 
7.1 The first boot takes quite a long time so be patient. Once the boot-up process is completed and you see the a welcome promt, use login root.
Amnesiac (ttyd0)

login: root
 
7.2 Enter cli and then configure so we can set up the root password.
root@% cli
root> configure
Entering configuration mode

[edit]
root# set system root-authentication plain-text-password
New password:
Retype new password:
 
7.3 Commit (save) the changes.
[edit]
root# commit
commit complete
 

8. Notes

  • Make sure you install QEMU package, which is not included by default.
  • My browser ‘freeze’ on the step 6.1. Once I type the IP address into the web-browser it says ‘Pleas wait’. Go ahead and enable cookie for the IP 192.168.25.129 (from the step 5.1) on your web-browser.
  • shutdown -h now.To shut-down the virtual machine type
 

9. References

[1.] Unified Network Lab <http://www.unetlab.com/>
[2.] How to run Juniper vMX in UNetLab <http://noshut.ru/2015/09/how-to-run-juniper-vmx-in-unetlab/>
[3.] APE-360 Network: 1- Unified Networking Lab UNL<https://www.youtube.com/watch?v=u7v8RikMssY>
5/5 - (1 vote)

1 Comment

  1. generic viagra

    Great article! This is the type of information that are meant to be shared across the internet. Shame on the seek engines for now not positioning this publish upper! Come on over and talk over with my site .
    Thank you =) generic viagra

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.