<?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: Syslog from ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327335#M791217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;I did try with the same config. But, the server is connected off subsidary interface and i have given "inside" interface in the login command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Could that cause any issues or do i need any specific rules to get this working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2009 10:17:13 GMT</pubDate>
    <dc:creator>suthomas1</dc:creator>
    <dc:date>2009-12-07T10:17:13Z</dc:date>
    <item>
      <title>Syslog from ASA</title>
      <link>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327333#M791215</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;I have an ASA which has been configured with forwarding all logs to an external attached Syslog server. default udp is being used to have this work. Requirement is to have the firewall log all traffic to this syslog server. But somehow it doesnt seem to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Syslog server doesnt seem to receive any logs. I am in a dilemma as to how this should be checked on the firewall.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;When we say ASA should log all traffic to this server, which interface will it use to forward traffic to syslog and whether i should have specific rules on this interface to do so. Is there a way we can see whether the traffic is passing from firewall to syslog or not?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Following are the interfaces on the ASA with security level:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Inside - Level 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;dmz servers - 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;subsidary - 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Outside - 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;This syslog server is connected on the subsidary interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Current configuration is:&amp;nbsp; logging host inside 192.168.100.11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Thank You.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:45:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327333#M791215</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2019-03-11T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog from ASA</title>
      <link>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327334#M791216</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;We have to specify that using which interface that traffic has to pass. other wise it won't send the log information to syslog server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below mentioned is the sample configuration, try with this one and let me know if you have any issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging enable&lt;BR /&gt;logging timestamp&lt;BR /&gt;logging standby&lt;BR /&gt;logging buffer-size 125000&lt;BR /&gt;logging console alerts&lt;BR /&gt;logging buffered notifications&lt;BR /&gt;logging trap notifications&lt;BR /&gt;logging asdm notifications&lt;BR /&gt;logging facility 22&lt;BR /&gt;logging device-id hostname&lt;BR /&gt;logging host inside X.X.X.X (inside is the nothing but interface name of the inside interface)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 03:55:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327334#M791216</guid>
      <dc:creator>chaitu_kranthi</dc:creator>
      <dc:date>2009-12-07T03:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog from ASA</title>
      <link>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327335#M791217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;I did try with the same config. But, the server is connected off subsidary interface and i have given "inside" interface in the login command.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Could that cause any issues or do i need any specific rules to get this working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Appreciate your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 10:17:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327335#M791217</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2009-12-07T10:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog from ASA</title>
      <link>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327336#M791218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;G'day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend using the &lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;subsidary&lt;/SPAN&gt; interface in your command as that is where your syslog server resides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no logging host inside 192.168.100.11&lt;/P&gt;&lt;P&gt;logging host &lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;subsidary 192.168.100.11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2009 13:17:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/syslog-from-asa/m-p/1327336#M791218</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2009-12-07T13:17:28Z</dc:date>
    </item>
  </channel>
</rss>

