cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
497
Views
0
Helpful
3
Replies

Simulating WAN connections in a lab

LucaSalvatore_2
Level 1
Level 1

I need to setup a test lab at work to simulate parts of our production environment.

I need to have 4 links running at 256K. I wanted to setup 4 routers so i could apply some QoS traffic shaping but have been told all i have to work with is 1 Cisco 3560.

So looks like all i can do is setup rate-limiting, but i have not have much experience with it. So is it possible to use the rate-limiting features on the VLAN interfaces to limit the traffic on those VLANS down to a 256K link?

So i have something like this:

Interface Vlan20

rate-limit input 2000000 1500 2000 conform-action transmit exceed-action drop

Would this accomplish what I'm trying to achieve?

thanks

3 Replies 3

Joseph W. Doherty
Hall of Fame
Hall of Fame

No, since a rate-limiter or policer will drop the excess packets, not queue them.

On a 3560, you might use the srr-queue bandwidth limit command to "shape" the port, although it won't support 256 Kbps, I believe. You might also consider using srr-queue bandwidth shape command.

PS:

A 3560's QoS feature support is quite different and less rich vs. an ISR, so unsure how much benefit you'll derive.

Hello,

I agree. Moreover, even when you shape your link to a certain bandwidth, the link itself will still work at, say, 100Mbps and all frames will be transmitted at this rate. This will distort your delay measurements, as the 256 Kbps link has its transmission delay over 390 times higher than the 100 Mbps.

Best regards,

Peter

Thanks for the replies guys. I have actually sorted it out using the srr-queue bandwidth limit command.

I hard coded the port to be a 10Mb port, then used the command 'srr-queue bandwidth limit 10' command. This drops the speed down to 512Kb which is as low as i can get.

I was after 256Kb but 512 will be sufficient for the lab.

thanks!

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:

Review Cisco Networking products for a $25 gift card