<?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: Is it possible to direct 'input-log' for specific ACL to a s in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/is-it-possible-to-direct-input-log-for-specific-acl-to-a-syslog/m-p/1399109#M969397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like a job for Netflow.&amp;nbsp; I have provided links to documentation below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring Netflow (12.2 Mainline):&lt;BR /&gt;&lt;A href="http://www.cisco.com/en/US/docs/ios/12_2/switch/configuration/guide/xcfnfc.html"&gt;http://www.cisco.com/en/US/docs/ios/12_2/switch/configuration/guide/xcfnfc.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;flow-tools (to analyze netflow data):&lt;BR /&gt;&lt;A href="ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-0.66.tar.gz"&gt;ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-0.66.tar.gz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Powerpoint tying the two together:&lt;BR /&gt;&lt;A href="http://ws.edu.isoc.org/workshops/2008/apricot2008/netmanage/presos/netflow/apricot-flow-tools-slides.ppt"&gt;http://ws.edu.isoc.org/workshops/2008/apricot2008/netmanage/presos/netflow/apricot-flow-tools-slides.ppt&lt;/A&gt;&lt;SPAN style="color: #333333;"&gt;Let me know if this helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 13:15:27 GMT</pubDate>
    <dc:creator>jjunginger</dc:creator>
    <dc:date>2009-12-16T13:15:27Z</dc:date>
    <item>
      <title>Is it possible to direct 'input-log' for specific ACL to a syslog server?</title>
      <link>https://community.cisco.com/t5/network-security/is-it-possible-to-direct-input-log-for-specific-acl-to-a-syslog/m-p/1399108#M969394</link>
      <description>&lt;P&gt;&lt;BR /&gt;R1(10.177.142.1)----------------f1/0 R2 f1/1 -----------------(192.168.1.3)R3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to apply a benign access-list on R2 in order only to log&lt;BR /&gt;entries and let me assess and learn how many users using&lt;BR /&gt;protocols TELNET, www and 3389 (RDP thing) &lt;BR /&gt;coming from R1 are accessing R3. I can't block any traffic yet.&lt;/P&gt;&lt;P&gt;So my log on R2 works accordingly to log entries for TELNET, www and RDP - OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;BR /&gt;Imagine I want to capture such logs for about 2 weeks and then analyze output such as&lt;BR /&gt;source IP's which generated such entries Can you please tell me what is the &lt;BR /&gt;best and easiest way to capture this in the log to allow later analysis? Can I set a syslog&lt;BR /&gt;server IP that will be used only by this specific WATCH_PROTOCOL ACL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2#show access-list&lt;BR /&gt;Extended IP access list WATCH_PROTOCOL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit tcp any any eq 3389 log-input (2 matches)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit tcp any any eq telnet log-input (36 matches)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit tcp any any eq www log-input&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit ip any any (226 matches)&lt;BR /&gt;R2#&lt;BR /&gt;R2#show run | inc access-group&lt;BR /&gt; ip access-group WATCH_PROTOCOL in&lt;BR /&gt;R2#&lt;BR /&gt;R2#&lt;BR /&gt;00:14:38: %SEC-6-IPACCESSLOGP: list WATCH_PROTOCOL permitted tcp 10.177.142.1(11&lt;BR /&gt;008) (FastEthernet1/0 ca01.0e80.001c) -&amp;gt; 192.168.1.3(23), 1 packet&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;R1#telnet 192.168.1.3 80&lt;BR /&gt;Trying 192.168.1.3, 80 ...&lt;BR /&gt;% Connection refused by remote host&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;R2#&lt;BR /&gt;00:14:38: %SEC-6-IPACCESSLOGP: list WATCH_PROTOCOL permitted tcp 10.177.142.1(11&lt;BR /&gt;008) (FastEthernet1/0 ca01.0e80.001c) -&amp;gt; 192.168.1.3(23), 1 packet&lt;BR /&gt;R2#&lt;BR /&gt;R2#&lt;BR /&gt;R2#show access-list&lt;BR /&gt;Extended IP access list WATCH_PROTOCOL&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit tcp any any eq 3389 log-input (2 matches)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit tcp any any eq telnet log-input (36 matches)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; permit ip any any (67 matches)&lt;BR /&gt;R2#show run | inc access-group&lt;BR /&gt; ip access-group WATCH_PROTOCOL in&lt;BR /&gt;R2#&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:49:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-it-possible-to-direct-input-log-for-specific-acl-to-a-syslog/m-p/1399108#M969394</guid>
      <dc:creator>news2010a</dc:creator>
      <dc:date>2020-02-21T11:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to direct 'input-log' for specific ACL to a s</title>
      <link>https://community.cisco.com/t5/network-security/is-it-possible-to-direct-input-log-for-specific-acl-to-a-syslog/m-p/1399109#M969397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like a job for Netflow.&amp;nbsp; I have provided links to documentation below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring Netflow (12.2 Mainline):&lt;BR /&gt;&lt;A href="http://www.cisco.com/en/US/docs/ios/12_2/switch/configuration/guide/xcfnfc.html"&gt;http://www.cisco.com/en/US/docs/ios/12_2/switch/configuration/guide/xcfnfc.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;flow-tools (to analyze netflow data):&lt;BR /&gt;&lt;A href="ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-0.66.tar.gz"&gt;ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-0.66.tar.gz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Powerpoint tying the two together:&lt;BR /&gt;&lt;A href="http://ws.edu.isoc.org/workshops/2008/apricot2008/netmanage/presos/netflow/apricot-flow-tools-slides.ppt"&gt;http://ws.edu.isoc.org/workshops/2008/apricot2008/netmanage/presos/netflow/apricot-flow-tools-slides.ppt&lt;/A&gt;&lt;SPAN style="color: #333333;"&gt;Let me know if this helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 13:15:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-it-possible-to-direct-input-log-for-specific-acl-to-a-syslog/m-p/1399109#M969397</guid>
      <dc:creator>jjunginger</dc:creator>
      <dc:date>2009-12-16T13:15:27Z</dc:date>
    </item>
  </channel>
</rss>

