Hi,
I have a LACP bond that I only want tagged traffic to pass through. I want a tagged management interface, and I want to tag the guest VMs.
This is my setup. When I create a VM with VLAN10, I need to specify the VLAN in the Network device, otherwise it doensn't work.
However, when I do this with another VM that is sitting in VLAN1, it works even if I do not tag the VLAN on the guest VM.
This is the config.
On the Cisco switch, the port channel (Po3) should only allow a tagged VLAN.
What am I doing wrong ?
Is it because 1 is the default VLAN on the switch ?
I have a LACP bond that I only want tagged traffic to pass through. I want a tagged management interface, and I want to tag the guest VMs.
This is my setup. When I create a VM with VLAN10, I need to specify the VLAN in the Network device, otherwise it doensn't work.
However, when I do this with another VM that is sitting in VLAN1, it works even if I do not tag the VLAN on the guest VM.
This is the config.
auto enp2s0
iface enp2s0 inet manual
auto enp3s0
iface enp3s0 inet manual
iface wlp4s0 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp2s0 enp3s0
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.1
iface vmbr0.1 inet static
address 192.168.0.8/24
gateway 192.168.0.1
#VLAN 1
auto vmbr0.10
iface vmbr0.10 inet manual
#VLAN 10
On the Cisco switch, the port channel (Po3) should only allow a tagged VLAN.
What am I doing wrong ?
Is it because 1 is the default VLAN on the switch ?