Quanta Lb6M VLAN traffic not going through

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

CKat

New Member
May 20, 2017
19
1
3
44
Hello
I have a Quanta LB6M which is connected to a Dell switch.
I am able to get the default LAN traffic though all ports. However none of the VLAN traffic is going through.
For example - for VLAN 11 on port 1, I created the VLAN and added the vlan tagging. However the VM connected via this port (and configured to use vlan11) is not picking up vlan 11 - the DHCP never picks up IP.
If I set it to default vlan, it picks up the IP immediately.

Why is the VLAN traffic not going through? Do I need to configure something else?


Code:
(FASTPATH Routing) #vlan database
(FASTPATH Routing) (Vlan)#vlan 11 --------- This creates new VLAN ID 11
(FASTPATH Routing) (Vlan)#vlan name 11 vlan11 -- this names vlan 11 as vlan11
(FASTPATH Routing) (Vlan)#vlan makestatic 11  --- Makes it static vlan so it persists across boots
(FASTPATH Routing) (Vlan)#exit

(FASTPATH Routing) #

How to add Tag to VLAN
(FASTPATH Routing)# configure
(FASTPATH Routing) (Config)#interface 0/1

(FASTPATH Routing) (Interface 0/1)#vlan participation include 11

(FASTPATH Routing) (Interface 0/1)#vlan tagging 11

(FASTPATH Routing) (Interface 0/1)#exit
 

BadTux

New Member
Jan 30, 2017
3
2
3
58
Make sure that your Dell switch ports are configured in trunking mode. By default Dell switch ports are configured in "Access" mode, which rejects all tagged traffic.
 
  • Like
Reactions: OurMojo