 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Network technologies and trends &#187; Syslog</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/syslog/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-technologies</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 18:52:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>DNS Queries in Windows 2008 R2 Server fails &#8211; Part 2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 05:10:28 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[ADSM]]></category>
		<category><![CDATA[Blade servers]]></category>
		<category><![CDATA[Cisco ASA]]></category>
		<category><![CDATA[Cisco PIX 525]]></category>
		<category><![CDATA[Cisco PIX 525 firewall]]></category>
		<category><![CDATA[default DNS inspection policy-map]]></category>
		<category><![CDATA[DMZ zone]]></category>
		<category><![CDATA[DNS forwarder]]></category>
		<category><![CDATA[DNS Queries]]></category>
		<category><![CDATA[DNS Queries in Windows 2008 R2 Server]]></category>
		<category><![CDATA[DNS Queries in Windows 2008 R2 Server fails]]></category>
		<category><![CDATA[Internal Network]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet IP address]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[Network technologies & trends]]></category>
		<category><![CDATA[PAT]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Syslog]]></category>
		<category><![CDATA[Windows 2008 R2 Server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/</guid>
		<description><![CDATA[In my previous post I was talking about the DNS query problem we were facing with Windows 2008 R2 server. The solution is quite simple. Immediately I started monitoring the logs in the Cisco PIX 525 firewall using ADSM and syslog. I figured out the DNS queries were replied back from the ISP but were [...]]]></description>
				<content:encoded><![CDATA[<p>In my <a href="http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-1/">previous post</a> I was talking about the DNS query problem we were facing with Windows 2008 R2 server. The solution is quite simple. Immediately I started monitoring the logs in the Cisco PIX 525 firewall using ADSM and syslog. I figured out the DNS queries were replied back from the ISP but were dropped by the Cisco PIX 525 Firewall.</p>
<p><span style="color: #ff0000">%PIX-4-410001: Dropped UDP DNS reply from outside:x.x.x.x/53 to</span></p>
<p><span style="color: #ff0000">inside:y.y.y.y/49746; packet length 768 bytes exceeds configured limit of 512</span></p>
<p>I was wondering what might be the reason, then figured out the packets received from ISP is of 768 bytes whereas by default the Cisco PIX 525 Firewall allows 512 bytes as shown below.</p>
<p>The problem was with the default DNS inspection policy-map. By default in Cisco PIX 525, Cisco ASA it&#8217;s configured to 512 bytes</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dnsissue2.png"><img class="alignnone size-medium wp-image-1075" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dnsissue2.png" alt="" width="413" height="356" /></a></p>
<p>The moment I changed the default DNS inspection policy-map from 512 bytes to 1000 bytes things were normal the Windows 2008 R2 Server was resolving the DNS queries.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue3.png"><img class="alignnone size-medium wp-image-1076" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue3.png" alt="" width="583" height="586" /></a></p>
<p>The commands I used to change the default DNS inspection policy-map is as follows.</p>
<p><span style="color: #000080">MBGF-DAC-525-FW01# configure t</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config)# class-map inspection_default</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-cmap)# match default-inspection-traffic</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-cmap)# policy-map global_policy</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-pmap)# class inspection_default</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-pmap-c)# inspect dns maximum-length 1000</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-pmap-c)#</span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kiwi Syslog Server version 9 comes with some great features</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/kiwi-syslog-server-version-9-comes-with-some-great-features/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/kiwi-syslog-server-version-9-comes-with-some-great-features/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 06:10:37 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco Devices]]></category>
		<category><![CDATA[Kiwi Syslog]]></category>
		<category><![CDATA[Kiwi Syslog Server]]></category>
		<category><![CDATA[SNMP trap messages]]></category>
		<category><![CDATA[Solar Winds]]></category>
		<category><![CDATA[Syslog]]></category>
		<category><![CDATA[Syslog V9]]></category>
		<category><![CDATA[thwack]]></category>
		<category><![CDATA[traffic statistics]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/kiwi-syslog-server-version-9-comes-with-some-great-features/</guid>
		<description><![CDATA[  We all know the importance of logs generated by Cisco Devices. Since long time I am using Kiwi Syslog server to capture the log generated by the Cisco Devices installed in our network. Recently Solar Winds announced the release of Kiwi Syslog Server. Since I was using an old version I downloaded the latest [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 10pt"> </p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">We all know the importance of logs generated by Cisco Devices. Since long time I am using Kiwi Syslog server to capture the log generated by the Cisco Devices installed in our network. Recently <a href="http://www.kiwisyslog.com/index.php?option=com_news&amp;Itemid=539#260">Solar Winds announced the release of Kiwi Syslog Server. </a>Since I was using an old version I downloaded the latest full <a href="http://www.kiwisyslog.com/index.php?option=com_news&amp;Itemid=539#260">trail version of Kiwi Syslog Server version 9</a>. In the new version I found some new cool features which are really useful for Network Administrators.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> <a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/syslog-overview.gif"><img class="alignnone size-medium wp-image-600" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/syslog-overview.gif" alt="" width="364" height="357" /></a><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/syslog-overview1.gif"></a></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Pic Courtesy: Solar Winds</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"> </p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">With new<a href="http://www.kiwisyslog.com/index.php?option=com_news&amp;Itemid=539#260"> Kiwi Syslog Server </a>you can access the Syslog data from anywhere on the network using the web access this feature is amazing as its easy for me to look at logs periodically no matter where I am. </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span><span style="font-family: Calibri;font-size: small"> </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">Some of the key features of <a href="http://www.kiwisyslog.com/index.php?option=com_news&amp;Itemid=539#260">Kiwi Syslog Server v9 </a>are as follows.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"> </span></p>
<ul>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: small"><span style="font-family: Calibri">View your syslog data from anywhere on the network via web access – <span style="color: #f99d1c">NEW FEATURE!</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">Filter messages and create advanced alerts with Advanced Script Processing</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">Log to any database with ODBC logging</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">Schedule archiving and log maintenance by using Automated Log Archive</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">View syslog messages in multiple windows simultaneously</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">Automatically perform actions based on alerts, including sending email, forwarding messages, triggering audible alarms, sending SNMP trap messages, and paging IT staff</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">Retain the original source IP on forwarded messages as one of many advanced forwarding options</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: small"><span style="font-family: Calibri">Forward Windows event log messages from your Windows servers to your Kiwi Syslog Server using the included Log Forwarder for Windows – <span style="color: #f99d1c">NEW FEATURE!</span></span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">Produce trend analysis graphs and email syslog traffic statistics</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-family: Calibri;font-size: small">Leverage and share user-created rules, filters and scripts with the Community Content Exchange on </span><a href="http://www.thwack.com/"><span style="color: #007da2"><span style="font-family: Calibri;font-size: small">thwack</span></span></a><span style="font-size: small"><span style="font-family: Calibri"> – <span style="color: #f99d1c">NEW FEATURE!</span></span></span></div>
</li>
</ul>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/syslog-web.jpg"><img class="alignnone size-medium wp-image-602" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/syslog-web.jpg" alt="" width="668" height="760" /></a></span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">With new <a href="http://www.kiwisyslog.com/index.php?option=com_news&amp;Itemid=539#260">Kiwi Syslog Server v9 </a>my day to day activity is somewhat simplified as I can create filters based on host name, IP address or even event based. I just don’t need to look at each and every log.<span>  </span>It does saves lot of time. </span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><span style="font-family: Calibri;font-size: small">For sure you must try the <a href="http://www.kiwisyslog.com/index.php?option=com_news&amp;Itemid=539#260">new Kiwi Syslog Server</a>. It does comes in two versions a free one and a full version with lot features.</span></p>
<p class="MsoNoSpacing" style="margin: 0in 0in 0pt"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/syslog2.png"><img class="alignnone size-medium wp-image-603" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/11/syslog2.png" alt="" width="285" height="648" /></a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/kiwi-syslog-server-version-9-comes-with-some-great-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar Winds acquires Kiwi Enterprises, best known for its free management and configuration tools (Syslog).</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/solar-winds-acquires-kiwi-enterprises-best-known-for-its-free-management-and-configuration-tools-syslog/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/solar-winds-acquires-kiwi-enterprises-best-known-for-its-free-management-and-configuration-tools-syslog/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 11:35:23 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[free management]]></category>
		<category><![CDATA[Kiwi Enterprises]]></category>
		<category><![CDATA[Network Management System]]></category>
		<category><![CDATA[SolarWinds]]></category>
		<category><![CDATA[Syslog]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/?p=197</guid>
		<description><![CDATA[SolarWinds announced on 5th of Jan09, it had acquired for an undisclosed sum the assets of New Zealand-based software maker Kiwi Enterprises, best known for its free management and configuration tools. Picture Courtesy: Solar Winds. SolarWinds, also known for making freeware versions of its enterprise software available, acquired Kiwi with plans to incorporate the company&#8217;s [...]]]></description>
				<content:encoded><![CDATA[<h1 style="margin: 0in 0in 0pt"><span style="font-size: 12pt"><span style="font-family: Calibri"> </span></span></h1>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 12pt"><span style="font-family: Calibri">SolarWinds announced on 5<sup>th</sup> of Jan09, <span> </span>it had acquired for an undisclosed sum the assets of New Zealand-based software maker </span><a href="http://www.kiwisyslog.com/"><span style="font-family: Calibri;color: #0000ff">Kiwi Enterprises</span></a><span style="font-family: Calibri">, best known for its </span><a href="http://www.networkworld.com/slideshows/2008/041608-20-free-software-favorites.html"><span style="font-family: Calibri;color: #0000ff">free management</span></a><span style="font-family: Calibri"> and configuration tools. </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 12pt"><span style="font-family: Calibri"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/01/kiwi_promo.gif"><img class="alignnone size-medium wp-image-198" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2009/01/kiwi_promo.gif" alt="" width="684" height="130" /></a></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 12pt"><span style="font-family: Calibri">Picture Courtesy: Solar Winds.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 12pt"><span style="font-family: Calibri">SolarWinds, also known for making </span><a href="http://www.networkworld.com/newsletters/nsm/2008/080408nsm1.html"><span style="font-family: Calibri;color: #0000ff">freeware versions</span></a><span style="font-family: Calibri"> of its enterprise software available, acquired Kiwi with plans to incorporate the company&#8217;s </span><a href="http://www.networkworld.com/news/2007/030707-network-pros-favorite-freeware.html"><span style="font-family: Calibri;color: #0000ff">Syslog</span></a><span style="font-family: Calibri"> and </span><a href="http://www.networkworld.com/community/node/14708"><span style="font-family: Calibri;color: #0000ff">CatTools</span></a><span style="font-family: Calibri"> products into its own </span><a href="http://www.networkworld.com/news/2008/070208-solarwinds-simplifies-large-network.html"><span style="font-family: Calibri;color: #0000ff">Orion platform.</span></a><span style="font-family: Calibri"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 12pt"><span style="font-family: Calibri"> “We saw a number of similarities in the products and communities of Kiwi Enterprises and SolarWinds, and expect this acquisition to generate immediate benefit, not only to our respective customer bases, but to the IT community at large,” said Michael S. Bennett, chairman and CEO, SolarWinds. “SolarWinds is committed to delivering deep value to network engineers by addressing their everyday pain, simply and affordably.”<span style="font-size: 12pt"><span style="font-family: Calibri">SolarWinds will add the Kiwi products, specifically Kiwi Syslog Server and Kiwi CatTools, to its popular line-up of tools for network engineers.  In addition, SolarWinds also expects to use the other software products that it purchased to expand its free tool offerings.</span></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="font-size: 12pt"><span style="font-family: Calibri"><br />
</span></span><span style="font-size: 12pt"><span style="font-family: Calibri">For more details do check the </span><a href="http://www.solarwinds.com/company/PressReleases/release.aspx?id=10102" target="_blank"><span style="font-family: Calibri;color: #0000ff">press release</span></a><span style="font-family: Calibri"> from Solar Winds.</span></span></p>
<p><code>[kml_flashembed movie="http://www.youtube.com/v/8DxAOm4QSZ8" width="425" height="350" wmode="transparent" /]</code></p>
<p><a href="http://www.solarwinds.com/company/PressReleases/release.aspx?id=10102"></a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/solar-winds-acquires-kiwi-enterprises-best-known-for-its-free-management-and-configuration-tools-syslog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Service timestamps logging, and how it can be configured Cisco Switch or a Router?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-service-timestamps-logging-and-how-it-can-be-configured-cisco-switch-or-a-router/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-service-timestamps-logging-and-how-it-can-be-configured-cisco-switch-or-a-router/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:22:03 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco 2950]]></category>
		<category><![CDATA[Cisco 3745]]></category>
		<category><![CDATA[Cisco 6500]]></category>
		<category><![CDATA[IOS commands]]></category>
		<category><![CDATA[Router Troubleshooting]]></category>
		<category><![CDATA[Service timestamp]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Syslog]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/what-is-service-timestamps-logging-and-how-it-can-be-configured-cisco-switch-or-a-router/</guid>
		<description><![CDATA[Logging is a quite essential part of a secure network configuration. Logging not only helps the Network Administrators to identify the issue while troubleshooting, also enables them to react to intrusion attempts or Denial-of –Service attacks. By default  on Cisco IOS , no timestamp information is included; however, you can enable timestamps and also modify [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal"><font face="Calibri">Logging is a quite essential part of a secure network configuration. Logging not only helps the Network Administrators to identify the issue while troubleshooting, also enables them to react to intrusion attempts or Denial-of –Service attacks. </font></p>
<p class="MsoNoSpacing"><span></span></p>
<p class="MsoNoSpacing"><font face="Calibri">By default <span> </span>on Cisco IOS , no timestamp information is included; however, you can enable timestamps and also modify the format of the timestamp attached to SYSLOG message by using the service timestamps <strong>log</strong> global configuration commands as follows:</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE(Config)# service timestamps log {uptime |datetime [msec |localtime |show-timezone]}</font></p>
<p class="MsoNoSpacing"><font face="Calibri">I will demonstrate how to configure a Cisco IOS Switch to log the datetime and loclatime.</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Before Configuring the service timestamps log you will get the following logs in a IOS Switch.</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE#sho log</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Syslog logging: enabled (0 messages dropped, 0 messages rate-limited, 0 flushes, 0 overruns, xml disabled, filtering disabled)</font></p>
<p class="MsoNoSpacing"><font face="Calibri">No Active Message Discriminator.</font></p>
<p class="MsoNoSpacing"><font face="Calibri">No Inactive Message Discriminator.</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>   </span>Console logging: level debugging, 453895 messages logged, xml disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>                     </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Monitor logging: level debugging, 0 messages logged, xml disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>                     </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Buffer logging:<span>  </span>level debugging, 453895 messages logged, xml disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>                    </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Exception Logging: size (4096 bytes)</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Count and timestamp logging messages: disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>File logging: disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Persistent logging: disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Trap logging: level informational, 453898 message lines logged</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>        </span>Logging to 10.0.0.2<span>  </span>(udp port 514,<span>  </span>audit disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>authentication disabled, encryption disabled, link up),</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>453898 message lines logged, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>0 message lines rate-limited, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>0 message lines dropped-by-MD, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>xml disabled, sequence number disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>        </span>Logging to 10.0.0.1<span>  </span>(udp port 514,<span>  </span>audit disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>authentication disabled, encryption disabled, link up),</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>453898 message lines logged, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>0 message lines rate-limited, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>0 message lines dropped-by-MD, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>xml disabled, sequence number disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>          </span>Log Buffer (4096 bytes):</font></p>
<p class="MsoNoSpacing"><font face="Calibri">17w5d: %LINK-3-UPDOWN: Interface GigabitEthernet0/41, changed state to down</font></p>
<p class="MsoNoSpacing"><font face="Calibri">17w5d: %LINK-3-UPDOWN: Interface GigabitEthernet0/41, changed state to up</font></p>
<p class="MsoNoSpacing"><font face="Calibri">17w5d: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/41, changed state to up</font></p>
<p class="MsoNoSpacing"><font face="Calibri">17w5d: %SEC-6-IPACCESSLOGP: list 102 permitted tcp 10.0.0.6(49336) -&gt; 0.0.0.0(23), 1 packet</font></p>
<p><strong><font face="Calibri">Now we will configure the Cisco IOS Switch with the Service timestamp log command with date &amp; local time of the Switch by issuing the following command from the global configuration mode.</font></strong><font face="Calibri"> </font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE(config)#service timestamps log datetime localtime</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Here are the details of log show in the switch after configuring the service timestamps log command</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE#sho log</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Syslog logging: enabled (0 messages dropped, 0 messages rate-limited, 0 flushes, 0 overruns, xml disabled, filtering disabled)</font></p>
<p class="MsoNoSpacing"><font face="Calibri">No Active Message Discriminator.</font></p>
<p class="MsoNoSpacing"><font face="Calibri">No Inactive Message Discriminator.</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Console logging: level debugging, 454006 messages logged, xml disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>                     </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Monitor logging: level debugging, 0 messages logged, xml disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>                     </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Buffer logging:<span>  </span>level debugging, 454006 messages logged, xml disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>                    </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Exception Logging: size (4096 bytes)</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Count and timestamp logging messages: disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>File logging: disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Persistent logging: disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span>Trap logging: level informational, 454009 message lines logged</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>        </span>Logging to 10.0.0.2<span>  </span>(udp port 514,<span>  </span>audit disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>      </span><span>        </span>authentication disabled, encryption disabled, link up),</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>454009 message lines logged, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>0 message lines rate-limited, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>0 message lines dropped-by-MD, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>xml disabled, sequence number disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>    </span><span>          </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>        </span>Logging to 10.0.0.1<span>  </span>(udp port 514,<span>  </span>audit disabled,</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>authentication disabled, encryption disabled, link up),</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>454009 message lines logged, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>0 message lines rate-limited, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>       </span><span>       </span>0 message lines dropped-by-MD, </font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>xml disabled, sequence number disabled</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span>              </span>filtering disabled</font></p>
<p class="MsoNoSpacing"><span><font face="Calibri">          </font></span></p>
<p class="MsoNoSpacing"><font face="Calibri">Log Buffer (4096 bytes):</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:10:48: %LINK-3-UPDOWN: Interface GigabitEthernet0/13, changed state to up</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:10:49: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/13, changed state to up</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:10:55: %SYS-5-CONFIG_I: Configured from console by yasir on vty2 (10.0.0.6)</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:11:19: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/13, changed state to down</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:11:20: %LINK-3-UPDOWN: Interface GigabitEthernet0/13, changed state to down</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:11:22: %SEC-6-IPACCESSLOGP: list 102 permitted tcp 10.0.0.1(44420) -&gt; 0.0.0.0(23), 1 packet</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:11:23: %LINK-3-UPDOWN: Interface GigabitEthernet0/13, changed state to up</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:11:24: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/13, changed state to up</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Aug 20 09:11:37: %SEC-6-IPACCESSLOGP: list 102 permitted tcp 10.0.0.6(49493) -&gt; 0.0.0.0(23), 1 packet</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE#</font></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-service-timestamps-logging-and-how-it-can-be-configured-cisco-switch-or-a-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
