<?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 Is syslog actually leaving my firewall? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280713#M343246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting -- I saw those commands in the docs I read, but I ignored them, because I thought they would cause the logging to be sent out of the firewall as SNMP traps (which I didn't want)&amp;nbsp; I'll try these commands suggested &amp;amp; post my experience...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 19:32:48 GMT</pubDate>
    <dc:creator>abatson</dc:creator>
    <dc:date>2013-09-10T19:32:48Z</dc:date>
    <item>
      <title>Is syslog actually leaving my firewall?</title>
      <link>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280710#M343243</link>
      <description>&lt;P&gt;I'm freshly in charge of a Cisco ASA5510 firewall, and need to get its&amp;nbsp; syslog sent to someplace where I can see it.&amp;nbsp;&amp;nbsp; Here's the pertinent part&amp;nbsp; of the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging monitor debugging&lt;/P&gt;&lt;P&gt;logging history notifications&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;logging facility 16&lt;/P&gt;&lt;P&gt;logging device-id hostname&lt;/P&gt;&lt;P&gt;logging host outside 10.10.10.10&lt;/P&gt;&lt;P&gt;logging host outside 20.20.20.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have access to the 10.10.10.10 host, so I don't know if it's receiving anything.&amp;nbsp; My syslog&lt;STRONG&gt; server&lt;/STRONG&gt; is the 20.20.20.20 host.&amp;nbsp;&amp;nbsp; TCPdump on this server shows no traffic at&amp;nbsp; all coming from this ASA firewall.&amp;nbsp; My next step, is to determine if the&amp;nbsp; firewall is actually originating any syslog traffic at all.&amp;nbsp;&amp;nbsp; I don't&amp;nbsp; have any ability to mirror any switch ports on the Outside Interface, so&amp;nbsp; I need to use some method internal to the ASA itself to troubleshoot.&amp;nbsp;&amp;nbsp;&amp;nbsp; Who's done this before, and/or what docs can you point me at, that&amp;nbsp; could help??&amp;nbsp;&amp;nbsp;&amp;nbsp; ICMP shows up on tcpDump, so this means I can route to the syslog server OK, but I don't see any UDP/514 traffic at all.&amp;nbsp;&amp;nbsp; These IPs are valid &amp;amp; reachable by the firewall, but have obviously been mangled to protect privacy....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something special I have to do (or is it an illegal configuration) to send syslog out an interface where the Security-Level is 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 02:36:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280710#M343243</guid>
      <dc:creator>abatson</dc:creator>
      <dc:date>2019-03-12T02:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is syslog actually leaving my firewall?</title>
      <link>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280711#M343244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont seem to have the following configuration enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;logging trap &lt;LOGGING level=""&gt;&lt;/LOGGING&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;logging trap informational&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;logging trap notifications&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should set the level of log messages sent to the Syslog server. Without it I dont think any logs are sent to either of the defined servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 19:27:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280711#M343244</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-10T19:27:51Z</dc:date>
    </item>
    <item>
      <title>Is syslog actually leaving my firewall?</title>
      <link>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280712#M343245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are missing the trap command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="font-size: 11px; overflow: auto; max-width: 650px; min-width: 400px; height: auto; color: #000000;"&gt;&lt;STRONG&gt;logging trap&lt;/STRONG&gt; 7&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN&gt;For more information about Core and Security Networking follow my website at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;&lt;SPAN&gt;Any question contact me at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 19:28:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280712#M343245</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-09-10T19:28:22Z</dc:date>
    </item>
    <item>
      <title>Is syslog actually leaving my firewall?</title>
      <link>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280713#M343246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting -- I saw those commands in the docs I read, but I ignored them, because I thought they would cause the logging to be sent out of the firewall as SNMP traps (which I didn't want)&amp;nbsp; I'll try these commands suggested &amp;amp; post my experience...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 19:32:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280713#M343246</guid>
      <dc:creator>abatson</dc:creator>
      <dc:date>2013-09-10T19:32:48Z</dc:date>
    </item>
    <item>
      <title>Is syslog actually leaving my firewall?</title>
      <link>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280714#M343247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the section of ASA Command Reference describing the use of the above command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/command-reference/l2.html#wp1797179"&gt;http://www.cisco.com/en/US/docs/security/asa/command-reference/l2.html#wp1797179&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 19:35:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280714#M343247</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-09-10T19:35:08Z</dc:date>
    </item>
    <item>
      <title>Is syslog actually leaving my firewall?</title>
      <link>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280715#M343248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent -- TCPdump showed UDP/514 streaming in once I entered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging trap informational&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also verified that my syslog server is writing it to disk, so everything is happy &amp;amp; healthy now.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 19:50:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/is-syslog-actually-leaving-my-firewall/m-p/2280715#M343248</guid>
      <dc:creator>abatson</dc:creator>
      <dc:date>2013-09-10T19:50:12Z</dc:date>
    </item>
  </channel>
</rss>

