<?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>Tech &#124; Life &#187; router</title>
	<atom:link href="http://alloytm.com/tag/router/feed/" rel="self" type="application/rss+xml" />
	<link>http://alloytm.com</link>
	<description>Journals of an IT engineer on Tech &#124; Life &#124; Photography &#124; .ılı..ılı.</description>
	<lastBuildDate>Tue, 03 Jan 2012 04:25:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Retrieve crashinfo and crashinfo_ext from Cisco devices</title>
		<link>http://alloytm.com/2011/03/24/retrieve-crashinfo-and-crashinfo_ext-from-cisco-devices/</link>
		<comments>http://alloytm.com/2011/03/24/retrieve-crashinfo-and-crashinfo_ext-from-cisco-devices/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 06:20:43 +0000</pubDate>
		<dc:creator>alloyadmin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://alloytm.com/?p=205</guid>
		<description><![CDATA[Cisco device after encounter an unrecoverable error, it would reboot itself to try to rectify the issue. Cisco device will store the crash information file contains extended system information that is captured quickly when the system reloads because of an error condition. The information is store on the file system under a file called &#8220;crashinfo&#8220;. [...]]]></description>
		<wfw:commentRss>http://alloytm.com/2011/03/24/retrieve-crashinfo-and-crashinfo_ext-from-cisco-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SDM on a Cisco router</title>
		<link>http://alloytm.com/2010/05/01/installing-sdm-on-a-cisco-router/</link>
		<comments>http://alloytm.com/2010/05/01/installing-sdm-on-a-cisco-router/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:48:39 +0000</pubDate>
		<dc:creator>alloyadmin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[SDM]]></category>

		<guid isPermaLink="false">http://www.alloytm.com/2010/05/01/installing-sdm-on-a-cisco-router/</guid>
		<description><![CDATA[Enviroment : 
Cisco 2691, Cisco SDM 2.5, Windows XP, JRE 1.6 update 6
Installation / Usage :
Cisco Router and Security Device Manager (SDM) is a Web-based device-management tool for Cisco routers that can improve the productivity of network managers, simplify router deployments, and help troubleshoot complex network and VPN connectivity issues.
Follow the instructions below to configure [...]]]></description>
		<wfw:commentRss>http://alloytm.com/2010/05/01/installing-sdm-on-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Cisco console message from interrupting commands</title>
		<link>http://alloytm.com/2007/07/13/stop-cisco-console-message-from-interrupting-commands/</link>
		<comments>http://alloytm.com/2007/07/13/stop-cisco-console-message-from-interrupting-commands/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 03:54:26 +0000</pubDate>
		<dc:creator>alloyadmin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.alloytm.com/2007/07/13/stop-cisco-console-message-from-interrupting-commands/</guid>
		<description><![CDATA[Normally networker are annoyed when the system messages gets in the way when they are working on the console. To place the system messages on the next line, just enable the logging synchronous
r1(config)#line console 0
r1(config-line)#logging synchronous
r1(config-line)#^Z
r1#
*Mar  1 00:22:21.479: %SYS-5-CONFIG_I: Configured from console by console
]]></description>
		<wfw:commentRss>http://alloytm.com/2007/07/13/stop-cisco-console-message-from-interrupting-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear Cisco router configuration</title>
		<link>http://alloytm.com/2007/07/13/clear-cisco-router-configuration/</link>
		<comments>http://alloytm.com/2007/07/13/clear-cisco-router-configuration/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 03:02:05 +0000</pubDate>
		<dc:creator>alloyadmin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.alloytm.com/2007/07/13/clear-cisco-router-configuration/</guid>
		<description><![CDATA[Sometime you get a used Cisco device and you wished to start from scratch. Just erase the NVRAM so that it goes back to the default factory settings.
router1#write erase
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
router1#
*Mar  1 00:09:12.679: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
* Do a &#8220;reload&#8221; to [...]]]></description>
		<wfw:commentRss>http://alloytm.com/2007/07/13/clear-cisco-router-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

