<?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 Seems I have found the answer in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nexus-3548-acl-logging/m-p/2575624#M920450</link>
    <description>&lt;P&gt;Seems I have found the answer!&lt;/P&gt;&lt;P&gt;ACL statement is applied to the port interfaces and if I issue the command &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;show ip access-list summary &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;this shows that the ACL's are not active!!!! hence the &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;statistics per-entry &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;command is not taking affect when listing a show ip access-list&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;After reading you need to issue:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;ip port access group hello&lt;/SPAN&gt; &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Only inbound is supported at the port level also to be noted.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I applied "ip access-list group hello in" which does not take affect you need "ip port access-list hello in"&lt;/P&gt;&lt;P&gt;I've left this discussion open, just in case someone is having an issue, worth a read!&lt;/P&gt;&lt;P&gt;In regards as to why &lt;SPAN style="font-family:courier new,courier,monospace"&gt;sh log ip access-list cache &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;does not work on my production 3548 software version (OAL) I'm not sure why as OAL was introduced in 5.0 (2). Once I make my production change access group to each port, I still wouldn't expect this command to work, but lets see. OAL is very useful in that you can see the source &amp;lt;&amp;gt;destionation&amp;lt;&amp;gt;TCP or ICMP for easier troubleshooting.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Feb 2015 14:18:31 GMT</pubDate>
    <dc:creator>stephendrkw</dc:creator>
    <dc:date>2015-02-08T14:18:31Z</dc:date>
    <item>
      <title>Nexus 3548 ACL Logging</title>
      <link>https://community.cisco.com/t5/network-security/nexus-3548-acl-logging/m-p/2575622#M920448</link>
      <description>&lt;P&gt;"show ip access-list", IOS displays matches against each statement within the ACL and you can see counters incrementing or not, useful in troubleshooting. Nexus 3548 does not display any counters with the same command!&lt;/P&gt;&lt;P&gt;I must be missing something because I cannot find a logging command that will simply add hits with command "show IP access-list &amp;lt;name&amp;gt;" (Nexus 3548)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an alternative?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:23:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nexus-3548-acl-logging/m-p/2575622#M920448</guid>
      <dc:creator>stephendrkw</dc:creator>
      <dc:date>2020-02-21T13:23:02Z</dc:date>
    </item>
    <item>
      <title>After reading Cisco ACL docs</title>
      <link>https://community.cisco.com/t5/network-security/nexus-3548-acl-logging/m-p/2575623#M920449</link>
      <description>&lt;P&gt;After reading Cisco ACL docs I managed to configure and get ACL logging working fine on my lab 3548:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;test# sh log ip access-list cache&lt;BR /&gt;Source IP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination IP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; S-Port&amp;nbsp; D-Port&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface&amp;nbsp;&amp;nbsp; Protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hits&lt;BR /&gt;----------------------------------------------------------------------------------------&lt;BR /&gt;10.170.x.x &amp;nbsp;&amp;nbsp; 10.x.x.x &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mgmt0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (6)TCP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 98&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;Software&lt;BR /&gt;&amp;nbsp; BIOS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; version 1.9.0&lt;BR /&gt;&amp;nbsp; loader:&amp;nbsp;&amp;nbsp;&amp;nbsp; version N/A&lt;BR /&gt;&amp;nbsp; kickstart: version 6.0(2)A4(3)&lt;BR /&gt;&amp;nbsp; system:&amp;nbsp;&amp;nbsp;&amp;nbsp; version 6.0(2)A4(3)&lt;BR /&gt;&amp;nbsp; Power Sequencer Firmware:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module 1: version v2.1&lt;BR /&gt;&amp;nbsp; BIOS compile time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/13/2012&lt;BR /&gt;&amp;nbsp; kickstart image file is: bootflash:///n3500-uk9-kickstart.6.0.2.A4.3.bin&lt;BR /&gt;&amp;nbsp; kickstart compile time:&amp;nbsp; 11/21/2014 9:00:00 [11/21/2014 19:29:20]&lt;BR /&gt;&amp;nbsp; system image file is:&amp;nbsp;&amp;nbsp;&amp;nbsp; bootflash:///n3500-uk9.6.0.2.A4.3.bin&lt;BR /&gt;&amp;nbsp; system compile time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/21/2014 9:00:00 [11/21/2014 21:09:06]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;Hardware&lt;BR /&gt;&amp;nbsp; cisco Nexus 3548 Chassis ("48x10GE Supervisor")&lt;BR /&gt;&amp;nbsp; Intel(R) Pentium(R) CPU&amp;nbsp; @ 1.50GHz&lt;BR /&gt;&amp;nbsp;with 3805876 kB of memory.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However in my other live Nexus 3548 "show log ip access-list cache" is not available from the command line with the following software version:&lt;/P&gt;&lt;P&gt;-&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;n35# show log ip access-list cache&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;% Invalid command at '^' marker.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;Software&lt;BR /&gt;&amp;nbsp; BIOS:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; version 1.9.0&lt;BR /&gt;&amp;nbsp; loader:&amp;nbsp;&amp;nbsp;&amp;nbsp; version N/A&lt;BR /&gt;&amp;nbsp; kickstart: version 6.0(2)A1(1b)&lt;BR /&gt;&amp;nbsp; system:&amp;nbsp;&amp;nbsp;&amp;nbsp; version 6.0(2)A1(1b)&lt;BR /&gt;&amp;nbsp; Power Sequencer Firmware:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module 1: version v2.1&lt;BR /&gt;&amp;nbsp; BIOS compile time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/13/2012&lt;BR /&gt;&amp;nbsp; kickstart image file is: bootflash:///n3500-uk9-kickstart.6.0.2.A1.1b.bin&lt;BR /&gt;&amp;nbsp; kickstart compile time:&amp;nbsp; 9/5/2013 14:00:00 [09/05/2013 23:37:16]&lt;BR /&gt;&amp;nbsp; system image file is:&amp;nbsp;&amp;nbsp;&amp;nbsp; bootflash:///n3500-uk9.6.0.2.A1.1b.bin&lt;BR /&gt;&amp;nbsp; system compile time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/5/2013 14:00:00 [09/06/2013 03:25:01]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;Hardware&lt;BR /&gt;&amp;nbsp; cisco Nexus 3548 Chassis ("48x10GE Supervisor")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;I've researched the command line reference and found nothing to suggest &lt;/SPAN&gt;version 6.0(2)A1(1b) &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;this OAL feature is not supported......anyways&amp;nbsp; the live 3548 I can see &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;statistics per-entry &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;command under each ACL (these ACL's are not bound to any VLAN interfaces). &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;show ip access-list &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;shows no hits against any of the ACL's&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;My 1st question why is the OAL ACL cache is not supported on my live version?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;2nd q - Why &lt;/SPAN&gt;&lt;/SPAN&gt;there are no hits when the &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;statistics per-entry&lt;/SPAN&gt; command is configured under each ACL when I know there are thousands of hits per minute?&lt;/P&gt;&lt;P&gt;NB: The ip access-group in statements are applied to the Interface port number NOT interface VLAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;interface Ethernet1/6&lt;BR /&gt;&amp;nbsp; description ** hello **&lt;BR /&gt;&amp;nbsp; ip access-group test in&lt;BR /&gt;&amp;nbsp; switchport access vlan 885&lt;BR /&gt;&amp;nbsp; speed 1000&lt;BR /&gt;&amp;nbsp; no negotiate auto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2015 19:23:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nexus-3548-acl-logging/m-p/2575623#M920449</guid>
      <dc:creator>stephendrkw</dc:creator>
      <dc:date>2015-02-07T19:23:31Z</dc:date>
    </item>
    <item>
      <title>Seems I have found the answer</title>
      <link>https://community.cisco.com/t5/network-security/nexus-3548-acl-logging/m-p/2575624#M920450</link>
      <description>&lt;P&gt;Seems I have found the answer!&lt;/P&gt;&lt;P&gt;ACL statement is applied to the port interfaces and if I issue the command &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;show ip access-list summary &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;this shows that the ACL's are not active!!!! hence the &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;statistics per-entry &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;command is not taking affect when listing a show ip access-list&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;After reading you need to issue:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;ip port access group hello&lt;/SPAN&gt; &lt;SPAN style="font-family:courier new,courier,monospace;"&gt;in&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family:courier new,courier,monospace;"&gt;&lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;Only inbound is supported at the port level also to be noted.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I applied "ip access-list group hello in" which does not take affect you need "ip port access-list hello in"&lt;/P&gt;&lt;P&gt;I've left this discussion open, just in case someone is having an issue, worth a read!&lt;/P&gt;&lt;P&gt;In regards as to why &lt;SPAN style="font-family:courier new,courier,monospace"&gt;sh log ip access-list cache &lt;SPAN style="font-family:arial,helvetica,sans-serif;"&gt;does not work on my production 3548 software version (OAL) I'm not sure why as OAL was introduced in 5.0 (2). Once I make my production change access group to each port, I still wouldn't expect this command to work, but lets see. OAL is very useful in that you can see the source &amp;lt;&amp;gt;destionation&amp;lt;&amp;gt;TCP or ICMP for easier troubleshooting.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2015 14:18:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nexus-3548-acl-logging/m-p/2575624#M920450</guid>
      <dc:creator>stephendrkw</dc:creator>
      <dc:date>2015-02-08T14:18:31Z</dc:date>
    </item>
  </channel>
</rss>

