Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image RemovedImage Added

Download:  https://www.juniper.net/support/downloads/?p=vmx

https://www.juniper.net/documentation/en_US/vmx17.4/topics/concept/vmx-architecture.html

Image Added

cd /var/tmp/

wget "https://cdn.juniper.net/software/vmx/17.3R1.10/vm x-bundle-17.3R1.10.tgz?SM_USER=jkriker&__gda__=1515493714_7a8ffdsfsadfsadf7a8.........." -O vmx-bundle-17.3R1.10.tgz

wget "https://cdn.juniper.net/software/vmx/17.4R1.16/vmx-nested-17.4R1.16-9.vmdk?SM_USER=jkriker&__gda__=152137......." -O vmx-nested-17.4R1.16-9.vmdk


tar -zxvf vm x-bundle-17.3R1.10.tgz

...

https://www.juniper.net/documentation/en_US/vmx17.4/topics/task/installation/vmx-use-cases-installing.html

Edit the config/vmx.conf 


#Configuration on the host side - management interface, VM images etc.

...

    identifier                : vmx1   # Maximum 4 characters
    host-management-interface : eth0
    routing-engine-image      : "/home/vmx/vmxlite/images/junos-vmx-x86-64.qcow2"
    routing-engine-hdd        : "/home/vmx/vmxlite/images/vmxhdd.img"
    forwarding-engine-image   : "/home/vmx/vmxlite/images/vFPC.img"


#External bridge configuration
BRIDGES:
- type : external
name : br0           #br-ext # Max 10 characters

...