Hi all,
I'm trying to tag 802.1ad rather than the normal 802.1q on vmbr0, which contains bond0, which contains two SFP+ interfaces.
I also need to be able to access other service VLANs on vmbr0 from some VM's, and still be able to access these on upstream switches.
Currently when I use this configuration, I'm unable to ping other IP's on the same subnet.
Photo (with IP address removed) of output of ip -d addr (at console as server is unreachable via network because of this issue):

Current content of /etc/network/interfaces:
ip neigh shows the following:
Thanks in advance to anyone who may be able to assist.
I'm trying to tag 802.1ad rather than the normal 802.1q on vmbr0, which contains bond0, which contains two SFP+ interfaces.
I also need to be able to access other service VLANs on vmbr0 from some VM's, and still be able to access these on upstream switches.
Currently when I use this configuration, I'm unable to ping other IP's on the same subnet.
Photo (with IP address removed) of output of ip -d addr (at console as server is unreachable via network because of this issue):

Current content of /etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
iface enp65s0f0 inet manual
iface enp65s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp65s0f0 enp65s0f1
bond-miimon 100
bond-mode active-backup
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
proto 802.1ad
auto vmbr0.700
iface vmbr0.700 inet manual
proto 802.1ad
auto vmbr0.710
iface vmbr0.710 inet static
address 192.168.1.121
netmask 24
gateway 192.168.1.1
proto 802.1ad
ip neigh shows the following:
Code:
192.168.1.123 dev vmbr0.710 INCOMPLETE
192.168.1.1 dev vmbr0.710 INCOMPLETE
192.168.1.21 dev vmbr0.710 FAILED
192.168.1.122 dev vmbr0.710 INCOMPLETE
Thanks in advance to anyone who may be able to assist.
