<?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: NBAR questions in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709870#M42558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration is not using NBAR but just plain QoS.&lt;/P&gt;&lt;P&gt;NBAR recogonizes packet by protocol and your match statements should have commands like &lt;/P&gt;&lt;P&gt;match protocol ftp&lt;/P&gt;&lt;P&gt;match protocol telnet&lt;/P&gt;&lt;P&gt;match protocol smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I totally agree with VLAD that the discovery command is not required for configuring NBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the following links &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800c75d0.html#11135" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800c75d0.html#11135&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121limit/121e/121e6/dnbar.htm#xtocid504515" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121limit/121e/121e6/dnbar.htm#xtocid504515&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, rate if it does&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2006 07:56:43 GMT</pubDate>
    <dc:creator>royalblues</dc:creator>
    <dc:date>2006-10-16T07:56:43Z</dc:date>
    <item>
      <title>NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709863#M42551</link>
      <description>&lt;P&gt;How I can check to find out for sure protocols are being dropped using NBAR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my NBAR config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all nbar-drop&lt;/P&gt;&lt;P&gt; match protocol sqlserver&lt;/P&gt;&lt;P&gt; match protocol h323&lt;/P&gt;&lt;P&gt; match protocol skinny&lt;/P&gt;&lt;P&gt; match protocol fasttrack&lt;/P&gt;&lt;P&gt; match protocol pptp&lt;/P&gt;&lt;P&gt; match protocol sqlnet&lt;/P&gt;&lt;P&gt; match protocol xwindows&lt;/P&gt;&lt;P&gt; match protocol icmp&lt;/P&gt;&lt;P&gt; match protocol novadigm&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map block&lt;/P&gt;&lt;P&gt; class nbar-drop&lt;/P&gt;&lt;P&gt;   drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet1/0&lt;/P&gt;&lt;P&gt; service-policy input block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TX&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 22:21:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709863#M42551</guid>
      <dc:creator>opers13</dc:creator>
      <dc:date>2019-03-03T22:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709864#M42552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int fa1/0&lt;/P&gt;&lt;P&gt;ip nbar protocol-discovery &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you'll be able to check which protocols are matching, using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show ip nbar protocol-discovery &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Oct 2006 18:05:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709864#M42552</guid>
      <dc:creator>vladrac-ccna</dc:creator>
      <dc:date>2006-10-15T18:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709865#M42553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vlad, what you posted are the first steps to enable NBAR on the interface...I already done all of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else,  know a command to actually see how many packets NBAR has dropped??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 00:13:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709865#M42553</guid>
      <dc:creator>opers13</dc:creator>
      <dc:date>2006-10-16T00:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709866#M42554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll have to disagree with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont need that command to enable NBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config)# class-map sqlnettraffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config-cmap)# match protocol sqlnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config)# policy-map sqlsetipprec1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config-pmap)# class sqlnettraffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config-pmap-c)# set ip precedence 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config)# interface fastethernet 0/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router(config-if)# service-policy output sqlsetipprec1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is just optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Usage Guidelines &lt;/P&gt;&lt;P&gt;Use the ip nbar protocol-discovery command to configure NBAR to keep traffic statistics for all protocols known to NBAR. Protocol Discovery provides an easy way to discover application protocols traversing an interface so that QoS policies can be developed and applied. The Protocol Discovery feature discovers any protocol traffic supported by NBAR. Protocol Discovery can be used to monitor both input and output traffic and may be applied with or without a service policy enabled. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"? Enabling Protocol Discovery (optional) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;? Configuring a Traffic Class (required) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;? Configuring a Traffic Policy (required) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;? Attaching a Traffic Policy to an Interface (required) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;? Downloading PDLMs (optional) &lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 01:27:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709866#M42554</guid>
      <dc:creator>vladrac-ccna</dc:creator>
      <dc:date>2006-10-16T01:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709867#M42555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are dropping all those protocols, just use the statistics from the show discovery, and there's the information you need, isnt it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 01:34:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709867#M42555</guid>
      <dc:creator>vladrac-ccna</dc:creator>
      <dc:date>2006-10-16T01:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709868#M42556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with valdra, here is sample config of NBAR dat will give more clarity.like if we want to give 80% traffic utilization for any HTTP based application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map match-all QOS-HTTPS&lt;/P&gt;&lt;P&gt;  match access-group name QOS-HTTPS&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map QoS-to-rtrname-OUT&lt;/P&gt;&lt;P&gt;  class QOS-HTTPS&lt;/P&gt;&lt;P&gt;   bandwidth percent 80&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended QOS-HTTPS&lt;/P&gt;&lt;P&gt; permit tcp any any eq 443&lt;/P&gt;&lt;P&gt; permit tcp any eq 443 any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial1/0&lt;/P&gt;&lt;P&gt;service-policy output QoS-to-rtrname-OUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:03:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709868#M42556</guid>
      <dc:creator>mukeshpal</dc:creator>
      <dc:date>2006-10-16T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709869#M42557</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;"show policy-map interface FastEthernet1/0" should give you the amount of packets matched and then dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:49:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709869#M42557</guid>
      <dc:creator>mheusinger</dc:creator>
      <dc:date>2006-10-16T07:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709870#M42558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above configuration is not using NBAR but just plain QoS.&lt;/P&gt;&lt;P&gt;NBAR recogonizes packet by protocol and your match statements should have commands like &lt;/P&gt;&lt;P&gt;match protocol ftp&lt;/P&gt;&lt;P&gt;match protocol telnet&lt;/P&gt;&lt;P&gt;match protocol smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I totally agree with VLAD that the discovery command is not required for configuring NBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the following links &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800c75d0.html#11135" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800c75d0.html#11135&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121limit/121e/121e6/dnbar.htm#xtocid504515" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121limit/121e/121e6/dnbar.htm#xtocid504515&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, rate if it does&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 07:56:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709870#M42558</guid>
      <dc:creator>royalblues</dc:creator>
      <dc:date>2006-10-16T07:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709871#M42559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get no drops...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh policy-map interface &lt;/P&gt;&lt;P&gt; FastEthernet1/0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Service-policy input: block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Class-map: nbar-drop (match-all)&lt;/P&gt;&lt;P&gt;      0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;      5 minute offered rate 0 bps, drop rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol sqlserver&lt;/P&gt;&lt;P&gt;      Match: protocol h323&lt;/P&gt;&lt;P&gt;      Match: protocol skinny&lt;/P&gt;&lt;P&gt;      Match: protocol fasttrack&lt;/P&gt;&lt;P&gt;      Match: protocol pptp&lt;/P&gt;&lt;P&gt;      Match: protocol sqlnet&lt;/P&gt;&lt;P&gt;      Match: protocol xwindows&lt;/P&gt;&lt;P&gt;      Match: protocol icmp&lt;/P&gt;&lt;P&gt;      drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Class-map: class-default (match-any)&lt;/P&gt;&lt;P&gt;      199705 packets, 222895713 bytes&lt;/P&gt;&lt;P&gt;      5 minute offered rate 124000 bps, drop rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: any &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 08:51:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709871#M42559</guid>
      <dc:creator>opers13</dc:creator>
      <dc:date>2006-10-16T08:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709872#M42560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out the attachment, that's from "sh ip nbar protocol discovery interface fastethernet 1/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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 08:57:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709872#M42560</guid>
      <dc:creator>opers13</dc:creator>
      <dc:date>2006-10-16T08:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709873#M42561</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;there is only a little mistake. class-maps by default are match-ALL. In your case traffic, which is H323 and Skinny and ... at the same time would match ... so no traffic.&lt;/P&gt;&lt;P&gt;Just change your class-map to match-any and you should be fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router#config t&lt;/P&gt;&lt;P&gt;Router(config)# class-map match-any nbar-drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! Please rate all posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 11:18:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709873#M42561</guid>
      <dc:creator>mheusinger</dc:creator>
      <dc:date>2006-10-16T11:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709874#M42562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayan,&lt;/P&gt;&lt;P&gt;See in my sample config it shows that its matching the HTTPS traffic through access-list dats shows its a NBAR qos. but its look like a qos. this is the another way of configuring NBAR. I agree with you dat its basiclly matching the protocol so mine sample is also matching HTTP protocol. correct me if i m wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds...Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 13:20:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709874#M42562</guid>
      <dc:creator>mukeshpal</dc:creator>
      <dc:date>2006-10-16T13:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: NBAR questions</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709875#M42563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I made the changes, now I can see the packet and bytes count...but no drop count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also enabled "service-policy output" on int fe1/0 and I added http to class-map.  and it worked I did see the drop count increment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I don't see the drop count for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FastEthernet1/0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Service-policy input: nbar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Class-map: block (match-any)&lt;/P&gt;&lt;P&gt;      71 packets, 7897 bytes&lt;/P&gt;&lt;P&gt;      5 minute offered rate 0 bps, drop rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol sqlserver&lt;/P&gt;&lt;P&gt;        4 packets, 264 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol h323&lt;/P&gt;&lt;P&gt;        1 packets, 60 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol skinny&lt;/P&gt;&lt;P&gt;        5 packets, 300 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol fasttrack&lt;/P&gt;&lt;P&gt;        2 packets, 120 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol pptp&lt;/P&gt;&lt;P&gt;        0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol sqlnet&lt;/P&gt;&lt;P&gt;        0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol xwindows&lt;/P&gt;&lt;P&gt;        2 packets, 120 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol icmp&lt;/P&gt;&lt;P&gt;        43 packets, 5962 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol novadigm&lt;/P&gt;&lt;P&gt;        0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol edonkey&lt;/P&gt;&lt;P&gt;        0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      Match: protocol winmx&lt;/P&gt;&lt;P&gt;        0 packets, 0 bytes&lt;/P&gt;&lt;P&gt;        5 minute rate 0 bps&lt;/P&gt;&lt;P&gt;      drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Class-map: class-default (match-any)&lt;/P&gt;&lt;P&gt;      37104 packets, 18621469 bytes&lt;/P&gt;&lt;P&gt;      5 minute offered rate 1000 bp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 23:50:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nbar-questions/m-p/709875#M42563</guid>
      <dc:creator>opers13</dc:creator>
      <dc:date>2006-10-16T23:50:40Z</dc:date>
    </item>
  </channel>
</rss>

