01-26-2012 09:07 PM - edited 03-07-2019 04:34 AM
R2#sh ip int bri
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset up up
FastEthernet0/1 unassigned YES unset up up
Port-channel1 1.1.1.2 YES manual up up
R2#sh run int Port-channel1
Building configuration...
Current configuration : 80 bytes
!
interface Port-channel1
ip address 1.1.1.2 255.0.0.0
hold-queue 150 in
end
R2#sh run int FastEthernet0/0
Building configuration...
Current configuration : 90 bytes
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
channel-group 1
end
R2#sh run int FastEthernet0/1
Building configuration...
Current configuration : 90 bytes
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
channel-group 1
end
R2#sh etherchannel detail
Channel-group listing:
-----------------------
R2#
R2#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R2#sh cdp entry * protocol
Protocol information for R1 :
IP address: 1.1.1.1
Protocol information for R1 :
IP address: 1.1.1.1
Other end Po1 IP is pining
Port-Channel is up; but why the etherchannel details are not shown?
Krishna
01-27-2012 01:13 AM
Which router are you using? If I remember correctly, 7200 was the first to support Etherchannel on routed interfaces... and ASR series.
Generally the command is show interfaces port-channel command as a useful command to see some details.
http://www.cisco.com/en/US/docs/ios/12_1t/12_1t5/feature/guide/dtfec.html
Hope it helps.
Neeraj
01-27-2012 03:28 AM
looks like a bug, could you get the 'sh version' off of the box.
01-30-2012 01:19 AM
Guys,
I tested this in GNS3; not in a real Router
Krishna
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