<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: videoconferencing-Qos in Switching</title>
    <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099560#M239747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;The&amp;nbsp; Author of this posting offers the information contained within this&amp;nbsp; posting without consideration and with the reader's understanding that&amp;nbsp; there's no implied or expressed suitability or fitness for any purpose.&amp;nbsp; Information provided is for informational purposes only and should not&amp;nbsp; be construed as rendering professional advice of any kind. Usage of this&amp;nbsp; posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;In&amp;nbsp; no event shall Author be liable for any damages whatsoever (including,&amp;nbsp; without limitation, damages for loss of use, data or profit) arising out&amp;nbsp; of the use or inability to use the posting's information even if Author&amp;nbsp; has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Well going by your Polycom's default setup, if you want to match the Polycom's markings, you'll need to match on IP Precedence 3, 4 and 5.&amp;nbsp; You can treat each of them differently if you like to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might, if possible, consider using DSCP markings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 19:24:09 GMT</pubDate>
    <dc:creator>Joseph W. Doherty</dc:creator>
    <dc:date>2013-01-04T19:24:09Z</dc:date>
    <item>
      <title>videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099549#M239736</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having the attached videoconferencing setup (Polycom) with&amp;nbsp; our branch office. This setup is working fine over site to site vpn tunnel and we see a better voice &amp;amp; video quality all the time except during peak hours.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since we are sharing this 20 mb link with other office usage we find video freezing and voice disturbance when bandwidth crosses the threshold limit. hence we are planing to put Qos to gurantee bandwidth for videoconferncing all the time.&amp;nbsp; There should be 4mb bandwidth dedicated to &lt;/P&gt;&lt;P&gt;videoconferncing at all the time even during full congestion on the internet link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we need to configure qos both in ASA and router.&amp;nbsp; what would be the best way to acheive this...could some one help us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 18:46:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099549#M239736</guid>
      <dc:creator>Shibu1978</dc:creator>
      <dc:date>2019-03-07T18:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099550#M239737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try remarking the traffic on the incoming port from the Polycom.&amp;nbsp; And then trust that marking (DSCP)in your layer-3 links and also reserve bandwidth for it if you want to:&lt;/P&gt;&lt;P&gt;something link this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cos 4 and DSCP 34 which I think is typical COS for videoconferencing&lt;/P&gt;&lt;P&gt;map from&amp;nbsp; 4 to 34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apply below config to the incoming interface using a service policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Remark&lt;/P&gt;&lt;P&gt;class Video-VTC&lt;/P&gt;&lt;P&gt;&amp;nbsp; set dscp 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-any Video-VTC&lt;/P&gt;&lt;P&gt;match dscp 34&lt;/P&gt;&lt;P&gt;match cos 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apply below config to the outgoing interface using a service policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map outgoing-interface&lt;/P&gt;&lt;P&gt;class Video-VTC&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth percent 25&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 02:07:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099550#M239737</guid>
      <dc:creator>Reza Sharifi</dc:creator>
      <dc:date>2012-12-26T02:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099551#M239738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connectivity is like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Polycom(VC)-----Cisco3560Sw(Access) ---4503-sw(Core Sw)----ASA5520-------cisco 2811 rtr-------Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;Cos 4 and DSCP 34 which I think is typical COS for videoconferencing&lt;/P&gt;&lt;P style="background-color: #f7fafb; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;map from&amp;nbsp; 4 to 34&amp;nbsp;&amp;nbsp;&amp;nbsp; apply below config to the incoming interface using a service policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I think above mapping is to be done on the Core SW as this is the incoming SVi interface for the VC vlan.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is it good to do bandwidth allocation in ASA? will it work?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 04:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099551#M239738</guid>
      <dc:creator>Shibu1978</dc:creator>
      <dc:date>2012-12-26T04:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099552#M239739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're "sharing" Internet bandwidth, especially with usual Internet access, without QoS on the ISP side of your links, you cannot guarantee bandwidth for your video stream.&amp;nbsp; You can discuss the possibility of obtaining QoS support with your ISP(s); most ISPs will not provide it.&amp;nbsp; Or, you might consider obtaining another set of Internet links that you can dedicate for your video.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're not "sharing" Internet bandwidth, i.e. all the bandwidth is dedicated for VPN site-to-site, then you can often implement QoS to manage bandwidth for your applications.&amp;nbsp; Unfortunately, I'm not familiar with ASAs so I'm unable to suggest or recommend how QoS might be configured for them or whether it's even possible to satisify your needs.&amp;nbsp; However, your edge 2811s, if they can "recognize" your video stream might be able to support what you need.&amp;nbsp; If they can, you need an outbound policy like what Reza posted although if the interface isn't actually 20 Mbps or implicitly shaped (your later post mentions a VC - what kind of VC?), then you need to shape for your 20 Mbps before reserving bandwidth for your video.&amp;nbsp; Additionally, if your video "averages" 4 Mbps, for real-time video like video conferencing, you'll want to allocate more bandwidth, so that the average is about 2/3 of what's allocated, e.g. for 4 Mbps you'll want about 6 Mbps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 10:52:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099552#M239739</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2012-12-26T10:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099553#M239740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment we have to use the shared internet for Videoconferencing as we dont have any other link for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will our do our best to mark /send out Video packets to ISP ....rest all up to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having Polycom device for&amp;nbsp; VC.&amp;nbsp; the below is the configuration done at the perimeter router.&amp;nbsp;&amp;nbsp; hope this give enough bandwidth for VC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=====&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all vpntraffic&lt;/P&gt;&lt;P&gt; match&amp;nbsp; dscp ef&lt;/P&gt;&lt;P&gt; match&amp;nbsp; dscp af31&lt;/P&gt;&lt;P&gt; match&amp;nbsp; dscp af41&lt;/P&gt;&lt;P&gt;class-map match-all http&lt;/P&gt;&lt;P&gt; match access-group 102&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map outbound-policy&lt;/P&gt;&lt;P&gt; class vpntraffic&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth percent 35&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; description Du_ILL_20Mbps&lt;/P&gt;&lt;P&gt; bandwidth 20480&lt;/P&gt;&lt;P&gt; ip address 94.*.*.* 255.255.255.248&lt;/P&gt;&lt;P&gt; load-interval 30&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; service-policy output outbound-policy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:29:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099553#M239740</guid>
      <dc:creator>Shibu1978</dc:creator>
      <dc:date>2012-12-26T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099554#M239741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;At the moment we have to use the shared internet for Videoconferencing as we dont have any other link for this purpose.&lt;/PRE&gt;&lt;P&gt;Yes, I understand, but doing so may make it practically impossible to guarantee Video conferencing performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;We will our do our best to mark /send out Video packets to ISP ....rest all up to them.&lt;/PRE&gt;&lt;P&gt;Unless the ISP has made some commitment to you about providing QoS based on ToS markings, you'll likely receive no benefit across the ISP network due to your markings.&amp;nbsp; (NB: most ISPs, by default, ignore ToS markings.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;class-map match-all vpntraffic&lt;P&gt; match&amp;nbsp; dscp ef&lt;/P&gt;&lt;P&gt; match&amp;nbsp; dscp af31&lt;/P&gt;&lt;P&gt; match&amp;nbsp; dscp af41&lt;/P&gt;&lt;P&gt;class-map match-all http&lt;/P&gt;&lt;P&gt; match access-group 102&lt;/P&gt;&lt;BR /&gt;policy-map outbound-policy&lt;P&gt; class vpntraffic&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth percent 35&lt;/P&gt;&lt;BR /&gt;interface FastEthernet0/1&lt;P&gt; description Du_ILL_20Mbps&lt;/P&gt;&lt;P&gt; bandwidth 20480&lt;/P&gt;&lt;P&gt; ip address 94.*.*.* 255.255.255.248&lt;/P&gt;&lt;P&gt; load-interval 30&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; service-policy output outbound-policy&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;For the above, you probably should shape for the 20 Mbps; the bandwidth 20480 doesn't rate limit your 100 Mbps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above, I presume you're allocating about 7 Mbps for ALL your "special" VPN traffic and leaving the rest for non-"special" VPN traffic and/or non-VPN traffic.&amp;nbsp; First (again) this policy won't engage until you congest at 100 Mbps and second you really want to prioritize real-time traffic even within you overall VPN allocation (and third, if you can't manage or control ingress bandwidth, video conferencing is likely not to work well at all times).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 14:43:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099554#M239741</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2012-12-26T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099555#M239742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Videoconferencing works well all the time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we face issue only when the bandwidth touches 20mb or close to 20Mb.&amp;nbsp; luckily rest all times VC works fine. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For the above, you probably should shape for the 20 Mbps; the bandwidth 20480 doesn't rate limit your 100 Mbps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i shape for the 20mbps? could you help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From the above, I presume you're allocating about 7 Mbps for ALL your "special" VPN traffic and leaving the rest for non-"special" VPN traffic and/or non-VPN traffic.&amp;nbsp; First (again) this policy won't engage until you congest at 100 Mbps and second you really want to prioritize real-time traffic even within you overall VPN allocation (and third, if you can't manage or control ingress bandwidth, video conferencing is likely not to work well at all times).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp; that case is there any way we can prioritise the above dscp values so that these values will be served first irrespective of the link usage. can we do it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 04:56:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099555#M239742</guid>
      <dc:creator>Shibu1978</dc:creator>
      <dc:date>2012-12-27T04:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099556#M239743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amend your config to be similar to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map outbound-policy-shape&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; shape average 20000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy outbound-policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; service-policy output outbound-policy-shape&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, since you're "sharing" bandwidth - no guarantee whether the above will mitigate your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 10:14:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099556#M239743</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2012-12-27T10:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099557#M239744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for being late to reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After amending the suggested configurations on to the device i can now see EF packets are matching .&amp;nbsp; but other two values are not being marked.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RTR2800-1#sh policy-map interface fa0/1&lt;/P&gt;&lt;P&gt; FastEthernet0/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Service-policy output: VPNOUTBOUND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class-map: VPNOUTBOUND (match-any)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2641274 packets, 345188496 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 second offered rate 0 bps, drop rate 0 bps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Match:&amp;nbsp; dscp ef (46)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;2641274 packets, 345188748 bytes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 second rate 0 bps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Match:&amp;nbsp; dscp af31 (26)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 second rate 0 bps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Match:&amp;nbsp; dscp af41 (34)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 second rate 0 bps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queueing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output Queue: Conversation 265&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bandwidth 30 (%)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bandwidth 6144 (kbps)Max Threshold 64 (packets)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (pkts matched/bytes matched) 35/4394&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (depth/total drops/no-buffer drops) 0/0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the packet flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Polycom(VC)-----Cisco3560Sw(Access) ---4503-sw(Core Sw)----ASA5520-------cisco 2811 rtr-------Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Reza suggested&amp;nbsp; I have not done remarking the traffic on the incoming port from the Polycom.&amp;nbsp; Is it now required as i am seeing the matching on EF packets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 19:53:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099557#M239744</guid>
      <dc:creator>Shibu1978</dc:creator>
      <dc:date>2013-01-03T19:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099558#M239745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;As Reza suggested&amp;nbsp; I have not done remarking the traffic on the incoming port from the Polycom.&amp;nbsp; Is it now required as i am seeing the matching on EF packets?&lt;/PRE&gt;&lt;P&gt;Well that depends whether the EF marking is attached to the Polycom's packets and whether you want to use this marking for the video traffic.&amp;nbsp; (NB: normally EF is just used for VoIP bearer traffic.&amp;nbsp; Sometimes for other "like" traffic, as perhaps video conferencing audio.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I believe the Polycom units often ofter a setup where you can specify how their traffic is to be marked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 10:52:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099558#M239745</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2013-01-04T10:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099559#M239746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the attached default Qos setup with Polycom device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/1/4/3/123341-Polycom.png" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 16:41:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099559#M239746</guid>
      <dc:creator>Shibu1978</dc:creator>
      <dc:date>2013-01-04T16:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: videoconferencing-Qos</title>
      <link>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099560#M239747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;The&amp;nbsp; Author of this posting offers the information contained within this&amp;nbsp; posting without consideration and with the reader's understanding that&amp;nbsp; there's no implied or expressed suitability or fitness for any purpose.&amp;nbsp; Information provided is for informational purposes only and should not&amp;nbsp; be construed as rendering professional advice of any kind. Usage of this&amp;nbsp; posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;In&amp;nbsp; no event shall Author be liable for any damages whatsoever (including,&amp;nbsp; without limitation, damages for loss of use, data or profit) arising out&amp;nbsp; of the use or inability to use the posting's information even if Author&amp;nbsp; has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Well going by your Polycom's default setup, if you want to match the Polycom's markings, you'll need to match on IP Precedence 3, 4 and 5.&amp;nbsp; You can treat each of them differently if you like to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might, if possible, consider using DSCP markings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 19:24:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/videoconferencing-qos/m-p/2099560#M239747</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2013-01-04T19:24:09Z</dc:date>
    </item>
  </channel>
</rss>

