<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Daygoro's Blog</title>
	<atom:link href="http://daygoro.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://daygoro.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 21 Jun 2009 16:29:57 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='daygoro.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daygoro's Blog</title>
		<link>http://daygoro.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://daygoro.wordpress.com/osd.xml" title="Daygoro&#039;s Blog" />
	<atom:link rel='hub' href='http://daygoro.wordpress.com/?pushpress=hub'/>
		<item>
		<title>“PASSWORD RECOVERY”</title>
		<link>http://daygoro.wordpress.com/2009/06/20/%e2%80%9cpassword-recovery%e2%80%9d/</link>
		<comments>http://daygoro.wordpress.com/2009/06/20/%e2%80%9cpassword-recovery%e2%80%9d/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 19:00:16 +0000</pubDate>
		<dc:creator>Carlos Aguilar Mora</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://daygoro.wordpress.com/?p=12</guid>
		<description><![CDATA[COMO HACER UN “PASSWORD RECOVERY” DE UN SWITCH Muchas veces me he encontrado con que de repente se requiere acceder a la configuración de un switch, y no se puede. Una de las razones es que no se tiene el password de acceso, en estas ocasiones se debe hacer un “password recovery”, aunque en realidad [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daygoro.wordpress.com&amp;blog=5930118&amp;post=12&amp;subd=daygoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>COMO HACER UN “PASSWORD RECOVERY” DE UN SWITCH</strong></p>
<p>Muchas veces me he encontrado con que de repente se requiere acceder a la configuración de un switch, y no se puede. Una de las razones es que no se tiene el password de acceso, en estas ocasiones se debe hacer un “password recovery”, aunque en realidad el password no se recupera, sino que se accede a la configuración saltando la autenticación, para luego cambiar dicho password.</p>
<p><img src="http://daygoro.files.wordpress.com/2009/06/cataly.jpg?w=300&#038;h=143" alt="cataly" title="cataly" width="300" height="143" class="aligncenter size-medium wp-image-20" /></p>
<p>La idea es renombrar el archivo de configuración “config.text”, para que a la hora de bootear el switch no encuentre la configuración actual y cargue una por defecto.</p>
<p>Dada una introducción procedo a indicar los pasos necesarios para realizar esta tarea:</p>
<p>Antes de nada se deberá tener acceso al puerto de consola del switch, al cual nos conectaremos utilizando el minicom.</p>
<p>•	Reiniciar el Switch y mientras arranca mantener presionado por 5 segundos el botón MODE que se encuentra en la parte frontal izquierda del Switch.<br />
•	Se mostrará en pantalla:</p>
<p>The system has been interrupted prior to initializing the<br />
flash filesystem. The following commands will initialize<br />
the flash filesystem, and finish loading the operating<br />
system software: </p>
<p>flash_init<br />
load_helper<br />
boot</p>
<p>•	Digitamos “flash_init”, para arrancar el filesystem, que es donde se encuentra el archivo de configuración.<br />
switch: flash_init<br />
Initializing Flash&#8230;<br />
flashfs[0]: 605 files, 19 directories<br />
flashfs[0]: 0 orphaned files, 0 orphaned directories<br />
flashfs[0]: Total bytes: 32514048<br />
flashfs[0]: Bytes used: 8346624<br />
flashfs[0]: Bytes available: 24167424<br />
flashfs[0]: flashfs fsck took 10 seconds.<br />
&#8230;done Initializing Flash.<br />
Boot Sector Filesystem (bs) installed, fsid: 3<br />
Setting console baud rate to 9600&#8230;</p>
<p>•	Luego, “load_helper”, para cargar la ayuda.<br />
switch: load_helper<br />
•	Verificamos el contenido de la flash.</p>
<p>switch: dir flash:<br />
Directory of flash:/<br />
2 -rwx 5208 	vlan.dat<br />
<strong>3 -rwx 5 	 private-config.text</strong><br />
4 -rwx 1048 	 multiple-fs<br />
6 -rwx 4789 	 config.text<br />
7 drwx 192  	 c2960-lanbase-mz.122-35.SE5<br />
24167424 bytes available (8346624 bytes used)</p>
<p>•	Renombrar el archivo de configuración.<br />
switch: rename flash:config.text flash:config.old</p>
<p>•	Verificamos que el archivo de configuración este renombrado.</p>
<p>switch: dir flash:<br />
Directory of flash:/<br />
2 -rwx 5208  	vlan.dat<br />
<strong>3 -rwx 5  	private-config.text</strong><br />
4 -rwx 1048  	multiple-fs<br />
6 -rwx 4789  	config.old<br />
7 drwx 192 	c2960-lanbase-mz.122-35.SE5<br />
24167424 bytes available (8346624 bytes used)</p>
<p>•	Reiniciamos el switch utilizando el comando boot:</p>
<p>switch: boot</p>
<p>•	Una vez reiniciado el switch, el sistema operativo iniciará normalmente, y procedemos a recuperar nuestra configuración:<br />
Switch&gt;enable<br />
Switch#copy flash:config.old system:running-config<br />
Destination filename [running-config]?<br />
Con lo que hemos ingresado a nuestra configuración saltando el password. Una vez aqui podemos cambiar los passwords.</p>
<p>•	No olvidar guardar la configuración.</p>
<p>Switch#write</p>
<p>Esta configuración fue realizada utilizando un Switch Cisco Catalyt 2960.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daygoro.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daygoro.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daygoro.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daygoro.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daygoro.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daygoro.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daygoro.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daygoro.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daygoro.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daygoro.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daygoro.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daygoro.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daygoro.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daygoro.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daygoro.wordpress.com&amp;blog=5930118&amp;post=12&amp;subd=daygoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daygoro.wordpress.com/2009/06/20/%e2%80%9cpassword-recovery%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac7e4f46ec0200a687bfbda1fedcd871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daygoro</media:title>
		</media:content>

		<media:content url="http://daygoro.files.wordpress.com/2009/06/cataly.jpg?w=300" medium="image">
			<media:title type="html">cataly</media:title>
		</media:content>
	</item>
		<item>
		<title>100 Zapatitos 2008</title>
		<link>http://daygoro.wordpress.com/2008/12/22/100-zapatitos-2008/</link>
		<comments>http://daygoro.wordpress.com/2008/12/22/100-zapatitos-2008/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 15:05:41 +0000</pubDate>
		<dc:creator>Carlos Aguilar Mora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://daygoro.wordpress.com/?p=6</guid>
		<description><![CDATA[Una nueva oportunidad para compartir esta Navidad<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daygoro.wordpress.com&amp;blog=5930118&amp;post=6&amp;subd=daygoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tengo.wordpress.com/" target="_blank"></p>
<p align="center"><img src="http://tengo.files.wordpress.com/2008/12/100zapatos13.jpg?w=510&#038;h=150" alt="100" border="1" height="150" hspace="5" vspace="5" width="150/"></p>
<p align="center"> Una nueva oportunidad para compartir esta Navidad <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/daygoro.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/daygoro.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/daygoro.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/daygoro.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/daygoro.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/daygoro.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/daygoro.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/daygoro.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/daygoro.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/daygoro.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/daygoro.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/daygoro.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/daygoro.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/daygoro.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daygoro.wordpress.com&amp;blog=5930118&amp;post=6&amp;subd=daygoro&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://daygoro.wordpress.com/2008/12/22/100-zapatitos-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac7e4f46ec0200a687bfbda1fedcd871?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daygoro</media:title>
		</media:content>

		<media:content url="http://tengo.files.wordpress.com/2008/12/100zapatos13.jpg" medium="image">
			<media:title type="html">100</media:title>
		</media:content>
	</item>
	</channel>
</rss>
