<?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>CiscoZine &#187; Tips</title>
	<atom:link href="http://www.ciscozine.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ciscozine.com</link>
	<description>Daily reporting on Cisco technology</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Slow ADSL with 12.4 IOS version?!</title>
		<link>http://www.ciscozine.com/2009/11/05/slow-adsl-with-12-4-ios-version/</link>
		<comments>http://www.ciscozine.com/2009/11/05/slow-adsl-with-12-4-ios-version/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 22:25:00 +0000</pubDate>
		<dc:creator>Fabio Semperboni</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ADSL]]></category>
		<category><![CDATA[Advanced configuration]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.ciscozine.com/?p=739</guid>
		<description><![CDATA[Recently, I have upgraded my Cisco 2650XM from 12.3 to 12.4 version; I use it to connect my PC to Internet, but something goes wrong.
After the upgrading, I have tried to downlad an ISO image but the speed was very low (about 300KB/s and not 700KB/s). Mhhh this is strange! I have begun the troubleshooting [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have upgraded my Cisco 2650XM from 12.3 to 12.4 version; I use it to connect my PC to Internet, but something goes wrong.</p>
<p>After the upgrading, I have tried to downlad an ISO image but the <strong>speed was very low</strong> (about 300KB/s and not 700KB/s). Mhhh this is strange! I have begun the troubleshooting but no error, no warning message. So I have reset my current configuration, but nothing&#8230; no real improvement.(...)<br/>Read the rest of <a href="http://www.ciscozine.com/2009/11/05/slow-adsl-with-12-4-ios-version/">Slow ADSL with 12.4 IOS version?!</a> (122 words)</p>
<hr />
<p><small>© Fabio Semperboni for <a href="http://www.ciscozine.com">CiscoZine</a>, 2009. |
<a href="http://www.ciscozine.com/2009/11/05/slow-adsl-with-12-4-ios-version/">Permalink</a> |
<a href="http://www.ciscozine.com/2009/11/05/slow-adsl-with-12-4-ios-version/#comments">No comment</a><br/>
Post tags: <a href="http://www.ciscozine.com/tag/adsl/" rel="tag">ADSL</a>, <a href="http://www.ciscozine.com/tag/advanced-configuration/" rel="tag">Advanced configuration</a>, <a href="http://www.ciscozine.com/tag/tips/" rel="tag">Tips</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.ciscozine.com/2009/11/05/slow-adsl-with-12-4-ios-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create shortcut command</title>
		<link>http://www.ciscozine.com/2009/09/09/how-to-create-shortcut-command/</link>
		<comments>http://www.ciscozine.com/2009/09/09/how-to-create-shortcut-command/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:19:54 +0000</pubDate>
		<dc:creator>Fabio Semperboni</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Basic configuration]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.ciscozine.com/?p=731</guid>
		<description><![CDATA[Cisco IOS permits to define a shortcut to complex command. An alias can be configured to do anything that can be done at the command line, but an alias cannot move between modes, type in passwords, or perform any interactive functions.
To create a command alias, issue the alias command in global configuration mode. The syntax [...]]]></description>
			<content:encoded><![CDATA[<p>Cisco IOS permits to define a <strong>shortcut</strong> to complex command. An alias can be configured to do anything that can be done at the command line, but an alias cannot move between modes, type in passwords, or perform any interactive functions.</p>
<p>To create a command alias, issue the alias command in global configuration mode. The syntax of the command is <em>alias mode command-alias original-command</em>. Who have never typed repeatedly the commands <em>show cdp neigh</em> or <em>show ip inter brief</em>?(...)<br/>Read the rest of <a href="http://www.ciscozine.com/2009/09/09/how-to-create-shortcut-command/">How to create shortcut command</a> (150 words)</p>
<hr />
<p><small>© Fabio Semperboni for <a href="http://www.ciscozine.com">CiscoZine</a>, 2009. |
<a href="http://www.ciscozine.com/2009/09/09/how-to-create-shortcut-command/">Permalink</a> |
<a href="http://www.ciscozine.com/2009/09/09/how-to-create-shortcut-command/#comments">No comment</a><br/>
Post tags: <a href="http://www.ciscozine.com/tag/basic-configuration/" rel="tag">Basic configuration</a>, <a href="http://www.ciscozine.com/tag/tips/" rel="tag">Tips</a>, <a href="http://www.ciscozine.com/tag/video/" rel="tag">Video</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.ciscozine.com/2009/09/09/how-to-create-shortcut-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for securing Cisco administrative access</title>
		<link>http://www.ciscozine.com/2009/04/16/tips-for-securing-cisco-administrative-access/</link>
		<comments>http://www.ciscozine.com/2009/04/16/tips-for-securing-cisco-administrative-access/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:57:03 +0000</pubDate>
		<dc:creator>Fabio Semperboni</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Advanced configuration]]></category>
		<category><![CDATA[Secure a router]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.ciscozine.com/?p=696</guid>
		<description><![CDATA[In this article I would explain some tips for securing Cisco administrative access.
When creating passwords, keep these rules in mind:

Make passwords lengthy
Passwords should combine letters, numbers, and symbols. Passwords should not use dictionary words
Change passwords as often as possible

Strong passwords are the primary defense against unauthorized access to your router. The best way to manage [...]]]></description>
			<content:encoded><![CDATA[<p>In this article I would explain some <strong>tips </strong>for securing Cisco administrative access.</p>
<p>When creating passwords, <strong>keep these rules in mind</strong>:</p>
<ul>
<li>Make passwords lengthy</li>
<li>Passwords should combine letters, numbers, and symbols. Passwords should not use dictionary words</li>
<li>Change passwords as often as possible</li>
</ul>
<p><strong>Strong passwords</strong> are the <strong>primary defense</strong> against unauthorized access to your router. The best way to manage passwords is to maintain them on an AAA server, but not all people can have/manage a AAA server.</p>
<p>Cisco provides a number of <strong>enhanced features</strong> that allow you to increase the security of your passwords.</p>
<p>For the basic configuration read <a href="http://www.ciscozine.com/2008/10/10/cisco-basic-configuration/">this article</a>.(...)<br/>Read the rest of <a href="http://www.ciscozine.com/2009/04/16/tips-for-securing-cisco-administrative-access/">Tips for securing Cisco administrative access</a> (1,201 words)</p>
<hr />
<p><small>© Fabio Semperboni for <a href="http://www.ciscozine.com">CiscoZine</a>, 2009. |
<a href="http://www.ciscozine.com/2009/04/16/tips-for-securing-cisco-administrative-access/">Permalink</a> |
<a href="http://www.ciscozine.com/2009/04/16/tips-for-securing-cisco-administrative-access/#comments">One comment</a><br/>
Post tags: <a href="http://www.ciscozine.com/tag/advanced-configuration/" rel="tag">Advanced configuration</a>, <a href="http://www.ciscozine.com/tag/secure-a-router/" rel="tag">Secure a router</a>, <a href="http://www.ciscozine.com/tag/tips/" rel="tag">Tips</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.ciscozine.com/2009/04/16/tips-for-securing-cisco-administrative-access/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco Technical Tips Conventions</title>
		<link>http://www.ciscozine.com/2008/09/08/cisco-technical-tips-conventions/</link>
		<comments>http://www.ciscozine.com/2008/09/08/cisco-technical-tips-conventions/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 21:52:40 +0000</pubDate>
		<dc:creator>Fabio Semperboni</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.ciscozine.com/?p=88</guid>
		<description><![CDATA[When you read official documentation from cisco.com, there are some conventions that is opportune to know.
Some examples of Cisco conventions:
* Bold indicates text the user must enter or select, such as menu items, buttons, and commands.(...)Read the rest of Cisco Technical Tips Conventions (124 words)

© Fabio Semperboni for CiscoZine, 2008. &#124;
Permalink &#124;
No comment
Post tags: Tips
]]></description>
			<content:encoded><![CDATA[<p>When you read official documentation from cisco.com, there are some conventions that is opportune to know.</p>
<p>Some examples of Cisco conventions:<br />
* <strong>Bold</strong> indicates text the user must enter or select, such as menu items, buttons, and commands.(...)<br/>Read the rest of <a href="http://www.ciscozine.com/2008/09/08/cisco-technical-tips-conventions/">Cisco Technical Tips Conventions</a> (124 words)</p>
<hr />
<p><small>© Fabio Semperboni for <a href="http://www.ciscozine.com">CiscoZine</a>, 2008. |
<a href="http://www.ciscozine.com/2008/09/08/cisco-technical-tips-conventions/">Permalink</a> |
<a href="http://www.ciscozine.com/2008/09/08/cisco-technical-tips-conventions/#comments">No comment</a><br/>
Post tags: <a href="http://www.ciscozine.com/tag/tips/" rel="tag">Tips</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.ciscozine.com/2008/09/08/cisco-technical-tips-conventions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Undocumented Cisco commands</title>
		<link>http://www.ciscozine.com/2008/09/08/undocumented-cisco-commands/</link>
		<comments>http://www.ciscozine.com/2008/09/08/undocumented-cisco-commands/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 22:08:17 +0000</pubDate>
		<dc:creator>Fabio Semperboni</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Hidden commands]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Undocumented Cisco commands]]></category>

		<guid isPermaLink="false">http://www.ciscozine.com/?p=73</guid>
		<description><![CDATA[Surfing the web, I have found a document concerning the undocumented cisco commands.
The document is write by Lars Fenneberg (CCIE #7325) and it&#8217;s quite old (last revision in 2005).
Certainly this is not a complete list, but I suppose that could be funny to discover some new commands&#8230;
I have tried to found other document more exhaustive [...]]]></description>
			<content:encoded><![CDATA[<p>Surfing the web, I have found a document concerning the undocumented cisco commands.</p>
<p>The document is write by Lars Fenneberg (CCIE #7325) and it&#8217;s quite old (last revision in 2005).</p>
<p>Certainly this is not a complete list, but I suppose that could be funny to discover some new commands&#8230;</p>
<p>I have tried to found other document more exhaustive with no result.</p>
<p>(...)<br/>Read the rest of <a href="http://www.ciscozine.com/2008/09/08/undocumented-cisco-commands/">Undocumented Cisco commands</a> (10,972 words)</p>
<hr />
<p><small>© Fabio Semperboni for <a href="http://www.ciscozine.com">CiscoZine</a>, 2008. |
<a href="http://www.ciscozine.com/2008/09/08/undocumented-cisco-commands/">Permalink</a> |
<a href="http://www.ciscozine.com/2008/09/08/undocumented-cisco-commands/#comments">One comment</a><br/>
Post tags: <a href="http://www.ciscozine.com/tag/hidden-commands/" rel="tag">Hidden commands</a>, <a href="http://www.ciscozine.com/tag/tips/" rel="tag">Tips</a>, <a href="http://www.ciscozine.com/tag/undocumented-cisco-commands/" rel="tag">Undocumented Cisco commands</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.ciscozine.com/2008/09/08/undocumented-cisco-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
