<?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: logging asa debug to syslog? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281803#M840074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to trap your messages. If you can post your logging config, I can help you out further, but generally you'd want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging trap 7&lt;/P&gt;&lt;P&gt;logging facility 23&lt;/P&gt;&lt;P&gt;logging host inside &lt;SYSLOG ip="" address=""&gt;&lt;/SYSLOG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The facility 23 line is a syslog server running on Linux. There are different facilities, but 23 generally works for all that I've found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 16:04:40 GMT</pubDate>
    <dc:creator>John Blakley</dc:creator>
    <dc:date>2009-06-17T16:04:40Z</dc:date>
    <item>
      <title>logging asa debug to syslog?</title>
      <link>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281801#M840072</link>
      <description>&lt;P&gt;I have syslog set to log to level 7...but I am doing a "debug sqlnet 255" to resolve an inspection issue and the debug messages only show up when I am logged into the ASA, they dont get sent to the syslog server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i resolve this?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:44:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281801#M840072</guid>
      <dc:creator>slug420</dc:creator>
      <dc:date>2019-03-11T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: logging asa debug to syslog?</title>
      <link>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281802#M840073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure your server configuration is correct, your asa has the correct server IP address, and that your server itself doesn't have anything blocking the UDP port for syslog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:58:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281802#M840073</guid>
      <dc:creator>abridge-cco</dc:creator>
      <dc:date>2009-06-17T15:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: logging asa debug to syslog?</title>
      <link>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281803#M840074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to trap your messages. If you can post your logging config, I can help you out further, but generally you'd want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging trap 7&lt;/P&gt;&lt;P&gt;logging facility 23&lt;/P&gt;&lt;P&gt;logging host inside &lt;SYSLOG ip="" address=""&gt;&lt;/SYSLOG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The facility 23 line is a syslog server running on Linux. There are different facilities, but 23 generally works for all that I've found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 16:04:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281803#M840074</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-06-17T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: logging asa debug to syslog?</title>
      <link>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281804#M840075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;was just pasting my logging config here and I realized the problem.  You must use:&lt;/P&gt;&lt;P&gt;logg debug-trace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to send debug messages to syslog, otherwise they only show up at console which is what I was experiencing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 19:41:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281804#M840075</guid>
      <dc:creator>slug420</dc:creator>
      <dc:date>2009-06-17T19:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: logging asa debug to syslog?</title>
      <link>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281805#M840076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know. Rated. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 19:44:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/logging-asa-debug-to-syslog/m-p/1281805#M840076</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-06-17T19:44:46Z</dc:date>
    </item>
  </channel>
</rss>

