Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Port-Channel Interface Bandwidth

I have configured a port channel interface that bundle 2 Ethernet interfaces (10000 Kbits each), I was expecting to see the Bandwidth of the port-channel to be 20000 Kbits, but it shows 100000Kbits.
I would like to know how it came up with this number.

Thanks
SW1#show etherchannel summary 
    Number of channel-groups in use: 2
Number of aggregators:           2

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SD)          -        Et0/0(D)    Et0/1(D)    

Open in new window





SW1#show interfaces e0/0 | include BW
  MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, 
SW1#

Open in new window

SW1#show interfaces e0/1 | include BW
  MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, 
SW1#

Open in new window

SW1#show interfaces port-channel 1 | include BW
  MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, 
SW1#

Open in new window

SOLUTION
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jskfan

ASKER

One port channel BW shows correct , but the other does not.


SW1#sh etherchannel summary 
    
Number of channel-groups in use: 2
Number of aggregators:           2

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(SU)          -        Et0/0(P)    Et0/1(P)    
2      Po2(SU)          -        Et0/2(P)    Et0/3(P)    

SW1#

Open in new window


SW1#sh interfaces port-channel 1 | include BW
  MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, 
SW1#sh interfaces port-channel 2 | include BW
  MTU 1500 bytes, BW 20000 Kbit/sec, DLY 1000 usec, 
SW1#

Open in new window

ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jskfan

ASKER

Reload ...fixed it..Thanks
Avatar of jskfan

ASKER

Thanks
Any time. :)