cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
565
Views
0
Helpful
5
Replies

rate-limiting in 2948g l3

arasu_in
Level 1
Level 1

hi all

I am having problem in rate-limiting in my 2948g l3 switch.can any one help me.I want to rate-limit on one of the fast ethernet port for both input and output traffic.Let me know the command for it.

5 Replies 5

Prashanth Krishnappa
Cisco Employee
Cisco Employee

What problems are you seeing? The following page should give you the required commands

http://www.cisco.com/univercd/cc/td/doc/product/l3sw/4908g_l3/ios_12/18w522a/config/qos_cnfg.htm#xtocid261097

Also the following FAQ should help

http://www.cisco.com/warp/public/473/125.html

Router(config-if)# rate-limit input {32000-100000000} {0-64000} if i enter this command its saying incomplete command.

I have entered the following command:

Router(config-if)#rate-limit input 100000 8000 8000 conform-action transmit exceed-action drop

where 100000 is the bits to be limited

8000- burst size in bytes

If i enter the above command the command gets accecpted but the data transfer is not getting limited.

can u help me?

troyh
Level 1
Level 1

I think you need to change the port from L2 to L3.

You would need the interface command 'no switchport mode access' to remove the L2 aspect. And, add an IP address for the L3 segment. Then use the rate-limit command.

Caution on the rate-limit command since the first number is the bandwidth limit in bits per second. The second and final figures are in bytes.

Sample: A 6 Meg rate-limit will have 6000000 as the first, 750000 as the last two numbers.

Troy

I have already done what u have said.My problem is as follows:

Router(config-if)# rate-limit input {32000-100000000} {0-64000} if i enter this command its saying incomplete command.

I have entered the following command:

Router(config-if)#rate-limit input 100000 8000 8000 conform-action transmit exceed-action drop

where 100000 is the bits to be limited

8000- burst size in bytes

If i enter the above command the command gets accecpted but the data transfer is not getting limited.

can u help me?

troyh
Level 1
Level 1

I think you need to change the port from L2 to L3.

You would need the interface command 'no switchport ' to remove the L2 aspect. And, add an IP address for the L3 segment. Then use the rate-limit command.

Caution on the rate-limit command since the first number is the bandwidth limit in bits per second. The second and final figures are in bytes.

Sample: A 6 Meg rate-limit will have 6000000 as the first, 750000 as the last two numbers.

Troy

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: