Question
-
CreatorTopic
-
June 24, 2010 at 2:38 am #2213441
Cisco catalyst 2960 switch – port bandwidth limit
Lockedby izigic · about 13 years, 3 months ago
Dear all,
I want to set/limit bandwidth in a Cisco catalyst 2960 switch. Cisco IOS version is 12.2(53)SE and model is 2960-48TT – L
My objective is, for example, I want to limit bandwidth for fa0/1 to 256kbps, for fa0/2 512kbps.Please help.
Thanks and regards
IgorTopic is locked -
CreatorTopic
All Answers
-
AuthorReplies
-
-
June 24, 2010 at 2:38 am #2870928
Clarifications
by izigic · about 13 years, 3 months ago
In reply to Cisco catalyst 2960 switch – port bandwidth limit
Clarifications
-
June 24, 2010 at 8:50 am #2870861
see link below
by cg it · about 13 years, 3 months ago
In reply to Cisco catalyst 2960 switch – port bandwidth limit
here’s a link.
-
June 24, 2010 at 5:31 pm #2870211
That does not get old :-)
by churdoo · about 13 years, 3 months ago
In reply to see link below
LOVE the lmgtfy! 🙂
-
June 28, 2010 at 7:59 am #2869239
Cisco catalyst 2960 switch – port bandwidth limit
by izigic · about 13 years, 3 months ago
In reply to see link below
Hi CG IT,
Thanks for your reply. If it were easy as google the answer, I would not have asked a question here.
My objective is to limit b/w less than 1Mbps (ex – 512kbps or 256 kbps).
It would be great if you help me out.
thx-
June 28, 2010 at 9:44 am #2869217
cisco commands
by cg it · about 13 years, 3 months ago
In reply to Cisco catalyst 2960 switch – port bandwidth limit
well to determine what speed the port will operate at use the following commands.
router#config t
router#(config)int fa?/? (specify port number)
Router#(config-int)speed ? (the question mark after speed will list all the speeds that the port will operate at. (10/100/1000 or auto).
the ethernet switch operates on ethernet standards. 10mbps, 100mbps and 1000mbps or auto which the port negotiates the speed.
-
June 28, 2010 at 3:06 pm #2869164
bandwidth throttling vs port speed
by churdoo · about 13 years, 3 months ago
In reply to Cisco catalyst 2960 switch – port bandwidth limit
I believe the OP is asking about bandwidth throttling, not port speed. I think that’s a layer 3 function, so I doubt you can do that on the 2960 nor any 2xxx series device.
Someone correct me if I’m wrong.
–C -
June 29, 2010 at 6:55 am #2869759
ahh ok well totally missed that one
by cg it · about 13 years, 3 months ago
In reply to bandwidth throttling vs port speed
netman has a really good solution QoS.
-
-
-
June 28, 2010 at 3:19 pm #2869160
Check out this article for an idea
by netman1958 · about 13 years, 3 months ago
In reply to Cisco catalyst 2960 switch – port bandwidth limit
-
July 13, 2010 at 2:31 am #2856571
Cisco catalist 2960 switch port bandwidth limit
by izigic · about 13 years, 2 months ago
In reply to Check out this article for an idea
Hi netman
Catalyst 2960 is Layer2 switch and any Layer3 technique won’t work on it. However this switch is capable of doing QoS and this workaround was very helpful
Solution is not perfect but it is workingThis is what I did on the switch
mls qos
!
interface fa0/1
bandwidth 1000 ! Specify interface bandwidth for QoS purpose
srr-queue bandwidth limit 4 ! limit maximum bandwidth on the port to
4% of the port bandwidth, approximately to 250KNetman… thanks for pointing me to the right direction.. 😉
Igor
-
-
March 1, 2011 at 4:15 am #2812006
Hi all
by bubu2009 · about 12 years, 7 months ago
In reply to Cisco catalyst 2960 switch – port bandwidth limit
This issue was discussed earlier. The “srr-queue bandwidth limit” minimum percentage allowed only 10! I think you first need to set the port speed to 10mps then use the limit percent to 40 to get the 4mps. Use ingress & egress service policies to get the desired speed.
-
March 7, 2011 at 1:12 am #2811690
hi all
by zain2pk · about 12 years, 6 months ago
In reply to Cisco catalyst 2960 switch – port bandwidth limit
please help me
i want to configure bandwidth in 2950 and 3550
question 1:
how can i configure bandwidth at a interface for example
i want to set bandwidth 64kbps at fa0/2 and 128kbps at fa0/9
and i have 1mbps connection from my isp
question 2:
can i configure bandwidth at vlans ?
please tell me commands-
March 7, 2011 at 6:42 am #2811664
Reponse To Answer
by netman1958 · about 12 years, 6 months ago
In reply to hi all
Did you check out the article I linked to above?
-
-
-
AuthorReplies