<?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>bitmindframes &#187; Routing</title>
	<atom:link href="http://www.bitmindframes.info/category/routing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitmindframes.info</link>
	<description>cisco networking study guides</description>
	<lastBuildDate>Tue, 04 May 2010 03:55:48 +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>Distance Vector Routing Protocols</title>
		<link>http://www.bitmindframes.info/distance-vector-routing-protocols</link>
		<comments>http://www.bitmindframes.info/distance-vector-routing-protocols#comments</comments>
		<pubDate>Sat, 27 Sep 2008 02:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[count to infinity]]></category>
		<category><![CDATA[distance vector]]></category>
		<category><![CDATA[network discovery]]></category>
		<category><![CDATA[routing loops]]></category>
		<category><![CDATA[routing protocols]]></category>
		<category><![CDATA[split horizon]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=95</guid>
		<description><![CDATA[Distance Vector Routing Protocols
The meaning of Distance Vector:
A router using distance vector routing protocols knows 2 things:
Distance to final destination.
Vector, or direction, traffic should be directed.
RIP uses hop count as the metric for path selection.
If hop count for a network is greater then 15, RIP cannot supply a route to that network.
IGRP/EIGRP use Bandwidth, delay, [...]]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/distance-vector-routing-protocols/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Routing Protocols &amp; router password recovery</title>
		<link>http://www.bitmindframes.info/dynamic-routing-protocols-router-password-recovery</link>
		<comments>http://www.bitmindframes.info/dynamic-routing-protocols-router-password-recovery#comments</comments>
		<pubDate>Sat, 06 Sep 2008 05:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[eigrp]]></category>
		<category><![CDATA[hop count]]></category>
		<category><![CDATA[metric]]></category>
		<category><![CDATA[ospf]]></category>
		<category><![CDATA[protocol]]></category>
		<category><![CDATA[rip]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=91</guid>
		<description><![CDATA[
Dynamic Routing Protocols:  
Dynamic routing helps the admin overcome the time-consuming process of configuring and maintaining static routes.
Routing protocols have been used since the early 80s.
Routing algorithms have been in use since 1969.
Some function(s) of Dynamic Routing Protocols:
Dynamically share information between routers.
Automatically update routing table when topology changes.
Determine best path to a destination.


The purpose [...]]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/dynamic-routing-protocols-router-password-recovery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static Routing &amp; CDP</title>
		<link>http://www.bitmindframes.info/static-routing-cdp</link>
		<comments>http://www.bitmindframes.info/static-routing-cdp#comments</comments>
		<pubDate>Sat, 06 Sep 2008 04:46:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[cdp]]></category>
		<category><![CDATA[default route]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=90</guid>
		<description><![CDATA[
Introducing the Topology: 
The show controllers command reveals whether the cable is DCE or DTE.
#show controllers serial 0/0/0
Interface serial0/0/0
Hardware is powerQUICC MPC860
DCE v.35, no clock
Interfaces:  
By default all Serial and Ethernet interfaces are down.
The routing table will be empty.
Debugging: 
Allows us to watch changes a router performs in real time.
For example, to observe routes [...]]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/static-routing-cdp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to Routing &amp; Packet Forwarding</title>
		<link>http://www.bitmindframes.info/intro-to-routing-packet-forwarding</link>
		<comments>http://www.bitmindframes.info/intro-to-routing-packet-forwarding#comments</comments>
		<pubDate>Tue, 19 Aug 2008 05:32:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=87</guid>
		<description><![CDATA[Routing &#38; Packet Forwarding 
Routing Protocols &#38; Concepts
Router as a Computer: 
Computers that specialize in sending packets over the data network.
Responsible for interconnecting networks.
Routers are the network center.
Generally have a min of 2 connections:
WAN connection (Connection to ISP).
LAN connection.
In addition to packet forwarding, routers provide other services as well.
A router connects multiple networks.
This means that [...]]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/intro-to-routing-packet-forwarding/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inter VLAN Routing (Router On A Stick)</title>
		<link>http://www.bitmindframes.info/inter-vlan-routing-router-on-a-stick</link>
		<comments>http://www.bitmindframes.info/inter-vlan-routing-router-on-a-stick#comments</comments>
		<pubDate>Fri, 27 Jun 2008 19:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[Switching]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[roast]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[subinterface]]></category>
		<category><![CDATA[vlan]]></category>

		<guid isPermaLink="false">http://bitmindframes.info/?p=49</guid>
		<description><![CDATA[Bitmindframes cisco study guides
INTERVLAN ROUTING
A VLAN is a broadcast domain and unique ip subnet
Switches operate at layer2 (Data link Layer)
VLANS cannot communicate without L3 (Network Layer)
The L3 communication is called inter-vlan routing
Inter-vlan routing is a process of forwarding network traffic from one vlan to another using a router
The Subnets of your network facilitate the routing [...]]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/inter-vlan-routing-router-on-a-stick/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Calculating VLSM subnetworks</title>
		<link>http://www.bitmindframes.info/calculating-vlsm-subnetworks</link>
		<comments>http://www.bitmindframes.info/calculating-vlsm-subnetworks#comments</comments>
		<pubDate>Mon, 23 Jun 2008 18:43:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[vlsm]]></category>

		<guid isPermaLink="false">http://bitmindframes.info/?p=20</guid>
		<description><![CDATA[Bitmindframes cisco study guides.

Calculating VLSMs 
 

 
 
Scenario:  Your company has been given the network address 172.16.32.0/19. 
 
10101100  .  00010000  .  001  00000  .  00000000 
 
 
After careful planning, looking at current needs and expansion, you realize you need a maximum of three subnets [...]]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/calculating-vlsm-subnetworks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cisco IOS command basics</title>
		<link>http://www.bitmindframes.info/cisco-ios-command-basics</link>
		<comments>http://www.bitmindframes.info/cisco-ios-command-basics#comments</comments>
		<pubDate>Sat, 21 Jun 2008 05:43:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[fast ethernet]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://bitmindframes.info/?p=10</guid>
		<description><![CDATA[After several lines of information on the screen you should eventually see:
Would you like to enter the initial configuration dialog? [yes/no]: n

On some routers and switchesyou may see the following message.
Would you like to terminate autoinstall? [yes/no]: y Router> or Switch> 

Privilege Mode
Router> enable
o If you are prompted for a password type: class or if that does not work, type cisco

Use the “?” to view the list of available commands or command options
Router> ? ]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/cisco-ios-command-basics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EIGRP routing protocol summary</title>
		<link>http://www.bitmindframes.info/eigrp-routing-protocol-summary</link>
		<comments>http://www.bitmindframes.info/eigrp-routing-protocol-summary#comments</comments>
		<pubDate>Sat, 21 Jun 2008 05:21:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[advertise]]></category>
		<category><![CDATA[eigrp]]></category>
		<category><![CDATA[hello]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[metric]]></category>
		<category><![CDATA[neighbor]]></category>
		<category><![CDATA[route]]></category>

		<guid isPermaLink="false">http://bitmindframes.info/?p=9</guid>
		<description><![CDATA[EIGRP is an advanced distance-vector routing protocol that relies on features commonly associated with link-state protocols.
Administrative Distance
•    Internal 90; Summary 5; External 170    Features of EIGRP
•    Classless Routing Protocol (VLSM, CIDR)]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/eigrp-routing-protocol-summary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EIGRP routing basic commands</title>
		<link>http://www.bitmindframes.info/eigrp-routing-basic-commands</link>
		<comments>http://www.bitmindframes.info/eigrp-routing-basic-commands#comments</comments>
		<pubDate>Sat, 21 Jun 2008 05:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Routing]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[eigrp]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://bitmindframes.info/?p=8</guid>
		<description><![CDATA[Enabling EIGRP Routing

Router(config)#  router  eigrp  AS number (Must be the same on all routers)

Router(config-router)#  network  network-address [wildcard mask] 
]]></description>
		<wfw:commentRss>http://www.bitmindframes.info/eigrp-routing-basic-commands/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
