cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
425
Views
0
Helpful
2
Replies

How to make portchannel between layer 2 and layer 3 switch?

rrairineo1
Level 1
Level 1

can i configure a layer 2 switch with a layer 2 etherchannel and on the other side a layer 3 switch with a layer 3 etherchannel? can this work? 

2 Accepted Solutions

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

No it needs to match both sides c, cant be ip based on l3 and not on l2,so it has to be layer 2 each side only

just bundled trunk ports really like below , far side would be channel-group active if using lacp

interface Port-channel10
 description xxxxxxxxxx
 switchport trunk allowed vlan 1-1005
 switchport mode trunk

interface GigabitEthernet1/0/3
 switchport trunk allowed vlan 1-1005
 switchport mode trunk
 channel-group 10 mode desirable

interface GigabitEthernet1/0/4
 switchport trunk allowed vlan 1-1005
 switchport mode trunk
 channel-group 10 mode desirable

View solution in original post

devils_advocate
Level 7
Level 7

Nope, fraid not.

You can have a L2 both sides.

You can't have a L2 Trunk one side and a L3 interface the other side.

Just because its a L3 doesn't mean it only does L3 functions, you can happily have a L2 etherchannel between a L2 switch and a L3 switch. 

View solution in original post

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni

No it needs to match both sides c, cant be ip based on l3 and not on l2,so it has to be layer 2 each side only

just bundled trunk ports really like below , far side would be channel-group active if using lacp

interface Port-channel10
 description xxxxxxxxxx
 switchport trunk allowed vlan 1-1005
 switchport mode trunk

interface GigabitEthernet1/0/3
 switchport trunk allowed vlan 1-1005
 switchport mode trunk
 channel-group 10 mode desirable

interface GigabitEthernet1/0/4
 switchport trunk allowed vlan 1-1005
 switchport mode trunk
 channel-group 10 mode desirable

devils_advocate
Level 7
Level 7

Nope, fraid not.

You can have a L2 both sides.

You can't have a L2 Trunk one side and a L3 interface the other side.

Just because its a L3 doesn't mean it only does L3 functions, you can happily have a L2 etherchannel between a L2 switch and a L3 switch.