<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.nesevo.com/index.php?action=history&amp;feed=atom&amp;title=Exercise_RIP</id>
	<title>Exercise RIP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.nesevo.com/index.php?action=history&amp;feed=atom&amp;title=Exercise_RIP"/>
	<link rel="alternate" type="text/html" href="http://wiki.nesevo.com/index.php?title=Exercise_RIP&amp;action=history"/>
	<updated>2026-05-14T23:13:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.nesevo.com/index.php?title=Exercise_RIP&amp;diff=450&amp;oldid=prev</id>
		<title>Florian: New page: '''Exercise RIP und basic of routerconfiguration:'''  Image:rip.jpg    '''Exercise''':  * '''Connect with the routers to configure this''' * '''Configure router 1 as follows:''' ** ''I...</title>
		<link rel="alternate" type="text/html" href="http://wiki.nesevo.com/index.php?title=Exercise_RIP&amp;diff=450&amp;oldid=prev"/>
		<updated>2008-08-21T13:11:49Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;#039;&amp;#039;&amp;#039;Exercise RIP und basic of routerconfiguration:&amp;#039;&amp;#039;&amp;#039;  &lt;a href=&quot;/index.php/File:Rip.jpg&quot; title=&quot;File:Rip.jpg&quot;&gt;Image:rip.jpg&lt;/a&gt;    &amp;#039;&amp;#039;&amp;#039;Exercise&amp;#039;&amp;#039;&amp;#039;:  * &amp;#039;&amp;#039;&amp;#039;Connect with the routers to configure this&amp;#039;&amp;#039;&amp;#039; * &amp;#039;&amp;#039;&amp;#039;Configure router 1 as follows:&amp;#039;&amp;#039;&amp;#039; ** &amp;#039;&amp;#039;I...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Exercise RIP und basic of routerconfiguration:'''&lt;br /&gt;
&lt;br /&gt;
[[Image:rip.jpg]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''Exercise''':&lt;br /&gt;
&lt;br /&gt;
* '''Connect with the routers to configure this'''&lt;br /&gt;
* '''Configure router 1 as follows:'''&lt;br /&gt;
** ''Interface:''&lt;br /&gt;
** Fastethernet: 192.168.0.254/24&lt;br /&gt;
** Serial 1/0: 192.168.1.1/24&lt;br /&gt;
** ''Routing Protocol:''&lt;br /&gt;
** RIP: Add the networks 192.168.0.0 and 192.168.1.0 to the routing table.&lt;br /&gt;
* '''Configure router 2 as follows:'''&lt;br /&gt;
** ''Interface:''&lt;br /&gt;
*** Fastethernet: 192.168.2.254/24&lt;br /&gt;
*** Serial 1/0: 192.168.1.2/24&lt;br /&gt;
** ''Routing Protocol:''&lt;br /&gt;
*** RIP: Add the networks 192.168.1.0 and 192.168.2.0 to the routing table.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
 &lt;br /&gt;
'''Solution:'''&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Connect with the routers to configure this:'''&lt;br /&gt;
&lt;br /&gt;
# Use a Rollovercable (RS 232) to connect with the Router&lt;br /&gt;
# Make sure that the router is turn off.&lt;br /&gt;
# Start the HyperTerminal (path: Start =&amp;gt; All Programs =&amp;gt; Accessories =&amp;gt; Communications =&amp;gt; HyperTerminal)&lt;br /&gt;
## Take a icon and type your name in&lt;br /&gt;
## Select the desired connection and press „OK&amp;quot;.&lt;br /&gt;
## Make the connection as follows: &lt;br /&gt;
### 9600 Bit pro Sekunde&lt;br /&gt;
### 8 Databits&lt;br /&gt;
### No Parity&lt;br /&gt;
### 1 Stopbit.&lt;br /&gt;
### No flow control&lt;br /&gt;
# Press '''OK''' to start the telnet session&lt;br /&gt;
# Turn the Router on.&lt;br /&gt;
&lt;br /&gt;
'''Configuration Router1:'''&lt;br /&gt;
&lt;br /&gt;
# Type '''enable''' in to get into the privileged mode.&lt;br /&gt;
# Configure the router by using the &amp;quot;conf t (configure terminal)&amp;quot; command. Now you are in the global configuration mode.&lt;br /&gt;
## Configure the Fast Ethernet Interface.&lt;br /&gt;
## Type the „int fa0/0 (interface fastethernet 0/0)&amp;quot; command in. The 0 / 0 refers to the respective interface. You are now on the interface and can edit it.&lt;br /&gt;
## Teilen sie nun dem Interface eine IP Adresse sowie eine Subnetmaske zu. Dies machen sie folgendermaßen: „ip adress 192.168.0.254 255.255.255.0&amp;quot;&lt;br /&gt;
## Activate the Interface with „no shut&amp;quot;&lt;br /&gt;
## To leave the interface hit „Strg + Z&amp;quot; or type „exit&amp;quot; in&lt;br /&gt;
# Type int s0/0 into the comandoline to configure the serial interface&lt;br /&gt;
## Configure the serial interface.&lt;br /&gt;
## Type „ip adress 192.168.1.1 255.255.255.0&amp;quot; in, now the interface has a ip adress an subnetmask.&lt;br /&gt;
## Now, add a clockrate to the Interface. Make this with the '''clock rate 56000''' command. 56000 means the speed of the Cable and it's default 56000 hertz.&lt;br /&gt;
## To activate the interface write '''no shut''' into the CLI (Commandlineinterface).&lt;br /&gt;
## Turn back to the global configurationmode with hitting '''Strg+ Z''' or '''exit'''&lt;br /&gt;
# Damit Ihre zwei Router mit einander kommunizieren können werden so genante Routingprotokolle benötigt. Eines dieser Protokolle ist das „RIP (Routing Information Protocol)&amp;quot; Protokoll. Dieses wird folgendermaßen ein gerichtet:&lt;br /&gt;
## Type the „router rip&amp;quot; command in.&lt;br /&gt;
## Add the neighboring networks. This makes follow:&lt;br /&gt;
&amp;quot;network 192.168.1.0&amp;quot; confirm this with hitting '''Return''' and typing now „network 192.168.0.0&amp;quot; in. Now both neighbouring networks are known and you can test it with the '''ping''' command&lt;br /&gt;
## Exit the configurationsmodus now&lt;br /&gt;
&lt;br /&gt;
'''coniguration Router2:'''&lt;br /&gt;
&lt;br /&gt;
# conect with Router2&lt;br /&gt;
# Type '''enable''' in to get into the privileged mode.&lt;br /&gt;
# Configure the router by using the &amp;quot;conf t (configure terminal)&amp;quot; command. Now you are in the global configuration mode.&lt;br /&gt;
## Configure the Fast Ethernet Interface.&lt;br /&gt;
## Type the „int fa0/0 (interface fastethernet 0/0)&amp;quot; command in. The 0 / 0 refers to the respective interface. You are now on the interface and can edit it.&lt;br /&gt;
## Type „ip adress 192.168.2.254 255.255.255.0&amp;quot; in, now the interface has a ip adress an subnetmask&lt;br /&gt;
## To activate the interface type '''no shut''' in.&lt;br /&gt;
## To leave the interface hit '''Ctrl+ Z''' or type the command '''exit''' in.&lt;br /&gt;
# To configure the serial interface 1/0 type int s1/0 in&lt;br /&gt;
## Configure the Interface&lt;br /&gt;
## Type „ip adress 192.168.1.2 255.255.255.0&amp;quot; in, now the interface has a ip adress an subnetmask&lt;br /&gt;
## To activate the interface type '''no shut''' in.&lt;br /&gt;
## To leave the interface hit '''Ctrl+ Z''' or type the command '''exit''' in.&lt;br /&gt;
# Damit Ihre zwei Router mit einander kommunizieren können werden so genante Routingprotokolle benötigt. Eines dieser Protokolle ist das „RIP (Routing Information Protocol)&amp;quot; Protokoll. Dieses wird folgendermaßen ein gerichtet:&lt;br /&gt;
## Type '''router rip''' in.&lt;br /&gt;
## Add the neighboring networks. This makes follow: &lt;br /&gt;
 '''network 192.168.1.0''' confirm this with hitting Return and typing now „network 192.168.0.0&amp;quot; in. Now both neighbouring networks&lt;br /&gt;
 are known and you can test it with the ping command&lt;br /&gt;
#Exit the configurationsmodus now&lt;/div&gt;</summary>
		<author><name>Florian</name></author>
	</entry>
</feed>