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

Outbound Traffic Shaping

chrish346
Level 1
Level 1

Hello,

I'm wondering how I can shape my outbound traffic?

I'm sending over SCP from a pc 192.168.1.136 to the internet and would like to limit this to 20kb/sec.

How would this be done?

3 Replies 3

Edison Ortiz
Hall of Fame
Hall of Fame

You want to shape it or limit it ? Those are two different QoS techniques.

What type of hardware are we dealing with?

__

Edison.

Its a cisco 1721 running 12.3 ... I guess i want to limit it ..

First, you want to create an ACL to include what you want to Qos.

Second, you want to create a class-map that calls for the ACL.

Third, you want to create a policy-map that calls the class-map and applies the desired police policy.

Fourth, you apply the policy-map to the interface.

ip access-list extended SCP

permit ..................

class-map SCP

match access-group name SCP

policy-map SCP

class SCP

police cir 20000

conform-action transmit

exceed-action drop

class class-default

fair-queue

interface sx/x

service-policy output SCP

Please note, I did this from the top of my head so please verify the syntax in the router :)

HTH,

___

Edison.

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:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco