Deployment of vMX with Dual REs and Multiple FPCs using EVE-NG

In this post, I will guide you through the process of deploying vMX with dual REs and multiple FPCs using EVE-NG. To begin, you will need to download the vMX KVM bundle from the Juniper website. For this lab, we will be using Junos 21.4. Extract the vMX bundle: mkdir /opt/unetlab/addons/qemu/vmxvcp-21.4R3-S1.5-re0 mkdir /opt/unetlab/addons/qemu/vmxvcp-21.4R3-S1.5-re1 mkdir /opt/unetlab/addons/qemu/vmxvfp-21.4R3-S1.5-fpc0 mkdir /opt/unetlab/addons/qemu/vmxvfp-21.4R3-S1.5-fpc1 Copy the images to their respective directories: ## RE0 cp /root/vmx/images/junos-vmx-x86-64-21.4R3-S1.5.qcow2 /opt/unetlab/addons/qemu/vmxvcp-21.4R3-S1.5-re0/virtioa.qcow2 cp /root/vmx/images/vmxhdd.img /opt/unetlab/addons/qemu/vmxvcp-21.4R3-S1.5-re0/virtiob.qcow2 cp /root/vmx/images/metadata-usb-re0.img /opt/unetlab/addons/qemu/vmxvcp-21.4R3-S1.5-re0/virtioc.qcow2 ## RE1 cp /root/vmx/images/junos-vmx-x86-64-21.4R3-S1.5.qcow2 /opt/unetlab/addons/qemu/vmxvcp-21.4R3-S1.5-re1/virtioa.qcow2 cp /r...