<?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 Jose, One way to begin in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/control-plane-protection-cppr-and-traffic-rates/m-p/2615490#M920390</link>
    <description>&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Jose, One way to begin tunning your environment would be to create class-maps which rely on ACLs to properly categorize the traffic. In the class-map, you may want to specific the conform action to be "transmit" and the exceed action to be transmit as well.&amp;nbsp; This should ensure that the traffic that you are categorizing in CoPP will still transmit even if it exceeds the bandwidth you specified, but will still increment your exceed counter if the bandwidth you specified is not enough.&amp;nbsp; Later all you will have to do is adjust your bandwidth to higher amount until you do not see the exceed counter increment.&amp;nbsp; When using the "show policy-map control-plane-policy" command be aware that the output may be limiited to a small window of time.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="color: #000000;"&gt;conf t&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="color: #000000;"&gt;ip access-list ex test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;permit ip any any eq ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;permit ip any eq ssh any&lt;BR /&gt;exit&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="color: #000000;"&gt;class-map test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;match access-group test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;policy-map control-plane-policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !notice the exceed action of "transmit" below&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;class test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; police rate 100&amp;nbsp; 10&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;conform-action transmit exceed-action transmit&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;control plane&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;service-policy&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;input&lt;/SPAN&gt;&amp;nbsp;control-plane-policy&lt;BR /&gt;end&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;show policy-map control-plane-policy&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Hopefully my syntax is correct, I do not have a router in front of me right now.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2016 16:39:31 GMT</pubDate>
    <dc:creator>SAM R.</dc:creator>
    <dc:date>2016-01-27T16:39:31Z</dc:date>
    <item>
      <title>Control Plane Protection (CPPr) and Traffic Rates</title>
      <link>https://community.cisco.com/t5/network-security/control-plane-protection-cppr-and-traffic-rates/m-p/2615489#M920389</link>
      <description>&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;currently I'm working on implement policies according to the CPPr but a couple of questions comes to my mind:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is there any standard to start policing the Management traffic (SSH, SNMP, Telnet, etc)??&lt;/P&gt;&lt;P&gt;2. How can I identify the current rates for the management protocols in order to Policy them??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand how the MQC works and for sure understand the the CPPr optiones and benefits but I cannot find a way to start using it in my network or tuning it for my needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jose-Manuel Cortes&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:24:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/control-plane-protection-cppr-and-traffic-rates/m-p/2615489#M920389</guid>
      <dc:creator>jose cortes</dc:creator>
      <dc:date>2020-02-21T13:24:35Z</dc:date>
    </item>
    <item>
      <title>Jose, One way to begin</title>
      <link>https://community.cisco.com/t5/network-security/control-plane-protection-cppr-and-traffic-rates/m-p/2615490#M920390</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Jose, One way to begin tunning your environment would be to create class-maps which rely on ACLs to properly categorize the traffic. In the class-map, you may want to specific the conform action to be "transmit" and the exceed action to be transmit as well.&amp;nbsp; This should ensure that the traffic that you are categorizing in CoPP will still transmit even if it exceeds the bandwidth you specified, but will still increment your exceed counter if the bandwidth you specified is not enough.&amp;nbsp; Later all you will have to do is adjust your bandwidth to higher amount until you do not see the exceed counter increment.&amp;nbsp; When using the "show policy-map control-plane-policy" command be aware that the output may be limiited to a small window of time.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="color: #000000;"&gt;conf t&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="color: #000000;"&gt;ip access-list ex test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;permit ip any any eq ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;permit ip any eq ssh any&lt;BR /&gt;exit&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="prettyprint"&gt;&lt;SPAN style="color: #000000;"&gt;class-map test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;match access-group test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;policy-map control-plane-policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !notice the exceed action of "transmit" below&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;class test_ssh&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; police rate 100&amp;nbsp; 10&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;conform-action transmit exceed-action transmit&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;control plane&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;service-policy&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;input&lt;/SPAN&gt;&amp;nbsp;control-plane-policy&lt;BR /&gt;end&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;SPAN class="synph"&gt;&lt;SPAN class="kwd"&gt;show policy-map control-plane-policy&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Hopefully my syntax is correct, I do not have a router in front of me right now.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:39:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/control-plane-protection-cppr-and-traffic-rates/m-p/2615490#M920390</guid>
      <dc:creator>SAM R.</dc:creator>
      <dc:date>2016-01-27T16:39:31Z</dc:date>
    </item>
  </channel>
</rss>

