Pages

Jul 2, 2010

Setting bandwidth on switches port

Certain ports that assign to specific vlan that you want to control the bandwidth can be configure using below command: (Note: setting bandwidth can only be configure on layer 3 switches)

switch(config)#int gigabitethernet 0/5
switch(config-if)#bandwidth 10000
switch(config-if)#exit
switch(config)#exit
switch#sh int gigabitethernet 0/5


when show run you can verify the bandwidth that have been configured ( BW 100000Kbit).  The range of the bandwidth that can be configure is between <1-10000000> , Bandwidth in kilobits.

No comments:

Post a Comment

Related Posts with Thumbnails