Super-Networking Blog

Another stab at Bandwidth shaping

by admin on Jun.28, 2006, under Networking, Routers

I retook a look at the settings that I in place before for shaping traffic going out a particular interface on our Cisco 7609. I wrote about is in a past post which can be viewed here. This policy was a hard policing of traffic from certain subnets going out on interface that was limited to 20Mbps. The policy worked great and helped out the bandwidth problem we were having when those networks took over all the bandwidth. The problem we ran into with this one is there are periods of time where our overall traffic is low and these rate limited subnets could/need more this policy didn’t allow for it. So I went back to the drawing board and came up with a plan to set up a queuing policy that reserved a certain amount of bandwidth for the critical traffic and allowed all other traffic to have what is left. This allowed our critical traffic to have the breathing room it needs while allowing the other traffic to grow with the availability of bandwidth. This policy has been working great so far but I have only had in place for a few hours so I still need to monitor for a while. I am putting the generic version of these policies below. Any questions leave a comment.

Class Map Setup

class-map match-all LIMIT

match access-group 102

Policy Map Setup

policy-map LIMIT

class LIMIT

bandwidth

class class-default (catches everything not in the above class-map)

fair-queue

Access List Setup

access-list 102 permit X.X.X.0 0.0.0.255 (Specifies what traffic the class-map will apply to)

Apply to Interface

interface (interface name)

service-policy output LIMIT


356 views

Leave a Reply

Security Code:

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Your Ad Here