<?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: How to force QoS policy to configurate specific device? in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481329#M1190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="font-size: 14.0pt;"&gt;Dynamic QoS policy applies to the port the host is attached to.&amp;nbsp; That switch needs to have &lt;SPAN style="font-size: 14.0pt;"&gt;EQ enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2016 14:16:36 GMT</pubDate>
    <dc:creator>yawming</dc:creator>
    <dc:date>2016-05-06T14:16:36Z</dc:date>
    <item>
      <title>How to force QoS policy to configurate specific device?</title>
      <link>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481326#M1187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create policy that will control bandwidth of video flows on border routers. In the network host is connected to a 2960-x switch that is connected to 4331 router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With using POST /policy/flow API function and optional parameters networkDeviceId or networkDeviceName in which I put information about desired router it always makes policy that has networkDeviceId and networkDeviceName from switch instead of router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason for that behaviour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example this is REST request:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="value"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="value"&gt;&lt;CODE&gt;&lt;SPAN class="value"&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;protocol&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"udp"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;flowType&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"VIDEO"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/CODE&gt;&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;sourceIP&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"10.145.220.98"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;destIP&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"10.145.240.194"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;averageBandwidth&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"10"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;peakBandwidth&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"20"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt; &lt;STRONG&gt; "&lt;SPAN class="attribute"&gt;networkDeviceName&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"Border_router_1"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;SPAN class="value"&gt;&lt;BR class="value" /&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="value"&gt;&lt;SPAN class="value"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="value"&gt;&lt;SPAN class="value"&gt;and this is added qos policy:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="value"&gt;&lt;SPAN class="value"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="value"&gt;&lt;SPAN class="value"&gt;&lt;CODE&gt;&lt;SPAN class="value"&gt;{&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;id&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"aa91970f-72eb-4743-9d34-7997e7f4bb5a"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;sourceIP&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"10.145.220.98"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;destIP&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"10.145.240.194"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;protocol&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"udp"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;flowType&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"VIDEO"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;averageBandwidth&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"10"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;peakBandwidth&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"20"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; &lt;STRONG&gt;"&lt;SPAN class="attribute"&gt;networkDeviceId&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"317520f7-b554-41f9-bba6-d1c0a705d8d6"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;networkDeviceName&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"Switch_1"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;interfaceId&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"e1aff40d-8c05-414b-9a3f-8d1d9b408f86"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;interfaceName&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"GigabitEthernet1/0/2"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp; "&lt;SPAN class="attribute"&gt;status&lt;/SPAN&gt;": &lt;SPAN class="value"&gt;&lt;SPAN class="string"&gt;"CONFIG_ADD_SUCCESS"&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="value"&gt;&lt;SPAN class="value"&gt;&lt;SPAN class="value"&gt;&lt;SPAN class="value"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. are those bandwidth values in % of link bandwidth? I assume they are because values must be in range from 0 to 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:28:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481326#M1187</guid>
      <dc:creator>dgombovic</dc:creator>
      <dc:date>2019-03-01T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to force QoS policy to configurate specific device?</title>
      <link>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481327#M1188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I saw the dynamic QoS is added successfully, other than what you observed, is it doing the job you want ? Those attributes in POST are optional in this release don't know if there really got used correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 17:36:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481327#M1188</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2016-05-05T17:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to force QoS policy to configurate specific device?</title>
      <link>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481328#M1189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, unfortunately results show no change in network behaviour or switch configuration.&lt;/P&gt;&lt;P&gt;I thought that problem is in switch, so I wanted to force QoS policy on router.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 10:57:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481328#M1189</guid>
      <dc:creator>dgombovic</dc:creator>
      <dc:date>2016-05-06T10:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to force QoS policy to configurate specific device?</title>
      <link>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481329#M1190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="font-size: 14.0pt;"&gt;Dynamic QoS policy applies to the port the host is attached to.&amp;nbsp; That switch needs to have &lt;SPAN style="font-size: 14.0pt;"&gt;EQ enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 14:16:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481329#M1190</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2016-05-06T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to force QoS policy to configurate specific device?</title>
      <link>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481330#M1191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dynamic QoS is for marking.&amp;nbsp; The bandwidth fields are not implemented at present.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dynamic QoS policy you have defined mark traffic from host with srcIP of &lt;SPAN style="color: #3d3d3d; font-family: monospace; font-size: 12px;"&gt;10.145.220.98&lt;/SPAN&gt; as video.&amp;nbsp; APIC-EM will look for the switchport that has 10.145.220.98 attached to it, and create a policy-map to mark traffic from 10.145.220.98 -&amp;gt; 10.145.220.194 as video traffic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 02:32:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-to-force-qos-policy-to-configurate-specific-device/m-p/3481330#M1191</guid>
      <dc:creator>aradford</dc:creator>
      <dc:date>2016-05-07T02:32:37Z</dc:date>
    </item>
  </channel>
</rss>

