<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My-Technet &#187; QoS</title>
	<atom:link href="http://my-technet.com/index.php/category/cisco/router/qos/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-technet.com</link>
	<description>Where I Save What I Will Forget</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>DSCP to CoS Table</title>
		<link>http://my-technet.com/index.php/cisco/router/qos/dscp-to-cos-table/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/cisco/router/qos/dscp-to-cos-table/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:36:04 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[QoS]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=87</guid>
		<description><![CDATA[ ]]></description>
			<content:encoded><![CDATA[<p> </p>
<p style="TEXT-ALIGN: center"><a href="http://my-technet.com/wp-content/uploads/2009/06/DSCP-To-CoS.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="aligncenter size-full wp-image-86" title="DSCP-To-CoS" src="http://my-technet.com/wp-content/uploads/2009/06/DSCP-To-CoS.jpg" alt="DSCP-To-CoS" width="441" height="204" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/cisco/router/qos/dscp-to-cos-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QoS For Shoretel VOIP, Citrix, and Other Traffic Example</title>
		<link>http://my-technet.com/index.php/cisco/router/qos/qos-for-shoretel-voip-citrix-and-other-traffic-example/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://my-technet.com/index.php/cisco/router/qos/qos-for-shoretel-voip-citrix-and-other-traffic-example/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:25:24 +0000</pubDate>
		<dc:creator>JBrokaw</dc:creator>
				<category><![CDATA[QoS]]></category>

		<guid isPermaLink="false">http://my-technet.com/?p=80</guid>
		<description><![CDATA[ip access-list extended Priority Remark Citrix Ports  permit tcp any any eq 1494  permit udp any any eq 1604 Remark<a href="http://my-technet.com/index.php/cisco/router/qos/qos-for-shoretel-voip-citrix-and-other-traffic-example/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>ip access-list extended Priority</p>
<p>Remark Citrix Ports<br />
 permit tcp any any eq 1494<br />
 permit udp any any eq 1604</p>
<p>Remark ShoreTel Director Server<br />
 permit tcp any any eq 111<br />
 permit udp any any eq 111<br />
 permit udp any any eq 2727<br />
 permit udp any any eq 5440<br />
 permit udp any any eq 5441<br />
 permit udp any any eq 5442<br />
 permit udp any any eq 5443<br />
 permit udp any any eq 5445<br />
 permit udp any any eq 5446<br />
 permit udp any any eq 5004</p>
<p>class-map match-any VoIP<br />
match protocol rtp audio</p>
<p>class-map match-any Priority<br />
match access-group name Priority</p>
<p>class-map match-any WebEmail<br />
match protocol http<br />
match protocol secure-http<br />
match protocol ftp<br />
match protocol smtp<br />
match protocol pop3</p>
<p>policy-map QoS<br />
class VoIP<br />
  priority percent 30<br />
  set dscp ef<br />
Class Priority<br />
  bandwidth remaining percent 40<br />
  set dscp 34<br />
class WebEmail<br />
  bandwidth remaining percent 15<br />
  set dscp 26<br />
class class-default<br />
 fair-queue<br />
interface Serial0/1/0</p>
<p> ip address 192.168.1.1 255.255.255.252<br />
 ip nbar protocol-discovery<br />
 service-policy output QoS</p>
]]></content:encoded>
			<wfw:commentRss>http://my-technet.com/index.php/cisco/router/qos/qos-for-shoretel-voip-citrix-and-other-traffic-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
