https://www.juniper.net/documentation/en_US/vrr/topics/task/installation/vrr-kvm-installing.html
...
cp /home/me/Downloads/juniper/vMX_files/junos-x86-64-17.3R1.10.qcow2 /var/lib/libvirt/images/vrr-VM01.img
cp /home/me/Downloads/juniper/vMX_files/metadata.img /var/lib/libvirt/images/metadata.img
Code Block | ||||
---|---|---|---|---|
| ||||
[root@hp8300 images]# brctl show bridge name bridge id STP enabled interfaces br0 8000.6c3be5389335 yes eno1 vnet0 vnet1 br1 8000.000000000000 yes virbr0 8000.000000000000 yes virbr1 8000.000000000000 yes virbr2 8000.5254001f8598 yes virbr2-nic vnet2 virbr3 8000.5254000d4d01 yes virbr3-nic vnet3 virbr4 8000.525400571a52 yes virbr4-nic virvlan 8000.525400279847 yes virvlan-nic vrr-ext 8000.000000000000 no vrr-mgmt 8000.000000000000 no #some of the bridges have been created by virsh [root@hp8300 images]# virsh net-list Name State Autostart Persistent ---------------------------------------------------------- virbr2 active yes yes virbr3 active yes yes virbr4 active yes yes virvlan active yes yes |
#using hp8300 set-up instead >>> and change the vrr.xml accordingly ( br0 + virbr0 )
#brctl addbr vrr-mgmt
brctl #brctl addbr vrr-ext
ip #ip link set dev vrr-mgmt up
ip #ip link set dev vrr-ext up
[root@hp8300 images]# brctl show
bridge name bridge id STP enabled interfaces
. . . .vrr-ext 8000.000000000000 no
vrr-mgmt 8000.000000000000 no
...