<?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 Logging Commands to Syslog in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370514#M357177</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use RANCID to monitor changes to all our Cisco gear. Once an hour RANCID does a diff on the last running-config. If it detects a change, it notifies me of the changes on the router/switch. This works great, but it does not record WHO made the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am looking for a way to log to syslog any commands issued by a particular user. This can be done correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 23:58:27 GMT</pubDate>
    <dc:creator>Pete89</dc:creator>
    <dc:date>2019-03-10T23:58:27Z</dc:date>
    <item>
      <title>Logging Commands to Syslog</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370514#M357177</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use RANCID to monitor changes to all our Cisco gear. Once an hour RANCID does a diff on the last running-config. If it detects a change, it notifies me of the changes on the router/switch. This works great, but it does not record WHO made the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am looking for a way to log to syslog any commands issued by a particular user. This can be done correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:58:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370514#M357177</guid>
      <dc:creator>Pete89</dc:creator>
      <dc:date>2019-03-10T23:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Commands to Syslog</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370515#M357188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use AAA accounting for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 18:58:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370515#M357188</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-02-24T18:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Commands to Syslog</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370516#M357208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I am not sure of is if you can do aaa acounting to syslog and if you can do it on a per user basis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 19:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370516#M357208</guid>
      <dc:creator>Pete89</dc:creator>
      <dc:date>2010-02-24T19:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Commands to Syslog</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370517#M357220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I doubt you can do accounting to syslog (send commands).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 19:15:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370517#M357220</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2010-02-24T19:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Commands to Syslog</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370518#M357267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using IOS 12.4 or higher, you can use the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;archive&lt;BR /&gt; log config&lt;BR /&gt;&amp;nbsp; hidekeys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will send whatever changes and whoever changes the configs to syslog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I myself prefer AAA accounting but the above method will work just as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 23:41:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370518#M357267</guid>
      <dc:creator>cciesec2011</dc:creator>
      <dc:date>2010-02-25T23:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Logging Commands to Syslog</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370519#M357324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for answering my post!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IOS 12.4 or higher? Is that a typo? Isnt 12.2 the latest? I tried these commands on one of my switches and I still dont see anything in syslog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 14:18:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-commands-to-syslog/m-p/1370519#M357324</guid>
      <dc:creator>Pete89</dc:creator>
      <dc:date>2010-03-01T14:18:16Z</dc:date>
    </item>
  </channel>
</rss>

