📄 riplab.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Rip Lab</title>
</head>
<body>
<script language="Javascript">
<!--
function printpage() {
if (window.print)
window.print()
else
alert("Sorry, your browser doesn't support this feature.");
}
//-->
</script>
<FORM>
<INPUT TYPE="button" VALUE="Print this page" onClick="printpage()">
</FORM>
<font face="Arial, Helvetica">
<p><i>Objective</i>:<b> </b>We will configure eRouters 1, 2, and 4 with IP addresses
and RIP Routing Protocol</p>
<p><i>Goals</i>: </p>
<p>1) Set our hostname and get our interfaces up.</p>
<p>2) Configure RIP routing protocol</p>
<p>3) Select the directly connected networks</p>
<p>4) View our routing table</p>
<p>5) View the RIP protocol information</p>
<p> </p>
</font>
<p>IP Addresses: Please set these IP addresses on the interfaces of your
routers.</p>
<table border="0" width="100%">
<tr>
<td width="25%"></td>
<td width="25%">eRouter1</td>
<td width="25%">eRouter2</td>
<td width="25%">eRouter4</td>
</tr>
<tr>
<td width="25%">Interface Ethernet 0</td>
<td width="25%">10.1.1.1 255.255.255.0</td>
<td width="25%">10.1.1.2 255.255.255.0</td>
<td width="25%"> </td>
</tr>
<tr>
<td width="25%">Interface Serial 0</td>
<td width="25%">172.16.10.1 255.255.0.0</td>
<td width="25%"> </td>
<td width="25%">172.16.10.2 255.255.0.0</td>
</tr>
</table>
<p> </p>
<p><font color="#FF00FF"><b><font face="Times New Roman, Times, serif">1.</font></b></font><font face="Times New Roman, Times, serif">
Configure the Routers 1, 2, and 4 to the specifications outlined in the table
above and the diagram below.</font></p>
<p>
<img border="0" src="default.jpg" width="599" height="579"></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">2.</font></b>
After you have configured your IP address on each interface verify that you
can ping your directly connected neighbors. That means when you are on
eRouter 1 you should be able to ping eRouter 2's Ethernet 0 interface and eRouter
4's Serial 0 interface. </font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">3.</font></b>
Now that we have our IP addressing setup correctly lets get into configuring
RIP as our routing protocol. This is very easy to do, first we need to
get into router configuration mode on eRouter 1. What command does this?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="ds">
<option>- Click Here to View Answer -</option>
<option>eRouter1#</option>
<option>eRouter1#config Terminal</option>
<option>eRouter1(config)#</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">4.</font></b>
Now enter the command to configure the router for RIP.</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="2">
<option>- Click Here to View Answer -</option>
<option>eRouter1(config)#router rip</option>
<option>eRouter1(config-router)#</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">5.</font></b>
Add the network(s) that eRouter 1 is directly connected to. What statements
will do this?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="3">
<option>- Click Here to View Answer -</option>
<option>eRouter1(config-router)#network 10.0.0.0</option>
<option>eRouter1(config-router)#network 172.16.0.0</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">6.</font></b>
Now you have eRouter 1 configured for RIP, connect to eRouter 2 and enter configuration
mode.</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="ds">
<option>- Click Here to View Answer -</option>
<option>eRouter2#</option>
<option>eRouter2#config Terminal</option>
<option>eRouter2(config)#</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">7.</font></b>
Add RIP routing protocol to the router. What command does this?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="2">
<option>- Click Here to View Answer -</option>
<option>eRouter2(config)#router rip</option>
<option>eRouter2(config-router)#</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">8.</font></b>
Add the network(s) that eRouter 2 is directly connected to. What statements
will do this?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="3">
<option>- Click Here to View Answer -</option>
<option>eRouter2(config-router)#network 10.0.0.0</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">9.</font></b>
Now you have eRouter 2 configured for RIP, connect to eRouter 4 and enter configuration
mode.</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="ds">
<option>- Click Here to View Answer -</option>
<option>eRouter4#</option>
<option>eRouter4#config Terminal</option>
<option>eRouter4(config)#</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">10.</font></b>
Add RIP routing protocol to eRouter 4. What command does this?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="2">
<option>- Click Here to View Answer -</option>
<option>eRouter4(config)#router rip</option>
<option>eRouter4(config-router)#</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">11.</font></b>
Add the network(s) that eRouter 4 is directly connected to. What statements
will do this?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="3">
<option>- Click Here to View Answer -</option>
<option>eRouter1(config-router)#network 172.16.0.0</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">12.</font></b>
Now we should have RIP running on all three of our routers. Type <font size="2"><ctrl>
Z</font> to exit to privileged mode and lets see if we can ping non directly
connected routers. From eRouter 2 you should now be able to ping eRouter
4's Serial 0 interface with IP address 172.16.10.2. Lets try it!</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="3">
<option>- Click Here to View Answer -</option>
<option>eRouter2#ping 172.16.10.1</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">13.</font></b>
Next lets connect to eRouter 4 and ping eRouter 2's Ethernet 0 interface with
IP address 10.1.1.2</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="3">
<option>- Click Here to View Answer -</option>
<option>eRouter4#ping 10.1.1.2</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">14.</font></b>
If you can ping both devices, CONGRATULATIONS you are routing. If you were not
successful, trace yourself back through the steps. Now lets view our routing
table on our eRouter 4. What command will do that?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="3">
<option>- Click Here to View Answer -</option>
<option>eRouter1#show ip route</option>
</select>
</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">15.</font></b>
Lets view the specific IP routing protocol information on our router.
What command will do this?</font></p>
<p><font face="Times New Roman, Times, serif">
<select size="1" name="3">
<option>- Click Here to View Answer -</option>
<option>eRouter1#show ip protocols</option>
</select>
</font></p>
<p> </p>
<p> </p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">1.</font></b>
Configure Routers 1, 2, and 4 to the specifications outlined in the table above
and the diagram below.</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">2.</font></b>
After you have configured your IP address on each interface verify that you
can ping your directly connected neighbors. That means when you are on
eRouter 1 you should be able to ping eRouter 2's Ethernet 0 interface and Router
4's Serial 0 interface. </font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">3.</font></b>
Now that we have our IP address setup correctly lets get into configuring RIP
as our routing protocol. This is very easy to do, first we need to get
into router configuration mode on eRouter 1. What command does this?</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">4.</font></b>
Now enter the command to configure the router for RIP.</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">5.</font></b>
Add the networks that eRouter 1 is directly connected to. What statements will
do this? _________________________</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">6.</font></b>
Now that you have eRouter 1 configured for RIP, connect to eRouter 2 and enter
configuration mode. _________________________</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">7.</font></b>
Add RIP routing protocol to the router. What command does this? _________________________</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">8.</font></b>
Add the networks that eRouter 2 is directly connected to. What statements will
do this? _________________________</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">9.</font></b>
Now that you have eRouter 2 configured for RIP, connect to eRouter 4 and enter
configuration mode. _________________________</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">10.</font></b>
Add Rip routing protocol to the router. What command does this? _________________________</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">11.</font></b>
Add the networks that eRouter 4 is directly connected to. What statements will
do this? _________________________</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">12.</font></b>
Now we should have RIP running on all three of our routers. Type <font size="2"><ctrl>
Z</font> to exit to privileged mode and lets see if we can ping non directly
connected routers. From eRouter 1 you should now be able to ping eRouter
4's Serial 0 interface with IP address 172.16.10.2. Lets try it!</font></p>
<p><font face="Times New Roman, Times, serif"><b><font color="#FF00FF">13.</font></b>
Next lets connect to eRouter 4 and ping eRouter 1's Ethernet 0 interface with
IP address 10.1.1.2</font></p>
<p><font color="#FF00FF" face="Times New Roman, Times, serif"><b>14.</b></font><font face="Times New Roman, Times, serif">
If you can ping both devices, CONGRATULATIONS you are routing. If you were not
successful, trace yourself back through the steps. Now lets view our routing
table on our eRouter 4. What command will do that? _________________________
How many RIP Routes do you see? ______</font></p>
<p><font color="#FF00FF" face="Times New Roman, Times, serif"><b>15.</b></font><font face="Times New Roman, Times, serif">
Lets view the specific routing protocol information on our router.
What command will do this? _________________________</font></p>
<p><font face="Times New Roman, Times, serif">What version of RIP are you sending?
_________________________</font></p>
<p><font face="Times New Roman, Times, serif">How often are the updates being
sent? _________________________</font></p>
<p><font face="Times New Roman, Times, serif">What networks are you routing for?
_________________________</font></p>
<p><font face="Times New Roman, Times, serif">What is the default administrative
distance? _________________________</font></p>
<p> </p>
<p><font face="Times New Roman, Times, serif" size="2"><span class="724482219-24092001">Copyright
(c) 1998-2003 Boson Software, Inc. All Rights Reserved.</span></font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -