<?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 How to setup syslog for site to site vpn in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787413#M530201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks let me try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2011 03:26:35 GMT</pubDate>
    <dc:creator>prashantrecon</dc:creator>
    <dc:date>2011-09-23T03:26:35Z</dc:date>
    <item>
      <title>How to setup syslog for site to site vpn</title>
      <link>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787411#M530199</link>
      <description>&lt;P&gt;HI ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send me step bu step guide to setup syslog for site to site VPN.(in ASA 5520)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: I have a syslog server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just send me the step to moniter site to site vpn using that in ASA 5520&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:28:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787411#M530199</guid>
      <dc:creator>prashantrecon</dc:creator>
      <dc:date>2019-03-11T21:28:25Z</dc:date>
    </item>
    <item>
      <title>How to setup syslog for site to site vpn</title>
      <link>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787412#M530200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;Here are the steps for setting up the syslog server. First you would need to install a syslog server software on one of the computers. You may download one of the popular kiwisyslog servers from:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.kiwisyslog.com/software_downloads.htm" title="blocked::http://www.kiwisyslog.com/software_downloads.htm"&gt;http://www.kiwisyslog.com/software_downloads.htm&lt;/A&gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;It is listed as Kiwi Syslog Daemon. You may download standard edition that runs as a program.&amp;nbsp; Once the syslog server is installed you will then need to login into the ASA in configuration terminal mode and enter the following commands.&lt;BR /&gt; &lt;BR /&gt;logging host [in_if_name] ip_address &lt;BR /&gt; &lt;BR /&gt;(example: logging host inside 1.2.3.4&amp;nbsp; We are assuming syslog server is installed on computer with IP address 1.2.3.4 in the inside network.)&lt;BR /&gt; &lt;BR /&gt;logging timestamp&lt;BR /&gt;logging trap 7&lt;BR /&gt;logging on&lt;BR /&gt; &lt;BR /&gt;These commands will enable the PIX to ASA sending syslog messages to the syslog server.&lt;BR /&gt; &lt;BR /&gt;For more information on logging commands you may refer to this URL:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemint.htm#wp1020115" title="blocked::http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemint.htm#wp1020115"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemint.htm#wp1020115&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: px; margin-bottom: px;"&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml#capturevpn" target="_blank" title="blocked::http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml#capturevpn"&gt;To Capture VPN and High Availabilty Traffic Syslog Messages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the &lt;STRONG&gt;logging list&lt;/STRONG&gt; command in order to capture the syslog for LAN-to-LAN and Remote access IPsec VPN messages alone. This example captures all VPN (IKE and IPsec) class system log messages with debugging level or higher.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt; &lt;/P&gt;&lt;PRE&gt;hostname(config)#&lt;STRONG&gt;logging enable&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;hostname(config)#&lt;STRONG&gt;logging timestamp&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;hostname(config)#&lt;STRONG&gt;logging list my-list level debugging class vpn&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;hostname(config&lt;STRONG&gt;)#logging list my-list level debugging class ha &lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;hostname(config)#&lt;STRONG&gt;logging trap my-list&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt;hostname(config)#&lt;STRONG&gt;logging host inside 192.168.1.1&lt;/STRONG&gt;&lt;/PRE&gt;&lt;PRE&gt; &lt;/PRE&gt;&lt;P&gt;These commands are helpful in a situation when we are troubleshooting VPN client random disconnect issue and we need to collect syslog from the time of outage. Above statements will allow ONLY allow VPN and HA related syslog to be sent to the syslog server thus helping us not to dig through gigs&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;&lt;SPAN style="color: #000000;"&gt;Here are the steps for setting up the syslog server. First you would need to install a syslog server software on one of the computers. You may download one of the popular kiwisyslog servers from:&lt;BR /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="http://www.kiwisyslog.com/software_downloads.htm" title="blocked::http://www.kiwisyslog.com/software_downloads.htm"&gt;&lt;SPAN style="color: #0000ff;"&gt;http://www.kiwisyslog.com/software_downloads.htm&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;It is listed as Kiwi Syslog Daemon. You may download standard edition that runs as a program.&amp;nbsp; Once the syslog server is installed you will then need to login into the ASA in configuration terminal mode and enter the following commands.&lt;BR /&gt; &lt;BR /&gt;logging host [in_if_name] ip_address &lt;BR /&gt; &lt;BR /&gt;(example: logging host inside 1.2.3.4&amp;nbsp; We are assuming syslog server is installed on computer with IP address 1.2.3.4 in the inside network.)&lt;BR /&gt; &lt;BR /&gt;logging timestamp&lt;BR /&gt;logging trap 7&lt;BR /&gt;logging on&lt;BR /&gt; &lt;BR /&gt;These commands will enable the PIX to ASA sending syslog messages to the syslog server.&lt;BR /&gt; &lt;BR /&gt;For more information on logging commands you may refer to this URL:&lt;BR /&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;A href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemint.htm#wp1020115" title="blocked::http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemint.htm#wp1020115"&gt;&lt;SPAN style="color: #0000ff;"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemint.htm#wp1020115&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;&lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml#capturevpn" target="_blank" title="blocked::http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00805a2e04.shtml#capturevpn"&gt;&lt;SPAN style="color: #0000ff;"&gt;To Capture VPN and High Availabilty Traffic Syslog Messages&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Calibri; font-size: 10pt; mso-bidi-font-family: Arial;"&gt;Use the &lt;STRONG&gt;logging list&lt;/STRONG&gt; command in order to capture the syslog for LAN-to-LAN and Remote access IPsec VPN messages alone. This example captures all VPN (IKE and IPsec) class system log messages with debugging level or higher.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG style="mso-bidi-font-family: Arial; font-size: 10pt; font-family: Calibri; "&gt;Example:&lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri; font-size: 10pt; mso-bidi-font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Calibri; mso-bidi-font-family: Arial;"&gt;hostname(config)#&lt;STRONG&gt;logging enable&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Calibri; mso-bidi-font-family: Arial;"&gt;hostname(config)#&lt;STRONG&gt;logging timestamp&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Calibri; mso-bidi-font-family: Arial;"&gt;hostname(config)#&lt;STRONG&gt;logging list my-list level debugging class vpn&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Calibri; mso-bidi-font-weight: bold; mso-bidi-font-family: Arial;"&gt;hostname(config&lt;STRONG&gt;)#logging list my-list level debugging class ha &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Calibri; mso-bidi-font-family: Arial;"&gt;hostname(config)#&lt;STRONG&gt;logging trap my-list&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-family: Calibri; mso-bidi-font-family: Arial;"&gt;hostname(config)#&lt;STRONG&gt;logging host inside 192.168.1.1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="mso-bidi-font-family: Arial; color: #000000; font-family: Calibri; "&gt; &lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt;These commands are helpful in a situation when we are troubleshooting VPN client random disconnect issue and we need to collect syslog from the time of outage. Above statements will allow ONLY allow VPN and HA related syslog to be sent to the syslog server thus helping us not to dig through gigs of logs from the time of issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt;Hope that helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt;Rahul Ilwadhi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 10:00:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787412#M530200</guid>
      <dc:creator>ilwadhi.r</dc:creator>
      <dc:date>2011-09-22T10:00:14Z</dc:date>
    </item>
    <item>
      <title>How to setup syslog for site to site vpn</title>
      <link>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787413#M530201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks let me try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 03:26:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787413#M530201</guid>
      <dc:creator>prashantrecon</dc:creator>
      <dc:date>2011-09-23T03:26:35Z</dc:date>
    </item>
    <item>
      <title>Don't forget to add the</title>
      <link>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787414#M530202</link>
      <description>&lt;P&gt;Don't forget to add the command "logging trap&amp;nbsp;&amp;nbsp;&amp;lt;&lt;I&gt;logging list name&lt;/I&gt;&amp;gt;" &amp;nbsp;to apply the filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 05:05:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-setup-syslog-for-site-to-site-vpn/m-p/1787414#M530202</guid>
      <dc:creator>Ahmed Bashir</dc:creator>
      <dc:date>2014-04-17T05:05:43Z</dc:date>
    </item>
  </channel>
</rss>

