03-31-2016 03:20 PM - edited 03-08-2019 05:10 AM
Hello,
I have two switches WS-C3750G-24TS and i had an interlink between them through a port channel containing both ports g1/0/23 and 24. Then all of a sudden when i noticed the interlink was status down and protocol down. I have shutdown and no shutdown, change the cables, interconnect one pair of ports to a different port to notice that the ports are still good and they still are. I have checked the operation mode and it is also down. Any one has any idea how I can bring the ports back up? The config is the same on both ports. Any help would be appreciated. Thank you.
03-31-2016 03:30 PM
Post the complete output to the command "sh interface <BLAH>".
03-31-2016 03:35 PM
!
interface Port-channel1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10,11,252,253
switchport mode trunk
!
!
interface GigabitEthernet1/0/23
description -- To LTE-Core-LSW2 Port 23
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10,11,252,253
switchport mode trunk
duplex full
channel-group 1 mode active
!
interface GigabitEthernet1/0/24
description -- To LTE-Core-LSW2 Port 24
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 10,11,252,253
switchport mode trunk
duplex full
channel-group 1 mode active
!
This is the same on both switches
03-31-2016 05:55 PM
The output is NOT what I requesting.
Post the complete output to the command "sh interface <BLAH>".
04-01-2016 07:14 AM
This is the first time I see that command. Is the <BLAH> replaced with something else because the command is invalid when entered.
04-01-2016 07:40 AM
I think instead of the running config Leo is looking for the actual full show outputs from the router interfaces to be posted to get a better understanding of the errors that may be there and may have caused the issue
best to provide from both switches each side
also does anything show in either side switch logs anything for those ports around the time of the failure , you can check with command -- show log
show int po1
show int g1/0/23
show int g1/0/24
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