<?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 FPM : Fine tuning required in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fpm-fine-tuning-required/m-p/1558061#M599530</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m using FPM on 1811 router with 12.4 24 T Advanced security code. Im trying to filter syslog warning traps from the firewalls send to NMS. below is the required configuration which matches OID for Syslog warning traps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;load protocol system:/fpm/phdf/ether.phdf&lt;BR /&gt;load protocol system:/fpm/phdf/ip.phdf&lt;BR /&gt;load protocol system:/fpm/phdf/tcp.phdf&lt;BR /&gt;load protocol system:/fpm/phdf/udp.phdf&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;class-map type stack match-all IP_UDP&lt;BR /&gt; match field IP dest-addr eq 10.10.10.10 next UDP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;class-map type access-control match-all WARNING&lt;BR /&gt; match start l3-start offset 0 size 256 regex ".*\x2b\x06\x01\x04\x01\x09\x09\x29\x01\x02\x03\x01\x03\x00\x02\x01\x05.*"&lt;BR /&gt; match field UDP dest-port eq 162&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type access-control FILTER_WARNING&lt;BR /&gt; class WARNING&lt;BR /&gt;&amp;nbsp;&amp;nbsp; log&lt;BR /&gt;policy-map type access-control FPM&lt;BR /&gt; class TRAP&lt;BR /&gt;&amp;nbsp;&amp;nbsp; log&lt;BR /&gt;&amp;nbsp;&amp;nbsp; drop&lt;BR /&gt; class IP_UDP&lt;BR /&gt;&amp;nbsp; service-policy FILTER_WARNING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;But some how traffic on port 161 and icmp messages are matched against it. ICMP i thought of them as port unreachable messages but any clue on matches for 161 port (normal SNMP polling).&lt;/SPAN&gt;&lt;SPAN style="color: #333333;"&gt; it seems that "match filed UDP dest-port eq 162" is not working&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; below are the logs for the same&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;*Nov&amp;nbsp; 1 04:53:30 UTC: %SEC-6-IPACCESSLOGDP: list WARNING permitted icmp 1.1.1.1 (FastEthernet1 ) -&amp;gt; 10.10.10.10 (0/0), 1 packet &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;*Nov&amp;nbsp; 1 04:45:34 UTC: %SEC-6-IPACCESSLOGP: list WARNING permitted udp 10.10.20.1 (161) (FastEthernet1 ) -&amp;gt; 10.10.10.10 (51643), 1 packet&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please advise on fine tuning in the configuration or further analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hitesh Vinzoda&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 19:02:57 GMT</pubDate>
    <dc:creator>Hitesh Vinzoda</dc:creator>
    <dc:date>2019-03-11T19:02:57Z</dc:date>
    <item>
      <title>FPM : Fine tuning required</title>
      <link>https://community.cisco.com/t5/network-security/fpm-fine-tuning-required/m-p/1558061#M599530</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m using FPM on 1811 router with 12.4 24 T Advanced security code. Im trying to filter syslog warning traps from the firewalls send to NMS. below is the required configuration which matches OID for Syslog warning traps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;load protocol system:/fpm/phdf/ether.phdf&lt;BR /&gt;load protocol system:/fpm/phdf/ip.phdf&lt;BR /&gt;load protocol system:/fpm/phdf/tcp.phdf&lt;BR /&gt;load protocol system:/fpm/phdf/udp.phdf&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;class-map type stack match-all IP_UDP&lt;BR /&gt; match field IP dest-addr eq 10.10.10.10 next UDP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;class-map type access-control match-all WARNING&lt;BR /&gt; match start l3-start offset 0 size 256 regex ".*\x2b\x06\x01\x04\x01\x09\x09\x29\x01\x02\x03\x01\x03\x00\x02\x01\x05.*"&lt;BR /&gt; match field UDP dest-port eq 162&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type access-control FILTER_WARNING&lt;BR /&gt; class WARNING&lt;BR /&gt;&amp;nbsp;&amp;nbsp; log&lt;BR /&gt;policy-map type access-control FPM&lt;BR /&gt; class TRAP&lt;BR /&gt;&amp;nbsp;&amp;nbsp; log&lt;BR /&gt;&amp;nbsp;&amp;nbsp; drop&lt;BR /&gt; class IP_UDP&lt;BR /&gt;&amp;nbsp; service-policy FILTER_WARNING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;But some how traffic on port 161 and icmp messages are matched against it. ICMP i thought of them as port unreachable messages but any clue on matches for 161 port (normal SNMP polling).&lt;/SPAN&gt;&lt;SPAN style="color: #333333;"&gt; it seems that "match filed UDP dest-port eq 162" is not working&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; below are the logs for the same&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;*Nov&amp;nbsp; 1 04:53:30 UTC: %SEC-6-IPACCESSLOGDP: list WARNING permitted icmp 1.1.1.1 (FastEthernet1 ) -&amp;gt; 10.10.10.10 (0/0), 1 packet &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;*Nov&amp;nbsp; 1 04:45:34 UTC: %SEC-6-IPACCESSLOGP: list WARNING permitted udp 10.10.20.1 (161) (FastEthernet1 ) -&amp;gt; 10.10.10.10 (51643), 1 packet&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please advise on fine tuning in the configuration or further analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hitesh Vinzoda&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:02:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpm-fine-tuning-required/m-p/1558061#M599530</guid>
      <dc:creator>Hitesh Vinzoda</dc:creator>
      <dc:date>2019-03-11T19:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: FPM : Fine tuning required</title>
      <link>https://community.cisco.com/t5/network-security/fpm-fine-tuning-required/m-p/1558062#M599531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue resolved... changed the configuration to Match dest port 162 first and than the payload in packet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hitesh Vinzoda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 11:26:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpm-fine-tuning-required/m-p/1558062#M599531</guid>
      <dc:creator>Hitesh Vinzoda</dc:creator>
      <dc:date>2010-11-01T11:26:27Z</dc:date>
    </item>
  </channel>
</rss>

