【Problem Description】
Detail information :
Device : CE6855
Problem : In VXLAN, how to allow pass multiple VLANfrom CE Switch to Server
All network running OSPF. This topology is VXLAN over IPsec.
We already demo to our customer with thistopology. But customer info to us, that their server exisiting usses some VLAN like above topology (please refer to bluehighlight).
For the port (10GE1/0/3.1 mode l2) CE Switch toward to server, I already configured like this :
Could the port allow pass multiple VLANs?If could, please give me advice for achieve that.
【Problem Analysis】
The configuration sample below that create the sub-interface andgive the dot1q vid for each vlan.
For example:
interface 10GE1/0/3.10 mode l2
encapsulation dot1q vid 10
bridge-domain 10
interface 10GE1/0/3.20 mode l2
encapsulation dot1q vid 20
bridge-domain 10
interface 10GE1/0/3.30 mode l2
encapsulation dot1q vid 30
bridge-domain 10
【Root Cause】
Configuration requite
【Solution Description】
The configuration sample below that create the sub-interface andgive the dot1q vid for each vlan.
For example:
interface 10GE1/0/3.10 mode l2
encapsulation dot1q vid 10
bridge-domain 10
interface 10GE1/0/3.20 mode l2
encapsulation dot1q vid 20
bridge-domain 10
interface 10GE1/0/3.30 mode l2
encapsulation dot1q vid 30
bridge-domain 10