cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1371
Views
0
Helpful
7
Replies

ether channel Not working

Elango Murugan
Level 1
Level 1

I have exist fiber ether channel on the sup module I want to move this ether channel to different port, but due to some reason the new port channel not coming up .I shut the existing fiber ether channel and un shut the new ether channel port . Please advice.

Mod Ports Card Type                             Model            

---+-----+--------------------------------------+------------------+-----------

1     6 Sup 6L-E 10GE (X2), 1000BaseX (SFP)   WS-X45-SUP6L-E  

2   48 10/100/1000BaseT Premium POE E Series WS-X4648-RJ45V+E  

3   48 10/100/1000BaseT Premium POE E Series WS-X4648-RJ45V+E  

5   48 10/100/1000BaseT Premium POE E Series WS-X4648-RJ45V+E

Encapsulation dot1q is default enabled on the switch port.

SEC Switch
-----------
interface GigabitEthernet2/28
description Cross-Over to Primary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable

interface GigabitEthernet2/29
description Cross-Over to Primary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable

interface GigabitEthernet3/30
description Cross-Over to Primary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable

interface GigabitEthernet3/30
description Cross-Over to Primary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable

interface Port-channel10
description Cross-Over to Primary 4500
switchport
switchport mode trunk
service-policy input AutoQos-VoIP-Input-Cos-Policy
end


PRI Switch
------------
interface GigabitEthernet2/38
description Cross-Over to Secondary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable

interface GigabitEthernet2/39
description Cross-Over to Secondary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable

interface GigabitEthernet3/40
description Cross-Over to Secondary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable

interface GigabitEthernet3/41
description Cross-Over to Secondary 4500
switchport mode trunk
shutdown
channel-group 10 mode desirable


interface Port-channel10
description Cross-Over to Secondary 4500
switchport
switchport mode trunk
service-policy input AutoQos-VoIP-Input-Cos-Policy
end

7 Replies 7

JohnTylerPearce
Level 7
Level 7

Is there a reason most of those interfaces are shutdown?

yes right now exist fiber ether channel up and running .

interface GigabitEthernet1/3

description Cross-Over to Primary 4500

switchport mode trunk

channel-group 10 mode desirable

interface GigabitEthernet1/4

description Cross-Over to Primary 4500

switchport mode trunk

channel-group 10 mode desirable

interface GigabitEthernet1/5

description Cross-Over to Primary 4500

switchport mode trunk

channel-group 10 mode desirable

what does you logs says ? paste output of show port capability als try once more with channel-group number like 20-30.

Paste us results .

Thanks

Ajay

Elango Murugan
Level 1
Level 1

aas per no iformation about port join or port left.

Dec 21 19:31:04.409 PST: %LINK-3-UPDOWN: Interface GigabitEthernet2/19, changed state to up

Dec 21 19:31:05.409 PST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/19, changed state to up

Dec 21 19:31:27.441 PST: %LINK-5-CHANGED: Interface GigabitEthernet2/28, changed state to administratively down

Dec 21 19:31:30.169 PST: %LINK-3-UPDOWN: Interface GigabitEthernet2/28, changed state to down

Dec 21 19:31:37.293 PST: %LINK-5-CHANGED: Interface GigabitEthernet2/29, changed state to administratively down

Dec 21 19:31:41.661 PST: %LINK-3-UPDOWN: Interface GigabitEthernet2/29, changed state to down

Dec 21 19:32:04.181 PST: %SYS-5-CONFIG_I: Configured from console by admin on vty0 ()

Dec 21 19:33:23.341 PST: %LINK-5-CHANGED: Interface GigabitEthernet3/30, changed state to administratively down

Dec 21 19:33:33.421 PST: %LINK-5-CHANGED: Interface GigabitEthernet3/31, changed state to administratively down

Dec 21 19:33:40.429 PST: %LINK-5-CHANGED: Interface GigabitEthernet2/29, changed state to administratively down

Dec 21 19:33:47.797 PST: %LINK-5-CHANGED: Interface GigabitEthernet2/28, changed state to administratively down

Dec 21 19:33:48.593 PST: %SYS-5-CONFIG_I: Configured from console by admin on vty0 ()

Dec 21 19:34:02.157 PST: %LINK-3-UPDOWN: Interface GigabitEthernet1/3, changed state to down

Dec 21 19:34:02.169 PST: %LINK-3-UPDOWN: Interface GigabitEthernet1/4, changed state to down

Dec 21 19:34:02.181 PST: %LINK-3-UPDOWN: Interface GigabitEthernet1/5, changed state to down

Dec 21 19:34:42.225 PST: %SYS-5-CONFIG_I: Configured from console by admin on vty3 ()

Dec 21 19:35:21.417 PST: %LINK-3-UPDOWN: Interface GigabitEthernet1/3, changed state to up

Dec 21 19:35:21.417 PST: %LINK-3-UPDOWN: Interface GigabitEthernet1/4, changed state to up

Dec 21 19:35:21.417 PST: %LINK-3-UPDOWN: Interface GigabitEthernet1/5, changed state to up

Dec 21 19:35:24.241 PST: %EC-5-BUNDLE: Interface GigabitEthernet1/4 joined port-channel Port-channel10

Dec 21 19:35:24.257 PST: %EC-5-BUNDLE: Interface GigabitEthernet1/3 joined port-channel Port-channel10

Dec 21 19:35:24.289 PST: %EC-5-BUNDLE: Interface GigabitEthernet1/5 joined port-channel Port-channel10

Dec 21 19:35:25.257 PST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/4, changed state to up

Dec 21 19:35:25.261 PST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/3, changed state to up

Dec 21 19:35:25.293 PST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/5, changed state to up

Best way i would suggest create one text script with steps also mentioned outputs after you make changes -show etherchannel summary as well as logs.

Thanks

Ajay

Thanks guys.it's working now .

Here is the solution  need to remove the POE from the port .

interface GigabitEthernet2/38

description Cross-Over to Primary swicth

switchport mode trunk

switchport nonegotiate

power inline never

speed 1000

duplex full

channel-group 10 mode desirable

end

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: