<?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_OSPF</id>
	<title>Exercise OSPF - 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_OSPF"/>
	<link rel="alternate" type="text/html" href="http://wiki.nesevo.com/index.php?title=Exercise_OSPF&amp;action=history"/>
	<updated>2026-06-04T06:53:53Z</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_OSPF&amp;diff=451&amp;oldid=prev</id>
		<title>Florian: New page: ==Example:==  '''Create the following Network.'''  Image:Übungsbeispiel OSPF.jpg  '''Configure Router Boston following:''' * Fastethernet Interface fa0/0:  ** IP: 172.16.10.1  ** Subn...</title>
		<link rel="alternate" type="text/html" href="http://wiki.nesevo.com/index.php?title=Exercise_OSPF&amp;diff=451&amp;oldid=prev"/>
		<updated>2008-08-21T13:43:11Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Example:==  &amp;#039;&amp;#039;&amp;#039;Create the following Network.&amp;#039;&amp;#039;&amp;#039;  &lt;a href=&quot;/index.php/File:%C3%9Cbungsbeispiel_OSPF.jpg&quot; title=&quot;File:Übungsbeispiel OSPF.jpg&quot;&gt;Image:Übungsbeispiel OSPF.jpg&lt;/a&gt;  &amp;#039;&amp;#039;&amp;#039;Configure Router Boston following:&amp;#039;&amp;#039;&amp;#039; * Fastethernet Interface fa0/0:  ** IP: 172.16.10.1  ** Subn...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Example:==&lt;br /&gt;
&lt;br /&gt;
'''Create the following Network.'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Übungsbeispiel OSPF.jpg]]&lt;br /&gt;
&lt;br /&gt;
'''Configure Router Boston following:'''&lt;br /&gt;
* Fastethernet Interface fa0/0: &lt;br /&gt;
** IP: 172.16.10.1 &lt;br /&gt;
** Subnetmask: 255.255.0.0&lt;br /&gt;
* Serial Interface s2/0: &lt;br /&gt;
** IP: 172.16.20.1&lt;br /&gt;
** Subnetmask: 255.255.0.0&lt;br /&gt;
** Clockrate: 56000&lt;br /&gt;
* OSPF Prozess 1&lt;br /&gt;
* Write your actually config into the NVRAM&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Configure Router Buffalo following:'''&lt;br /&gt;
* Fastethernet Interface fa0/0: &lt;br /&gt;
** IP: 172.16.30.1 &lt;br /&gt;
** Subnetmask: 255.255.0.0&lt;br /&gt;
* Serial Interface s2/0: &lt;br /&gt;
** IP: 172.16.40.1&lt;br /&gt;
** Subnetmask: 255.255.0.0&lt;br /&gt;
** Clockrate: 56000&lt;br /&gt;
* Serial Interface 3/0&lt;br /&gt;
** IP 172.16.20.2&lt;br /&gt;
** Subnetmask: 255.255.0.0&lt;br /&gt;
* OSPF Prozess 463&lt;br /&gt;
* Write your actually config into the NVRAM&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
'''Configure Router Bangor following:'''&lt;br /&gt;
* Fastethernet Interface fa0/0: &lt;br /&gt;
** IP: 172.16.50.1 &lt;br /&gt;
** Subnetmask: 255.255.0.0&lt;br /&gt;
* Serial Interface s3/0: &lt;br /&gt;
** IP: 172.16.20.1&lt;br /&gt;
** Subnetmask: 255.255.0.0&lt;br /&gt;
* OSPF Prozess 100&lt;br /&gt;
* Write your actually config into the NVRAM&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Lösung Router Boston==&lt;br /&gt;
&lt;br /&gt;
===Router Boston:===&lt;br /&gt;
&lt;br /&gt;
# Type '''en''' 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;
# with &amp;quot;no ip domain-lookup&amp;quot; you will shut DNS queries down, so will not typing erros slow the configuration down.&lt;br /&gt;
# Configure the interface fa 0/0 and s2/0.&lt;br /&gt;
## You will make this with int fa 0/0 and int s2/0&lt;br /&gt;
# Type '''router ospf 1''' in. The OSPF prozess 1 will started..&lt;br /&gt;
# Now you are in the configmode an you can configure the OSPF.&lt;br /&gt;
## Type '''net 172.16.10.0 0.0.0.255.area 0''' in. 	&lt;br /&gt;
This means that every interface with an address in the field 172.16.10.x a part of Area 0 is.&lt;br /&gt;
## Repeat the process with &amp;quot;Net 172.16.20.0 0.0.0.255 area 0&amp;quot; again.&lt;br /&gt;
## Leave the config mode with hitting '''Ctrl + Z''' or with '''exit'''&lt;br /&gt;
# Save your actualy config with the command „copy run start&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Lösung Router Buffalo:==&lt;br /&gt;
&lt;br /&gt;
===Router Buffalo:===&lt;br /&gt;
&lt;br /&gt;
# Type '''en''' 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;
# with &amp;quot;no ip domain-lookup&amp;quot; you will shut DNS queries down, so will not typing erros slow the configuration down.&lt;br /&gt;
# Configure the interface fa 0/0 ,s3/0 and s2/0 inlusive Clockrate.&lt;br /&gt;
## You will make this with int fa 0/0 int s2/0 and int s3/0&lt;br /&gt;
# Type '''router ospf 463''' in. The OSPF prozess 463 will started..&lt;br /&gt;
# Now you are in the configmode an you can configure the OSPF.&lt;br /&gt;
## Type '''net 172.16. 0.0 0.0.0.255.area 0''' in. This means that every interface with an address in the field 172.16.x.x a part of Area 0 is.&lt;br /&gt;
## Leave the config mode with hitting '''Ctrl + Z''' or with '''exit'''&lt;br /&gt;
# Save your actualy config with the command „copy run start&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Lösung Router Bangor:==&lt;br /&gt;
&lt;br /&gt;
===Router Bangor:===&lt;br /&gt;
&lt;br /&gt;
# Type '''en''' 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;
# with &amp;quot;no ip domain-lookup&amp;quot; you will shut DNS queries down, so will not typing erros slow the configuration down.&lt;br /&gt;
# Configure the interface fa 0/0 ,s3/0 &lt;br /&gt;
## You will make this with int fa 0/0 and int s2/0 &lt;br /&gt;
# Type '''router ospf 100''' in. The OSPF prozess 100 will started..&lt;br /&gt;
# Now you are in the configmode an you can configure the OSPF.&lt;br /&gt;
## Type '''net 172.16.40.2 0.0.0.255.area 0''' in. This means that every interface with an address in the field 172.16.40.2 a part of Area 0 is.&lt;br /&gt;
## Leave the config mode with hitting '''Ctrl + Z''' or with '''exit'''&lt;br /&gt;
# Save your actualy config with the command „copy run start&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Florian</name></author>
	</entry>
</feed>