<?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: ACL log NEXUS 3000 in Switching</title>
    <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526443#M516148</link>
    <description>&lt;PRE&gt;Is it possible e.g. to mark packets for a specific ACL?&lt;/PRE&gt;
&lt;P&gt;if all the ACL marked to Log keyword used, then all will be mixed, i do not believe any specific can be done, instead you can send the Logs to syslog server and make own scripts to standardise them as per the requirement, is this what you intend to do ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 16:24:55 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2022-01-04T16:24:55Z</dc:date>
    <item>
      <title>ACL log NEXUS 3000</title>
      <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526427#M516146</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;I would like to monitor my ACL entries, and want to separate them.&lt;BR /&gt;Currently after adding them to the ACL all the logs are mixed up.&lt;BR /&gt;Is it possible e.g. to mark packets for a specific ACL?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 15:53:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526427#M516146</guid>
      <dc:creator>marek.orlowski</dc:creator>
      <dc:date>2022-01-04T15:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: ACL log NEXUS 3000</title>
      <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526443#M516148</link>
      <description>&lt;PRE&gt;Is it possible e.g. to mark packets for a specific ACL?&lt;/PRE&gt;
&lt;P&gt;if all the ACL marked to Log keyword used, then all will be mixed, i do not believe any specific can be done, instead you can send the Logs to syslog server and make own scripts to standardise them as per the requirement, is this what you intend to do ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 16:24:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526443#M516148</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2022-01-04T16:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: ACL log NEXUS 3000</title>
      <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526489#M516155</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can obviously filter the output so it shows only the entries for a specifi ACL, e.g.:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show logging ip access-list cache [detail] | acl-101&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;would only show entries for access list acl-101.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 17:41:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526489#M516155</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2022-01-04T17:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: ACL log NEXUS 3000</title>
      <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526798#M516199</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/286878"&gt;@balaji.bandi&lt;/a&gt;I am currently sending logs to ELK (logstash), but I cannot show which packet is from which ACL.&lt;BR /&gt;A given log item has: Src. adr, Dest adr, Src port, Dest port, Src Interface and creation time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/162085"&gt;@Georg Pauwen&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;show logging ip access-list cache [detail]&amp;nbsp;| ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;after pipe i cannot type acl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;show logging ip access-list cache detail | ?
  awk          Mini AWK
  cut          Print selected parts of lines.
  diff         Show difference between current and previous invocation (creates temp files: remove them with 'diff-clean' command and dont use it on commands with big outputs, like
               'show tech'!)
  egrep        Egrep - print lines matching a pattern
  email        Email command output
  grep         Grep - print lines matching a pattern
  head         Display first lines
  human        Output in human format
  json         Output in json format
  json-pretty  Output in json pretty print format
  last         Display last lines
  less         Filter for paging
  no-more      Turn-off pagination for command output
  section      Show lines that include the pattern as well as the subsequent lines that are more indented than matching line
  sed          Stream Editor
  sort         Stream Sorter
  tr           Translate, squeeze, and/or delete characters
  uniq         Discard all but one of successive identical lines
  vsh          The shell that understands cli command
  wc           Count words, lines, characters
  xml          Output in xml format (according to .xsd definitions)
  xmlin        Convert CLI show commands to their XML formats
  xmlout       Output in xml format (according to the latest .xsd version)
  begin        Begin with the line that matches
  count        Count number of lines
  end          End with the line that matches
  exclude      Exclude lines that match
  include      Include lines that match&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Jan 2022 11:03:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526798#M516199</guid>
      <dc:creator>marek.orlowski</dc:creator>
      <dc:date>2022-01-05T11:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: ACL log NEXUS 3000</title>
      <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526920#M516208</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;looks like you can add the keywords directly without the pipe:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show logging ip access-list cache [detail] &lt;STRONG&gt;include&lt;/STRONG&gt; acl-101&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 14:50:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526920#M516208</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2022-01-05T14:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACL log NEXUS 3000</title>
      <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526970#M516211</link>
      <description>&lt;P&gt;It cannot work,becouse there are no information about acl:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 813px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/140592i203B360D51EB2E9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&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>Wed, 05 Jan 2022 16:08:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526970#M516211</guid>
      <dc:creator>marek.orlowski</dc:creator>
      <dc:date>2022-01-05T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: ACL log NEXUS 3000</title>
      <link>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526983#M516212</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was just giving an example. You need to match on something that is actually in the output (source interface, as an example)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show logging ip access-list cache detail include Vlan100&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 16:24:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/acl-log-nexus-3000/m-p/4526983#M516212</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2022-01-05T16:24:19Z</dc:date>
    </item>
  </channel>
</rss>

