cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
701
Views
0
Helpful
1
Replies

EtherChannel Cross-Stack between 3750g and 4507R

gddl630.cisco
Level 1
Level 1

I am running out of ports on a 4507R and would like to use a 3750G-24TS stack that I already have to expand capacity. Is it possible to configure EtherChannel between the 4507R and the 3750G stack and if so what is the best way to do it? without LACP, with active-active mode LACP or passive-active mode LACP...

This is what I have in mind:

  • On the 4507R side I would like to use interface GigabitEthernet3/5 and interface GigabitEthernet4/5 where modules 3 and 4 on the 4507R are "6 1000BaseX (GBIC) (WS-X4306-GB)".
  • On the 3750G side I would like to use ports 28 on both switches in the stack which are equipped with Cisco GLC-T= 1000BASE-T SFP transceiver module for Category 5 copper wire with RJ-45 connector.

Judging by http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a00806cb982.shtml Cross-Stack EtherChannel Without PAgP or LACP should look like this:

3750switchstackA(config)#interface gigabitethernet 1/0/28

3750switchstackA(config-if)#channel-group 1 mode on

3750switchstackA(config-if)#switchport trunk encapsulation dot1q

3750switchstackA(config-if)#switchport mode trunk

3750switchstackA(config)#interface gigabitethernet 2/0/28

3750switchstackA(config-if)#channel-group 1 mode on

3750switchstackA(config-if)#switchport trunk encapsulation dot1q

3750switchstackA(config-if)#switchport mode trunk

4507R(config)#interface GigabitEthernet3/5

4507R(config-if)#channel-group 1 mode on

4507R(config-if)#switchport

4507R(config-if)#switchport trunk encapsulation dot1q

4507R(config-if)#switchport mode trunk

4507R(config)#interface GigabitEthernet4/5

4507R(config-if)#channel-group 1 mode on

4507R(config-if)#switchport

4507R(config-if)#switchport trunk encapsulation dot1q

4507R(config-if)#switchport mode trunk

is that what I should be doing? is there any benefit to the active-active mode LACP or passive-active mode LACP and which are applicable to the case above?

1 Reply 1

Leo Laohoo
Hall of Fame
Hall of Fame

Put the physical interfaces into a channel group FIRST before configure the port channel.

Review Cisco Networking for a $25 gift card