cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2639
Views
5
Helpful
3
Replies

Bandwidth value on Cisco 3850 Gigabit interface

sreeraj.murali
Level 3
Level 3

Hi Experts,

I have a Gigabit Interface on Cisco 3850 switch connected to the MPLS Router Gigabit interface which is of Cisco 1900 series. I need help is setting the bandwidth value on the switch interface.

 

I am seeing the below result, when trying to configure manually, instead of leaving as AUTO negotiated.

 

IN-BG_NEW-00-ETHER-0(config-if)#bandwidth ?
  <1-10000000>  Bandwidth in kilobits
  inherit       Specify how bandwidth is inherited

 

Please suggest the recommended value for the bandwidth settings for the Gigabit interface, which is getting connected to Gigabit interface of Cisco Router.

 

Thanks

Sreeraj

 

 

1 Accepted Solution

Accepted Solutions

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

I usually configure bandwidth command on routers but should same on switches

interface g1/0/1

no switchport   <--- To make the port L3 and be able to use IP addresses 

bandwidth 1000000

 

1,000,000 = 1 Gigabit.

 

But you could not need this change, check first the current bandwidth through the following command:

show interface g1/0/1

and you will se the current bandwidth. 

 

Hope it is useful

:-)

 

 

 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

3 Replies 3

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

I usually configure bandwidth command on routers but should same on switches

interface g1/0/1

no switchport   <--- To make the port L3 and be able to use IP addresses 

bandwidth 1000000

 

1,000,000 = 1 Gigabit.

 

But you could not need this change, check first the current bandwidth through the following command:

show interface g1/0/1

and you will se the current bandwidth. 

 

Hope it is useful

:-)

 

 

 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Thank you !!!

You are welcome, have a great day!

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<