Versions Compared

Key

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


cd /var/tmp/

...

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

...