04-18-2020 04:34 AM
Good Day,
Is it possible to carry vlan traffic across a layer 2 etherchannel switch to a multilayer (Layer 3) Switch.
I can leave the multilayer switch as a layer 2 device, however I wanted to carry the vlan traffic. I was thinking of trying to make use of svi, but on layer three etherchannel you negate the command with no switchport ?
Regards,
Solved! Go to Solution.
04-18-2020 05:23 AM - edited 04-18-2020 05:24 AM
Hello,
Multilayer switch as the name implies can have Layer 3 as well as Layer 2 ports. In your example your multilayer switch need to have switchports for this etherchannel because the other side of the tunnel is Layer 2 channel so you need to adjust to that.
P.S Etherchannel need to be a trunk link.
04-18-2020 05:35 AM - edited 04-18-2020 05:41 AM
int vlan 10 and int vlan 20 are the SVIs on the L3 switch
port-channel is L2 trunk that carry the vlan traffic
04-18-2020 05:23 AM - edited 04-18-2020 05:24 AM
Hello,
Multilayer switch as the name implies can have Layer 3 as well as Layer 2 ports. In your example your multilayer switch need to have switchports for this etherchannel because the other side of the tunnel is Layer 2 channel so you need to adjust to that.
P.S Etherchannel need to be a trunk link.
04-18-2020 05:35 AM - edited 04-18-2020 05:41 AM
int vlan 10 and int vlan 20 are the SVIs on the L3 switch
port-channel is L2 trunk that carry the vlan traffic
04-18-2020 07:03 AM
you missed one command on this.
you need to set ip routing on the layer 3 switch else you dont reach the other pc. you can ping the gateways however
04-18-2020 07:14 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide