⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eigrplab.htm

📁 BOSON NETSIM是目前最好的路由器模拟软件
💻 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>Prerequisites</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><b><font size="4" color="#008000">EIGRP 
Configuration and Testing</font></b></p>
<p><i>Objective</i>: We will configure Routers 1, 2, and 4
with IP addresses and EIGRP Routing Protocol </p>
<p><i>Goals</i>:&nbsp;&nbsp;</p>
<p>1)&nbsp;&nbsp; Set our hostname and get our interfaces up.</p>
<p>2)&nbsp; Configure EIGRP&nbsp; routing protocol</p>
<p>3)&nbsp; Select the directly connected networks</p>
<p>4)&nbsp; View our routing table</p>
<p>5)&nbsp; View the EIGRP protocol information</p>
</font>

<p>&nbsp;</p>
<p>IP Addresses: Please set these IP addresses on the interfaces of your
routers.</p>
<table border="1" width="100%" bordercolorlight="#C0C0C0" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
  <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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.0</td>
    <td width="25%">10.1.1.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.255.0</td>
    <td width="25%">&nbsp;</td>
  </tr>
  <tr>
    <td width="25%">Interface Serial 0</td>
    <td width="25%">172.16.10.1&nbsp;&nbsp;&nbsp;&nbsp; 255.255.0.0</td>
    <td width="25%">&nbsp;</td>
    <td width="25%">172.16.10.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 255.255.0.0</td>
  </tr>
</table>

<p><b><font color="#FF00FF">1. </font></b>Configure  eRouters 1, 2, and 4 to the specifications outlined in the 
table above and the diagram below.</p>

<p><img border="0" src="default.jpg" width="599" height="579"></p>

<p><b><font color="#FF00FF">2.</font><font color="#008080"> </font></b>After you have configured your 
IP address on each interface verify that 
you can ping your directly connected neighbors.&nbsp; 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.&nbsp; </p>

<p><b><font color="#FF00FF">3.</font></b> Now that we have our IP address setup correctly lets get into configuring 
EIGRP as our routing protocol.&nbsp; This is very easy to do, first we need to get 
into router configuration mode on eRouter 1. What command does this?</p>

<p><select size="1" name="ds">
  <option>- Click Here to View Answer -</option>
  <option>Router#</option>
  <option>Router#config Terminal</option>
  <option>Router(config)#hostname eRouter1</option>
  <option>eRouter1(config)#</option>
</select></p>

<p><b><font color="#FF00FF">4.</font></b><font color="#FF00FF"> </font>Now enter the command to configure the router for EIGRP use the autonomous 
system number <b>100</b>.</p>

<p><select size="1" name="2">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1(config)#router eigrp 100</option>
  <option>eRouter1(config-router)#</option>
</select></p>

<p><b><font color="#FF00FF">5.</font></b><font color="#FF00FF"> </font>Add the networks that eRouter 1 is directly connected to. What statements 
will do this?</p>

<p><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></p>

<p><b><font color="#FF00FF">6.</font><font color="#0000FF"> </font> </b>Now that you have eRouter 1 configured for EIGRP connect to eRouter 2 and enter 
configuration mode.</p>

<p><select size="1" name="ds">
  <option>- Click Here to View Answer -</option>
  <option>Router#</option>
  <option>Router#config Terminal</option>
  <option>Router(config)#hostname eRouter2</option>
  <option>eRouter2(config)#</option>
</select></p>

<p><b><font color="#FF00FF">7.</font><font color="#0000FF"> </font></b>Add EIGRP routing protocol to the router, remember to use the same 
Autonomous System #.&nbsp; What command does this?</p>

<p><select size="1" name="2">
  <option>- Click Here to View Answer -</option>
  <option>eRouter2(config)#router eigrp 100</option>
  <option>eRouter2(config-router)#</option>
</select></p>

<p><b><font color="#FF00FF">8.</font></b> Add the networks that eRouter 2 is directly connected to. What statements 
will do this?</p>

<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter2(config-router)#network 10.0.0.0</option>
</select></p>
<p><b><font color="#FF00FF">9.</font><font color="#0000FF"> </font> </b>Now you have eRouter 2 configured for EIGRP connect to eRouter 4 and enter 
configuration mode.</p>

<p><select size="1" name="ds">
  <option>- Click Here to View Answer -</option>
  <option>Router#</option>
  <option>Router#config Terminal</option>
  <option>Router(config)#hostname eRouter4</option>
  <option>eRouter4(config)#</option>
</select></p>

<p><font color="#FF00FF"><b>10.</b></font> Add EIGRP routing protocol to the router remember to use the same 
Autonomous System #.&nbsp; What command does this?</p>

<p><select size="1" name="2">
  <option>- Click Here to View Answer -</option>
  <option>eRouter4(config)#router eigrp 100</option>
  <option>eRouter4(config-router)#</option>
</select></p>

<p><font color="#FF00FF"><b>11.</b></font> Add the networks that eRouter 4 is directly connected to. What statements 
will do this?</p>

<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1(config-router)#network 172.16.0.0</option>
</select></p>
<p><font color="#FF00FF"><b>12.</b></font> Now we should have EIGRP running on 
all three of our routers.&nbsp; Type <font face="Terminal" size="2">&lt;ctrl&gt; Z</font> to exit to privileged mode and lets see if we can ping non directly 
connected routers.&nbsp; From eRouter 1 you should now be able to ping eRouter 4's 
Serial 0 interface with IP address 172.16.10.2.&nbsp; Lets try it!</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1#ping 172.16.10.1</option>
</select></p>
<p><font color="#FF00FF"><b>13.</b></font> Next lets connect to eRouter 4 and ping Router 
2's Ethernet 0 interface 
with IP address 10.1.1.2</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter4#ping 10.1.1.2</option>
</select></p>
<p><font color="#FF00FF"><b>14.</b></font> If you can ping both devices, CONGRATULATIONS you are routing. 
If you were not successful, trace yourself back through the steps.&nbsp; Now lets view our routing 
table on our eRouter 4.&nbsp; What command will do that?</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter4#show ip route</option>
</select></p>
<p><font color="#FF00FF"><b>15.</b></font> Lets view&nbsp; the specific IP routing protocol information on our 
router.&nbsp; What command will do this?</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1#show ip protocols</option>
</select></p>
<p><font color="#FF00FF"><b>16.</b></font> What command will display the EIGRP traffic sent and received from the 
router?</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1#show ip eigrp traffic</option>
</select></p>
<p><font color="#FF00FF"><b>17.</b></font> What command will display all of the EIGRP neighbors?</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1#show ip eigrp neighbors</option>
</select></p>
<p><font color="#FF00FF"><b>18.</b></font> What command will display the EIGRP topology information?</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1#show ip eigrp topology</option>
</select></p>
<p><font color="#FF00FF"><b>19.</b></font> What command will display all interfaces of the router that are running EIGRP?</p>
<p><select size="1" name="3">
  <option>- Click Here to View Answer -</option>
  <option>eRouter1#show ip eigrp interfaces</option>
</select></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><font color="#008080"><b>Extended Eigrp Lab</b></font></p>
<p>This is equivalent to the lab above with the exception that it does not give 
you the answers as you complete each step.</p>
<p><font face="Times New Roman"><b><font color="#FF00FF">1.</font><font color="#0000FF"> </font></b>Configure the 
eRouters 1, 2, and 4 to the specifications outlined in the 
table above and the diagram below.</font></p>

<p><font face="Times New Roman"><font color="#FF00FF"><b>2.</b></font> After you have configured your 
IP address on each interface, verify that 
you can ping your directly connected neighbors.&nbsp; 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.&nbsp; </font> </p>

<p><font face="Times New Roman"><font color="#FF00FF"><b>3.</b></font> Now that we have our 
IP address setup correctly lets 
configure EIGRP as our routing protocol.&nbsp; 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"><font color="#FF00FF"><b>4.</b></font> Now enter the command to configure the router for EIGRP with the Autonomous 
System # 100.</font></p>

<p><font face="Times New Roman"><b><font color="#FF00FF">5.</font><font color="#0000FF"> </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"><font color="#FF00FF"><b>6.</b></font> Now you have eRouter 1 configured for EIGRP connect to eRouter 2 and enter 
configuration mode. _________________________</font></p>

<p><font face="Times New Roman"><b><font color="#FF00FF">7.</font><font color="#0000FF"> </font> </b>Add EIGRP routing protocol to the router with the Autonomous System # 100.&nbsp; What command does this? 
_________________________</font></p>

<p><font face="Times New Roman"><font color="#FF00FF"><b>8.</b></font> Add the networks that eRouter 2 is directly connected to. What statements 
will do this? _________________________</font></p>

<p><font face="Times New Roman"><font color="#FF00FF"><b>9.</b></font> Now that you have eRouter 2 configured for EIGRP connect to eRouter 4 and enter 
configuration mode. _________________________</font></p>

<p><font face="Times New Roman"><b><font color="#FF00FF">10.</font></b> Add EIGRP routing protocol to the router with the Autonomous System # 100.&nbsp; What command does this? 
_________________________</font></p>

<p><font face="Times New Roman"><font color="#FF00FF"><b>11.</b></font> Add the networks that eRouter 4 is directly connected to. What statements 
will do this? _________________________</font></p>

<p><font face="Times New Roman"><font color="#FF00FF"><b>12.</b></font> Now we should have EIGRP 
running on all three of our routers.&nbsp; Type </font> 
<font face="Terminal" size="2">&lt;ctrl&gt; Z</font><font face="Times New Roman"> to exit  privileged mode and lets see if we can ping non directly 
connected routers.&nbsp; From eRouter 1 you should now be able to ping eRouter 4's 
Serial 0 interface with IP address 172.16.10.2.&nbsp; Lets try it!</font></p>
<p><font face="Times New Roman"><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 face="Times New Roman"><b><font color="#FF00FF">14.</font></b> If you can ping both devices, CONGRATULATIONS you are routing.&nbsp; 
If you were not successful, trace yourself back through the steps.&nbsp; Now lets view our routing 
table on our eRouter 4.&nbsp; What command will do that? 
_________________________ How many EIGRP Routes do you see? ______</font></p>
<p><font face="Times New Roman"><b><font color="#FF00FF">15.</font></b> Lets view&nbsp; the specific routing protocol information on our router.&nbsp; 
What command will do this? _________________________</font></p>
<p><font face="Times New Roman">What networks are you routing for?&nbsp; _________________________</font></p>
<p><font face="Times New Roman">What is the default administrative distance for internal routes? _________________________</font></p>

<p><font face="Times New Roman"><b><font color="#FF00FF">16.</font></b> What command will display the EIGRP traffic sent and received from the 
router? _________________________</font></p>
<p><font face="Times New Roman"><font color="#FF00FF"><b>17.</b></font> What command will display all of the EIGRP neighbors? 
_________________________</font></p>
<p><font face="Times New Roman">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How many neighbors do you have? 
_______</font></p>
<p><font face="Times New Roman"><font color="#FF00FF"><b>18.</b></font> What command will display the EIGRP topology information? 
_________________________</font></p>
<p><font face="Times New Roman"><font color="#FF00FF"><b>19.</b></font> What command will display all interfaces of the router that are running EIGRP?_________________________</font></p>

<p>&nbsp;</p>

<p><font face="Arial" size="2"><span class="724482219-24092001">Copyright (c) 
1998-2003 Boson Software, Inc.&nbsp; All Rights Reserved.</span></font></p>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -