cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3425
Views
15
Helpful
5
Replies

No Operational members

TroyBolton
Level 1
Level 1

Hi I'm attempting an ether channel config, and I' sure I've implemented it correctly, but when I check "sh port-channel 10" I get no operational members":

 

sw1# sh int port-channel 10
port-channel10 is down (No operational members)
admin state is up,
  Hardware: Port-Channel, address: 5254.0013.d49a (bia 0000.0000.0000)
  Internet Address is 10.1.12.1/24
  MTU 1500 bytes, BW 100000 Kbit, DLY 10 usec
  reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, medium is broadcast
  auto-duplex, auto-speed
  Input flow-control is off, output flow-control is off
  Auto-mdix is turned off
  Switchport monitor is off 
  EtherType is 0x8100 
  No members
  Last clearing of "show interface" counters never
  0 interface resets
  Load-Interval #1: 0 seconds
    0 seconds input rate 0 bits/sec, 0 packets/sec
    0 seconds output rate 0 bits/sec, 0 packets/sec
    input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
  Load-Interval #2: 0 seconds
    0 seconds input rate 0 bits/sec, 0 packets/sec
    0 seconds output rate 0 bits/sec, 0 packets/sec
    input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
  RX
    0 unicast packets  0 multicast packets  0 broadcast packets
    0 input packets  0 bytes
    0 jumbo packets  0 storm suppression packets
    0 runts  0 giants  0 CRC  0 no buffer
    0 input error  0 short frame  0 overrun   0 underrun  0 ignored
    0 watchdog  0 bad etype drop  0 bad proto drop  0 if down drop
    0 input with dribble  0 input discard
    0 Rx pause
  TX
    0 unicast packets  0 multicast packets  0 broadcast packets
    0 output packets  0 bytes
    0 jumbo packets
    0 output error  0 collision  0 deferred  0 late collision
    0 lost carrier  0 no carrier  0 babble  0 output discard
    0 Tx pause

Configs for the port-channel and interfaces:

interface port-channel10
  no switchport
  ip address 10.1.12.1/24

interface port-channel12
  no switchport

interface Ethernet1/1
  no switchport
  channel-group 12

interface Ethernet1/2

interface Ethernet1/3
  no switchport
  channel-group 12

Configs on both switches are exactly the same

Any ideas?

 

 

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

No operational members

Means portchannel 10 has no members. Add a physical port to it and try again.

HTH

 

brselzer
Cisco Employee
Cisco Employee

Hello,

 

What is the status of the physical interfaces?

 

show port-channel summary

show int eth1/1

show int eth1/3

 

Hope that helps!

-Bradley Selzer
CCIE# 60833

Thanks, I had typos and the ports were still shutdown, so once I corrected those issued I was getting the "routed" results.

balaji.bandi
Hall of Fame
Hall of Fame

Looks for me is this typo error, you suppose configure po-12 you made a config on po-10 ?

 

interface port-channel10
  no switchport
  ip address 10.1.12.1/24

interface port-channel12
  no switchport

 

if this is typo error  then follow below :

 

no interface port-channel 10

!

interface port-channel 12

 ip address 10.1.12.1/24

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

 

This seems a typo in the configuration. 

 

interface Ethernet1/1
  no switchport
  channel-group 12

interface Ethernet1/2

interface Ethernet1/3
  no switchport
  channel-group 12

Both ports are configured under the Port-Channel Group 12, not the Port-channel 10. So you have changed this channel-group for both ports to 10.

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!
Review Cisco Networking products for a $25 gift card