Hi everyone,
I needs some assistance as to why setting up multiple vlans on a single bridge would make it crash and drop the port.
I have attached a network diagram and cant figure out why it keeps crashing like this.
ether1
Cable from provider is connected to ether 1 with 6 different VLAN ID’s.
VLAN ID 1365 to 1369 is for voice and
VLAN ID 1370 is for DATA.
bridge_voice
A dedicated bridge is setup for voice which has ports setup for VLAN ID 1365 interface and ether 12.
ether 12 is a direct connection to the freeswitch server at 192.168.15.12/28.
bridge_data
A second bridge is just for data packets.
It has 3 ether ports ( ether 09, 10,11) and a single data interface ( vlan id: 1370 )
The problem starts when I want to add another vlan interface such as VLAN ID 1366 to bridge_voice.
One I set PVID = 2 then I loose connection and ether1 shutdown.
Why would adding another vlan interface to the bridge cause it to shutdown.
Thanks in advance