09-14-2006 04:58 AM - edited 03-03-2019 05:02 AM
Hi,
I have some questions regading portchannels. (Ether channels)
Is it possible to connected a L3 portchannel and a L2 portchannel.
Where on the L3 switch the portchannel is a L3 port-channel and on the L2 switch a L2 port-channel.
L3 switch, for example a 3550 (L3 port-channel) => L2 Switch 2950 (L2 port-channel)
I have tested this and it seems to work.
But I am not sure about the loadbalancing. Both the port are up on both switches en are forwarding traffic.
But mine logic says L2 <=> L2 And L3 <=> L3
I searched the cisco but could't find a document about this isseu. Or any example describing a similar setup.
Want i like to know if this a valid configuration or not?
09-14-2006 05:39 AM
just to be sure we're all on the same page, paste the configs for the two devices so we can know how they're configured.
then we should be able to tell you if your specific configuration is valid or not; and we can provide any additional input if required.
09-14-2006 06:17 AM
Here's an example config
On the L3 switch:
interface Port-channel1
no switchport
ip address 10.10.10.1 255.255.255.0
!
interface FastEthernet0/1
no switchport
no ip address
channel-group 1 mode desirable
!
interface FastEthernet0/2
no switchport
no ip address
channel-group 1 mode desirable
On the L2 switch
interface Port-channel1
!
interface FastEthernet0/1
channel-group 1 mode desirable
!
interface FastEthernet0/2
channel-group 1 mode desirable
Int vlan 1
ip addr 10.10.10.2 255.255.255.0
09-14-2006 06:22 AM
Roy,
That's a valid configuration and load balancing should work at both L3 and L2.
09-14-2006 10:27 PM
Configs OK. Logic may say L3 <=> L3, and L2 <=> L2. But, if you think of it this way: L3 portchannel is equivalent to server with multiple teamed NICs, and the L2 port-channel is, well, the switch that the server connects to. Y'dig? :)
09-15-2006 12:32 AM
Well, thanks for sharing ur thoughts with me, and clearing this up.
I just wanted to be sure, since i couldn't find any documents (or config examples)
explaining if this setup was valid (or not).
Only one i found was an example for a L3 portchannel between a 7600 router and a Cat6K
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