Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rate-limit command not available

Status
Not open for further replies.

mktck

Technical User
Feb 9, 2009
31
SG
Hi there, I have a Cisco 1700 series router running Cisco IOS Software Release 12.3(8)T. I have been trying to configure Rate-limiting but it seems that this IOS do not have the command. I am able to configure Packet-shape but now need to limit incoming packets to 1MB. From what I read here, it seems Rate-limit command has been available since IOS 12.2 or even earlier.

Can some pro please advise?
 
Hello
Please confirm that you are applying the rate-limit under the interface.If it doesn't this means that cisco has abbondon the command for some platforms and IOS because they want people to use the MQC style.Try the below conf:

policy-map TEST
class class-default
police 1000000

interface ???????? 0/0
ip address XXX.XXX.XXX.XXX 255.255.255.252
service-policy output TEST
or ----------------Depends on traffic direction.
service-policy input TEST

Regards
 
Hi, thanks for replying. Now this is another problem, there is no police command as well.

Only the following command exist:

router(config-pmap-c)#?
QoS policy-map class configuration commands:
bandwidth Bandwidth
drop Drop all packets
exit Exit from QoS class action configuration mode
fair-queue Enable Flow-based Fair Queuing in this Class
netflow-sampler NetFlow action
no Negate or set default values of a command
priority Strict Scheduling Priority for this Class
queue-limit Queue Max Threshold for Tail Drop
random-detect Enable Random Early Detection as drop policy
service-policy Configure Flow Next
set Set QoS values
shape Traffic Shaping
<cr>

And also, when i attempt to apply the policy, it states that it cannot be applied on an incoming interface.

Any feedback is appreciated.
 
Hi,

Here is the show version:

router#sho ver
Cisco IOS Software, C1700 Software (C1700-Y-M), Version 12.3(8)T, RELEASE SOFTWA
RE (fc2)
Technical Support: Copyright (c) 1986-2004 by Cisco Systems, Inc.
Compiled Thu 13-May-04 14:12 by eaarmas

ROM: System Bootstrap, Version 12.2(7r)XM1, RELEASE SOFTWARE (fc1)

singapore_allegro uptime is 2 weeks, 1 day, 23 hours, 26 minutes
System returned to ROM by power-on
System image file is "flash:c1700-y-mz.123-8.T.bin"

Cisco 1721 (MPC860P) processor (revision 0x100) with 49152K/16384K bytes of memo
ry.
Processor board ID FOC06170R7P (2481316704), with hardware revision 0000
MPC860P processor: part number 5, mask 2
1 FastEthernet interface
2 Serial interfaces
2 Channelized E1/PRI ports
32K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102
------------------------------------------------------

Thanks for your time.
 
Hello
Just notice that you have a standard "IP" version of the IOS.Try to get at least an IP PLUS version.I have a cisco 1751 with "advance Ent."And it does support the rat-limit command.
As far as the Police command goes.Yes there's that logic,you can't limit traffic coming into a routers interface because the router can't tell the switch or workstation how much it must send.
Regards

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top