12-12-2017 03:24 AM - edited 03-08-2019 01:04 PM
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
Solved! Go to Solution.
12-12-2017 03:37 AM - edited 12-12-2017 03:41 AM
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
:-)
12-12-2017 03:37 AM - edited 12-12-2017 03:41 AM
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
:-)
12-12-2017 11:33 PM
12-13-2017 02:48 AM
You are welcome, have a great day!
:-)
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