cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4170
Views
0
Helpful
3
Replies

Port Channel configuration in 3945 router for LACP not working

satishpadhy
Level 1
Level 1

I am trying to create create a port channel in 3945 router which is connected HP Comware switch. If i put below config then router goes un reachable if both cables are connected. i tried channel- group 1 mode active but it doesn't supports so how to solve the issue.

interface Port-channel1
 no ip address
 hold-queue 150 in
!
interface Port-channel1.255
 encapsulation dot1Q 255 native
 ip address 192.168.1.140 255.255.255.255

interface GigabitEthernet0/0

description Uplink to <Switch name> Gig1/0/x

no ip address

duplex full

speed 1000

channel-group 1

!

interface GigabitEthernet0/1

description Uplink to <Switch name> Gig2/0/x

no ip address

duplex full

speed 1000

channel-group 1

 

 

3 Replies 3

Jose Jara
Level 3
Level 3

Hi,

it does not support negotiation protocols, such as PAGP or LACP, so you must configure the etherchannel manually in the HP Comware switch to match the configuration of the router.

Best Regards,

Jose.

what would be config in Cisco router & any idea what should be config at HP switch ?

acampbell
VIP Alumni
VIP Alumni

Hi,

Like yourself I have been hunting to find out if a 3945 (ISRG2) can support LACP.
It seems that this family of routers and ISR-G1s can only support MANUAL Ether-channelling.

https://www.cisco.com/c/dam/en/us/products/collateral/routers/3800-series-integrated-services-routers-isr/prod_white_paper0900aecd806f698a.pdf

TOP of PAGE 7

I cant find a similar paper for ISR-G2s.

Regards
Alex

Regards, Alex. Please rate useful posts.