06-25-2017 12:19 AM
Hello,
I just creat two ethernet channel 1 and 2 and connect these port to my server and all ways, i got Gi1/0/22 suspended .
please advice me, thanks
interface Port-channel1
description DHost
switchport access vlan 10
switchport mode access
no ip address
no snmp trap link-status
!
interface Port-channel2
description DGuest
switchport access vlan 10
switchport mode access
no ip address
no snmp trap link-status
!
interface GigabitEthernet1/0/20
description DDrac
switchport access vlan 10
switchport mode access
no ip address
no snmp trap link-status
!
interface GigabitEthernet1/0/21
description DHost
switchport access vlan 10
switchport mode access
no ip address
no snmp trap link-status
channel-group 1 mode active
!
interface GigabitEthernet1/0/22
description DisG
switchport access vlan 10
switchport mode access
no ip address
no snmp trap link-status
channel-group 2 mode active
!
interface GigabitEthernet1/0/23
description DisG
switchport access vlan 10
switchport mode access
no ip address
no snmp trap link-status
channel-group 2 mode active
!
interface GigabitEthernet1/0/24
description DisG
switchport access vlan 10
switchport mode access
no ip address
no snmp trap link-status
channel-group 2 mode active
06-25-2017 07:30 AM
I notice you have one interface assigned to Po1 and three assigned to Po2. Is that what you want?
If so, please check the syslog messages when you shut/no shut the interface. They should provide a message indicating the reason for suspending the portchannel for that interface.
06-25-2017 11:15 PM
Hello,
This is syslog : %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/22, changed state to down
Thanks for your help
06-26-2017 08:28 AM
I believe you will need to shut/no shut the whole etherchannel to get it to trigger the error condition again.
06-26-2017 09:23 PM
I did and I got the log above, but when I change the interface Gi1/0/22 to Port-channel1, it's work fine .
Thanks
06-27-2017 01:18 AM
That's what I was alluding to in my initial reply. Check your cabling - it may well be that you have Gi1/0/21 and /22 cabled to the same host portchannel.
When you try to tell the switch they are on different etherchannels, the negotiation process informs the switch "no, they aren't" and you get the suspended state as a result.
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