07-12-2020 01:33 PM - edited 07-12-2020 01:42 PM
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?
07-12-2020 03:27 PM
Hi,
No operational members
Means portchannel 10 has no members. Add a physical port to it and try again.
HTH
07-12-2020 03:32 PM
Hello,
What is the status of the physical interfaces?
show port-channel summary
show int eth1/1
show int eth1/3
Hope that helps!
07-13-2020 10:28 AM
Thanks, I had typos and the ports were still shutdown, so once I corrected those issued I was getting the "routed" results.
07-12-2020 03:34 PM
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
07-12-2020 10:44 PM
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.
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