<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Traffic Shaping CBWFQ</title>
	<atom:link href="http://www.networkingblog.in/traffic-shaping-cbwfq-2894/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networkingblog.in/traffic-shaping-cbwfq-2894</link>
	<description>Cisco Netpro Blog</description>
	<lastBuildDate>Wed, 23 Jun 2010 06:07:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: karan</title>
		<link>http://www.networkingblog.in/traffic-shaping-cbwfq-2894/comment-page-1#comment-2024</link>
		<dc:creator>karan</dc:creator>
		<pubDate>Mon, 15 Mar 2010 13:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.networkingblog.in/?p=2894#comment-2024</guid>
		<description>As a general rule, you should apply traffic shaping in the direction where you expect congestion to occur. This will depend on how your application traffic flows within your network. From what I read, you have a central site router, so I assume that most of your traffic is outbound from the central router.
This means that the central router would be the place to configure your traffic shaping.
If you&#039;re using frame relay, traffic shaping would be applied as a frame-relay map class under the dlci, not the subinterface. E.g.
class-map traffic_type_1
match ip address ...
class-mapp traffic_type_2
match ip address ..
policy-map mypolicy
class traffic_type_1
bandwidth 50
class traffic_type_2
bandwidth 10
map-class frame-relay my_fr_class
frame-relay cir ..
frame-relay mincir ..
frame-relay bc ..
service-policy output mypolicy
int ser0/0
encapsulation frame-relay
frame-relay traffic-shaping
int ser0/0.1
frame-relay interface-dlci 100
class my_fr_class</description>
		<content:encoded><![CDATA[<p><!--INFOLINKS_ON-->As a general rule, you should apply traffic shaping in the direction where you expect congestion to occur. This will depend on how your application traffic flows within your network. From what I read, you have a central site router, so I assume that most of your traffic is outbound from the central router.<br />
This means that the central router would be the place to configure your traffic shaping.<br />
If you&#8217;re using frame relay, traffic shaping would be applied as a frame-relay map class under the dlci, not the subinterface. E.g.<br />
class-map traffic_type_1<br />
match ip address &#8230;<br />
class-mapp traffic_type_2<br />
match ip address ..<br />
policy-map mypolicy<br />
class traffic_type_1<br />
bandwidth 50<br />
class traffic_type_2<br />
bandwidth 10<br />
map-class frame-relay my_fr_class<br />
frame-relay cir ..<br />
frame-relay mincir ..<br />
frame-relay bc ..<br />
service-policy output mypolicy<br />
int ser0/0<br />
encapsulation frame-relay<br />
frame-relay traffic-shaping<br />
int ser0/0.1<br />
frame-relay interface-dlci 100<br />
class my_fr_class<!--INFOLINKS_OFF--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

