############################################################## # # vmx.conf # Config file for vmx on the hypervisor. # Uses YAML syntax. # Leave a space after ":" to specify the parameter value. # ############################################################## --- #Configuration on the host side - management interface, VM images etc. HOST: identifier : vmx1 # Maximum 6 characters host-management-interface : vlan60 routing-engine-image : "/home/vMX-19.1R1-S2/images/junos-vmx-x86-64-19.1R1-S2.2.qcow2" routing-engine-hdd : "/home/vMX-19.1R1-S2/images/vmxhdd.img" forwarding-engine-image : "/home/vMX-19.1R1-S2/images/vFPC-20190718.img" --- #External bridge configuration BRIDGES: - type : external name : br-ext # Max 10 characters --- #vRE VM parameters CONTROL_PLANE: vcpus : 2 memory-mb : 6192 console_port: 8601 interfaces : - type : static ipaddr : 192.168.159.195 macaddr : "02:50:59:34:fa:d6" --- #vPFE VM parameters FORWARDING_PLANE: memory-mb : 49152 vcpus : 11 console_port: 8602 device-type : sriov use_native_drivers : true interfaces : - type : static ipaddr : 192.168.159.196 macaddr : "02:50:59:35:fa:d6" --- #Interfaces JUNOS_DEVICES: - interface : ge-0/0/0 port-speed-mbps : 10000 nic : p1p1 mtu : 9400 virtual-function : 0 mac-address : "02:52:61:38:fa:d6" description : "ge-0/0/0 connects to p1p1" - interface : ge-0/0/1 port-speed-mbps : 10000 nic : p1p2 mtu : 9400 virtual-function : 0 mac-address : "02:56:14:38:fa:d6" description : "ge-0/0/2 connects to p2p1" - interface : ge-0/0/3 port-speed-mbps : 10000 nic : p2p2 mtu : 9400 virtual-function : 0 mac-address : "02:54:60:42:fa:d6" description : "ge-0/0/3 connects to p2p2"