<?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: Configuration changes on ASA to Syslog in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887943#M901406</link>
    <description>&lt;P&gt;here is the ASDM Guide to configure to assits you here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/113053-asa82-syslog-config-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/113053-asa82-syslog-config-00.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2019 18:41:49 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2019-07-10T18:41:49Z</dc:date>
    <item>
      <title>Configuration changes on ASA to Syslog</title>
      <link>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887206#M901401</link>
      <description>&lt;P&gt;Based on information found here and other websites I've attempted to setup logging on my ASA to monitor for configuration changes and send those to my Syslog server, however i'm not showing any results.&amp;nbsp; Below is the output displaying what we have setup for logging and the "notif-cfg-changes" section is basically what I added via ASDM, everything else was already in place. Can anyone tell me what I'm missing please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show running-config logging&lt;BR /&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging list Logging level warnings&lt;BR /&gt;logging list Logging level informational class auth&lt;BR /&gt;logging list Logging level informational class vpn&lt;BR /&gt;logging list Logging level informational class vpnc&lt;BR /&gt;logging list Logging level informational class webvpn&lt;BR /&gt;logging list Logging message 713120&lt;BR /&gt;logging list Logging message 713050&lt;BR /&gt;logging list Logging message 113004-113016&lt;BR /&gt;logging list IOC-Blocks level warnings class rule-engine&lt;BR /&gt;logging list IOC-Blocks message 106023&lt;BR /&gt;logging list IDS level informational class ids&lt;BR /&gt;logging list IDS message 302014&lt;BR /&gt;logging list IDS message 400000-400050&lt;BR /&gt;logging list notif-cfg-changes level errors class config&lt;BR /&gt;logging list notif-cfg-changes message 111008-111010&lt;BR /&gt;logging buffer-size 1000000&lt;BR /&gt;logging asdm-buffer-size 512&lt;BR /&gt;logging console debugging&lt;BR /&gt;logging monitor debugging&lt;BR /&gt;logging buffered debugging&lt;BR /&gt;logging trap Logging&lt;BR /&gt;logging history informational&lt;BR /&gt;logging asdm debugging&lt;BR /&gt;logging mail Logging&lt;BR /&gt;logging from-address ASA-Alerting@domain.com&lt;BR /&gt;logging recipient-address BobMckinley@domain.com level errors&lt;BR /&gt;logging facility 21&lt;BR /&gt;logging queue 0&lt;BR /&gt;logging host inside x.x.x.x&lt;BR /&gt;logging host inside x.x.x.x&lt;BR /&gt;logging permit-hostdown&lt;BR /&gt;logging class auth buffered debugging mail informational trap informational&lt;BR /&gt;logging class ssl console debugging&lt;BR /&gt;logging rate-limit unlimited level 2&lt;BR /&gt;logging rate-limit unlimited level 5&lt;BR /&gt;logging rate-limit unlimited level 7&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:17:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887206#M901401</guid>
      <dc:creator>bobmc859</dc:creator>
      <dc:date>2020-02-21T17:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration changes on ASA to Syslog</title>
      <link>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887223#M901402</link>
      <description>&lt;P&gt;syslog IDs 111008, 111009 and 111010 - for the changes done at ASA.&lt;BR /&gt;&amp;nbsp;- logging trap debug&amp;nbsp; ( to send the messages to ASA to syslog you need to have minimum configured information or debug, i start with debug and test, if working move to trap to information)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT i forgot to put some information here :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;111008 event for every command executed, and an 111010 for those that modify configuration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;logging list notif-cfg-changes message 111008-111010&lt;BR /&gt;logging list notif-cfg-changes level errors&lt;BR /&gt;logging trap notif-cfg-changes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is the syslog messages&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog.html" target="_blank" rel="noopener"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 18:31:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887223#M901402</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-07-09T18:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration changes on ASA to Syslog</title>
      <link>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887225#M901404</link>
      <description>Thanks Balaji, however I don't completely understand your response. Are you saying the IDs are incorrect for the ASA? Also are you suggesting I change logging trap Logging to debug?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bob</description>
      <pubDate>Tue, 09 Jul 2019 18:14:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887225#M901404</guid>
      <dc:creator>bobmc859</dc:creator>
      <dc:date>2019-07-09T18:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration changes on ASA to Syslog</title>
      <link>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887714#M901405</link>
      <description>&lt;P&gt;Balaji, thanks for updating your response, that helps. Though I do have a follow up questions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one command, "&lt;SPAN&gt;logging trap notif-cfg-changes" I can't see how to add that via ASDM, though I can do that via CLI but would I just go into config t and type&amp;nbsp;logging trap notif-cfg-changes to add that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next question, changing "&lt;SPAN&gt;logging trap Logging" to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;logging trap debug/information will that affect the other logging setups?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 13:03:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887714#M901405</guid>
      <dc:creator>bobmc859</dc:creator>
      <dc:date>2019-07-10T13:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration changes on ASA to Syslog</title>
      <link>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887943#M901406</link>
      <description>&lt;P&gt;here is the ASDM Guide to configure to assits you here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/113053-asa82-syslog-config-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/113053-asa82-syslog-config-00.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 18:41:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuration-changes-on-asa-to-syslog/m-p/3887943#M901406</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2019-07-10T18:41:49Z</dc:date>
    </item>
  </channel>
</rss>

