<?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-Recipes &#187; Cisco router</title>
	<atom:link href="http://www.tech-recipes.com/category/networking/cisco-networking/cisco-router/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:32:22 +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>Route selection by host reachability with Cisco SLA</title>
		<link>http://www.tech-recipes.com/rx/3894/cisco-sla/</link>
		<comments>http://www.tech-recipes.com/rx/3894/cisco-sla/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 03:14:06 +0000</pubDate>
		<dc:creator>Al Banks</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3894</guid>
		<description><![CDATA[Cisco's SLA features, available in IOS other than IP Base, allow modification of the routing table based on a monitored item.  In this example, we'll monitor an Internet address, and change the default route if that address is unreachable.]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/3894/cisco-sla/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tutorial: Standard ACL (Access Control List) Basics</title>
		<link>http://www.tech-recipes.com/rx/2436/tutorial_standard_acl_access_control_list_basics/</link>
		<comments>http://www.tech-recipes.com/rx/2436/tutorial_standard_acl_access_control_list_basics/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 12:18:59 +0000</pubDate>
		<dc:creator>aaronm</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This is a BASIC explanation of Standard ACL&#8217;s that SHOULD be fairly easy to understand and span the spectrum of most Cisco routers. 

The first thing to remember about ACL&#8217;s is they read from top to bottom. When a packet comes to a router interface, it is matched against the first line in the ACL, [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2436/tutorial_standard_acl_access_control_list_basics/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Cisco IOS DST Daylight Savings Time Workaround</title>
		<link>http://www.tech-recipes.com/rx/2199/cisco_ios_dst_daylight_savings_time_workaround/</link>
		<comments>http://www.tech-recipes.com/rx/2199/cisco_ios_dst_daylight_savings_time_workaround/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 11:44:03 +0000</pubDate>
		<dc:creator>Al Banks</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Daylights Savings Time workaround for Cisco IOS devices.  Of course, updating the IOS to a DST-corrected version will eliminate the need for this fix, but&#8230;

To work around the DST changes, login to the router and issue the following commands:
clock summer-time [timezone] recuring
! tells the router to make this change every year
clock summer-time [timezone] date [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2199/cisco_ios_dst_daylight_savings_time_workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco HSRP (like VRRP) &#8211; Redundant gateway router configuration</title>
		<link>http://www.tech-recipes.com/rx/1934/cisco_hsrp_like_vrrp_redundant_gateway_router_configuration/</link>
		<comments>http://www.tech-recipes.com/rx/1934/cisco_hsrp_like_vrrp_redundant_gateway_router_configuration/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 13:36:34 +0000</pubDate>
		<dc:creator>Al Banks</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[You&#8217;ve got two Cisco routers, and two links to a remote site.  How do you make your hosts use the backup when needed?  One method is HSRP.

HSRP stands for Hot Standby Router Protocol, and what it does is create a virtual IP address (which hosts will use as the gateway address).  This [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1934/cisco_hsrp_like_vrrp_redundant_gateway_router_configuration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to (more) safely run debugs on Cisco routers</title>
		<link>http://www.tech-recipes.com/rx/1931/how_to_more_safely_run_debugs_on_cisco_routers/</link>
		<comments>http://www.tech-recipes.com/rx/1931/how_to_more_safely_run_debugs_on_cisco_routers/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 19:11:38 +0000</pubDate>
		<dc:creator>Al Banks</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Running debug commands can bring a busy router to a crawl.  Not sending the output to the console can help.  This tech-recipe describes turning off console debugging output and techniques for viewing debug information in a router-friendly way.

Some debug commands, like debug ip packet detail
 can cause a router to stop responding while [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1931/how_to_more_safely_run_debugs_on_cisco_routers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure Cisco router as an NTP server</title>
		<link>http://www.tech-recipes.com/rx/1464/configure_cisco_router_ntp_server/</link>
		<comments>http://www.tech-recipes.com/rx/1464/configure_cisco_router_ntp_server/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 21:33:51 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[An NTP server can provide synchronized date and times for devices in a network.  Since a router cannot be a Stratum 1 device (cannot connect to a Stratum 0 device such as a GPS clock), a router is not an accurate source of time information.  If this is not important to you, then [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1464/configure_cisco_router_ntp_server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Cisco router to set time from NTP server</title>
		<link>http://www.tech-recipes.com/rx/1463/configure-cisco-router-to-set-time-from-ntp-server/</link>
		<comments>http://www.tech-recipes.com/rx/1463/configure-cisco-router-to-set-time-from-ntp-server/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 21:15:26 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Using NTP to synchronize the date and time of multiple devices makes sense even in a small network.  When performing forensic analyses or troubleshooting connection problems, having consistent logging timestamps from multiple devices can save your life.  Well, at least help keep your hair attached to your head.

To configure a router to use [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1463/configure-cisco-router-to-set-time-from-ntp-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set the time on a Cisco router manually</title>
		<link>http://www.tech-recipes.com/rx/1462/set-the-time-on-a-cisco-router-manually/</link>
		<comments>http://www.tech-recipes.com/rx/1462/set-the-time-on-a-cisco-router-manually/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 20:54:05 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Setting the internal clock in a Cisco router allows timestamping of logging information which makes troubleshooting much easier.  If you do not have an NTP server running, you can set the time manually with a simple command.

To set the time, use this command in enable mode (not configuration mode):
Router# clock set 22:55:05 June 19 [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1462/set-the-time-on-a-cisco-router-manually/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set the telnet source IP address for a Cisco router</title>
		<link>http://www.tech-recipes.com/rx/1451/set-the-telnet-source-ip-address-for-a-cisco-router/</link>
		<comments>http://www.tech-recipes.com/rx/1451/set-the-telnet-source-ip-address-for-a-cisco-router/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 20:36:31 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[The default source IP address when telnetting from a Cisco router is that of the interface closest to the destination.  Because some access lists may block traffic from the default IP address, or to help test access lists, it may be useful to temporarily or permanently set the telnet source IP address.

To temporarily set [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1451/set-the-telnet-source-ip-address-for-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Send messages to other users on a Cisco Router</title>
		<link>http://www.tech-recipes.com/rx/1450/send-messages-to-other-users-on-a-cisco-router/</link>
		<comments>http://www.tech-recipes.com/rx/1450/send-messages-to-other-users-on-a-cisco-router/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 20:03:23 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Cisco router]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Multiple users can be logged into a Cisco router at the same time.  It may be necessary (or sometimes just fun) to send a text message to one or all users on a router.  For example, if you are preparing to reload the router, admin etiquette dictates that you should warn other users.

To [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1450/send-messages-to-other-users-on-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/13 queries in 0.910 seconds using memcached
Object Caching 531/571 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 07:01:11 -->
