<?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 Educator &#187; Configuration</title>
	<atom:link href="http://www.networkeducator.com/category/configuration/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networkeducator.com</link>
	<description>Lets network our blog</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:30:28 +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>Configuration Template</title>
		<link>http://www.networkeducator.com/configuration-template.htm</link>
		<comments>http://www.networkeducator.com/configuration-template.htm#comments</comments>
		<pubDate>Fri, 05 Feb 2010 06:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[configuration template]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.networkeducator.com/?p=47</guid>
		<description><![CDATA[Configuration Template

Using this template configuring the routers &#038; switches will not be big job. In this template you just need to feed required input and then copy the output to Router’s / Switch’s configuration mode. This template can ]]></description>
		<wfw:commentRss>http://www.networkeducator.com/configuration-template.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IOS Upgradation</title>
		<link>http://www.networkeducator.com/cisco-ios-upgradation.htm</link>
		<comments>http://www.networkeducator.com/cisco-ios-upgradation.htm#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:31:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CCNA]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[ios upgrades]]></category>
		<category><![CDATA[software image]]></category>
		<category><![CDATA[tftp server software]]></category>

		<guid isPermaLink="false">http://www.networkeducator.com/?p=676</guid>
		<description><![CDATA[Cisco IOS Upgradation
I have long been engaged in computer network management, in the CISCO router&#8217;s long-term daily maintenance and management practices has accumulated some experience.  Are now summarized a CISCO router IOS image upgrade several methods for a vast network of enthusiasts, or colleagues for reference. In introducing the methodology of CISCO Router IOS upgrade, [...]]]></description>
		<wfw:commentRss>http://www.networkeducator.com/cisco-ios-upgradation.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site-to-Site IPSEC</title>
		<link>http://www.networkeducator.com/site-to-site-ipsec.htm</link>
		<comments>http://www.networkeducator.com/site-to-site-ipsec.htm#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:31:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[ipsec vpn]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[security level]]></category>
		<category><![CDATA[site-to-site]]></category>

		<guid isPermaLink="false">http://www.networkeducator.com/?p=662</guid>
		<description><![CDATA[Site-to-Site IPSEC
Below configuration is to configure Site-to-Site IPSEC over the PIX as shown in the diagram.

Configuration for the Router-4
======================
hostname r4
crypto isakmp policy 10
hash md5
authentication pre-share
group 2
crypto isakmp key cisco address 45.1.1.5
!
!
crypto ipsec transform-set test esp-aes esp-md5-hmac
! !
crypto map test 10 ipsec-isakmp
set peer 45.1.1.5
set transform-set test
match address 100
interface Loopback0
ip address 10.1.1.1 255.255.255.0
!
interface Ethernet0/0
ip address 47.1.1.4 255.255.255.0
half-duplex
crypto [...]]]></description>
		<wfw:commentRss>http://www.networkeducator.com/site-to-site-ipsec.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Point to Point Link Configuration using Cisco Router</title>
		<link>http://www.networkeducator.com/point-to-point-link-configuration-using-cisco-router.htm</link>
		<comments>http://www.networkeducator.com/point-to-point-link-configuration-using-cisco-router.htm#comments</comments>
		<pubDate>Tue, 05 Jan 2010 13:51:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Configuring]]></category>
		<category><![CDATA[lease line configuration]]></category>
		<category><![CDATA[point to point link configuration]]></category>

		<guid isPermaLink="false">http://www.networkeducator.com/?p=649</guid>
		<description><![CDATA[Below configuration will describes how to configure lease line using Cisco Router.  Here we will be using Cisco 1721 Routers at both the sides ( Central &#38; Branch Side) First of all we will be Configuring ethernet interface with an IP address and a subnet mask.
Location-A-Router#conf t      
Location-A-Router(config)#interface eth0
Location-A-Router(config-if)#ip address 192.168.10.1 255.255.255.0
Location-A-Router(config-if)#no shut
Location-A-Router(config-if)#end
 
Location-B-Router#conf t      
Location-B-Router(config)#interface eth0
Location-B-Router(config-if)#ip address [...]]]></description>
		<wfw:commentRss>http://www.networkeducator.com/point-to-point-link-configuration-using-cisco-router.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring DHCP Server on Cisco Router</title>
		<link>http://www.networkeducator.com/configuring-dhcp-on-cisco-router.htm</link>
		<comments>http://www.networkeducator.com/configuring-dhcp-on-cisco-router.htm#comments</comments>
		<pubDate>Mon, 04 Jan 2010 13:38:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[cisco router as dhcp]]></category>
		<category><![CDATA[configuring dhcp]]></category>
		<category><![CDATA[dhcp router on cisco router]]></category>

		<guid isPermaLink="false">http://www.networkeducator.com/?p=642</guid>
		<description><![CDATA[Dynamic Host Configuration Protocol (DHCP) is a client/server protocol that automatically provides an Internet Protocol (IP) host with its IP address and other related configuration information such as the subnet mask and default gateway. DHCP allows hosts to obtain necessary TCP/IP configuration information from a DHCP server so that hosts can access network and Internet [...]]]></description>
		<wfw:commentRss>http://www.networkeducator.com/configuring-dhcp-on-cisco-router.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco VPN Concentrator for Syslog</title>
		<link>http://www.networkeducator.com/configuring-cisco-vpn-concentrator-for-syslog.htm</link>
		<comments>http://www.networkeducator.com/configuring-cisco-vpn-concentrator-for-syslog.htm#comments</comments>
		<pubDate>Thu, 26 Nov 2009 12:20:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Cisco VPN]]></category>
		<category><![CDATA[vpn 3000]]></category>
		<category><![CDATA[vpn concentrator]]></category>

		<guid isPermaLink="false">http://www.networkeducator.com/?p=598</guid>
		<description><![CDATA[Cisco VPN Concentrator for Syslog
The Cisco VPN 3000 Series Concentrator provides an appliance-based solution for deploying VPN functionality across remote networks. VPN concentrators are often connected parallel to the firewalls. The design simplifies the management of the network but creates security concerns. After a user has been authenticated through VPN concentrators, the user has complete [...]]]></description>
		<wfw:commentRss>http://www.networkeducator.com/configuring-cisco-vpn-concentrator-for-syslog.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovery Through Rommon Mode</title>
		<link>http://www.networkeducator.com/recovery-thru-rommon-mode.htm</link>
		<comments>http://www.networkeducator.com/recovery-thru-rommon-mode.htm#comments</comments>
		<pubDate>Sun, 15 Nov 2009 11:36:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Network Tools]]></category>
		<category><![CDATA[rommon]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[switch recovery]]></category>

		<guid isPermaLink="false">http://www.networkeducator.com/?p=550</guid>
		<description><![CDATA[Recovery Through Rommon Mode

The switch: prompt or rommon mode  indicates that the switch has not booted up completely and requires the user to complete the boot process.
The error loading flash :&#60; image&#62; message indicates that the switch failed to load an image due to a corrupt or missing image. The image may have been deleted [...]]]></description>
		<wfw:commentRss>http://www.networkeducator.com/recovery-thru-rommon-mode.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
