Cisco IOS IP SLA Traffic Generator

IP SLA is a great tool that you can use to make things like static routing more reliable, but did you know you can also use it as a traffic generator?

When you configure IP SLA with the correct number of packets and payload sizes, you can use it to create certain traffic streams. This can be very useful when you want to practice QoS since you don’t have to mess around with traffic generator tools.

Before we look at the configuration, let’s do some calculations. Imagine we want to send 16 kbps of traffic from one router to another over Ethernet. How many packets should we send, and what should the payload size be? Let’s take a look at the different header sizes first:

Ethernet Ip Udp Payload Sizes

Here is an example of a frame, an Ethernet header has 14 bytes, IP is 20 bytes, and UDP is 8 bytes.

Calculate the total frame size

Total frame size = L2 header + L3 header + L4 header + payload

My routers will be connected using Ethernet, so that’s 14 bytes. IP adds another 20 bytes, and UDP requires 8 bytes. The reason that I use UDP is that I will configure IP SLA to use UDP jitter.

14 + 20 + 8 = 42 bytes.

To simplify the calculation, I’ll use a payload of 58 bytes so that the total packet will be 42 + 58 = 100 bytes.

Calculate Bandwidth

Bandwidth = frame size x number of packets

We know our frame size is 100 bytes, so how many packets should we send per second? Our goal is to generate 16 kbps of traffic, that’s 16.000 bits per second. This is how we calculate it:

Number of packets = bandwidth / frame size

Before we can do this, we need to convert our 16.000 bits to bytes:

16.000 bits / 8 = 2000 bytes.

Our packet size is 100 bytes, and we need 2000 bytes per second to reach 16 kbps:

2000 / 100 = 20

We need to send 20 packets per second with a frame size of 100 bytes to hit 16 kbps!

So far, so good? Let’s start the configuration…

Configuration

To demonstrate IP SLA, we will use two routers connected with Ethernet, R1, and R2:

R1 R2

Let’s start with the configuration of R1:

ip sla 1
 udp-jitter 192.168.12.2 17001 num-packets 20
 request-data-size 58
 threshold 500
 timeout 500
 frequency 1
ip sla schedule 1 life forever start-time now

As calculated, we will send 20 packets per second with a payload size of 58. This will be good for 16 kbps, but I will show you how to verify this. I used destination port 17002 (pick whatever you like) for this instance.

Let me give you another example for a bandwidth rate of 32 kbps:

We're Sorry, Full Content Access is for Members Only...

If you like to keep on reading, Become a Member Now! Here is why:

  • Learn any CCNA, CCNP and CCIE R&S Topic. Explained As Simple As Possible.
  • Try for Just $1. The Best Dollar You’ve Ever Spent on Your Cisco Career!
  • Full Access to our 799 Lessons. More Lessons Added Every Week!
  • Content created by Rene Molenaar (CCIE #41726)

581 Sign Ups in the last 30 days

satisfaction-guaranteed
100% Satisfaction Guaranteed!
You may cancel your monthly membership at any time.
No Questions Asked!

Tags: , ,


Forum Replies

  1. great work, Really useful info there,
    Thanks,

  2. Good post. Keep up the good work. Thanks.

  3. Hi Rene
    The image file named as “ethernet-ip-udp-payload-sizes.png” in this post is broken. It can not be displayed properly. If it is not my broadband problem, then your image file gets something wrong. Please check it.

  4. Hi Hongfei,

    Thanks for letting me know, I just re-uploaded this image.

    Rene

31 more replies! Ask a question or join the discussion by visiting our Community Forum