📄 iplab.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>HOME THEORY</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>
<p>Objective<b>: </b>We will configure Routers 1, 2, and 4
with IP addresses and ping between them to test connectivity.</p>
<p>
<img border="0" src="default.jpg" width="599" height="579"></p>
</font>
<p>Configuring IP Addresses:</p>
<p><b><font color="#FF00FF">1.</font> </b>First you want to connect to router
one and assign a hostname of eRouter1 <br>
<select size="1" name="l">
<option>- Click Here to View Answer -</option>
<option>Router>enable</option>
<option>Router#conf t</option>
<option>eRouter(config)#hostname eRouter1</option>
<option>eRouter1(config)#</option>
</select></p>
<p><font color="#FF00FF"><b>2</b>.</font> What mode must you be in to set the IP address on an interface?</p>
<p><select size="1" name="g">
<option>- Click Here to View Answer -</option>
<option>eRouter1(config)#interface ethernet 0</option>
<option>eRouter1(config-if)#</option>
<option>Interface Configuration</option>
</select></p>
<p><b><font color="#FF00FF">3.</font></b><font color="#FF00FF"> </font>What command
will set the
IP address on the
Ethernet 0 interface to 10.1.1.1 255.255.255.0?</p>
<p><select size="1" name="g">
<option>- Click Here to View Answer -</option>
<option>eRouter1(config-if)#ip address 10.1.1.1 255.255.255.0</option>
</select></p>
<p><font color="#FF00FF"><b>4.</b></font> Now you need to enable the interface. What command did you use?</p>
<p><select size="1" name="j">
<option>- Click Here to View Answer -</option>
<option>eRouter1(config-if)#no shutdown</option>
</select></p>
<p><font color="#FF00FF"><b>5.</b></font> Now set the IP address on the S0
interface of eRouter1 to 172.16.10.1 255.255.255.0</p>
<p><select size="1" name="j">
<option>- Click Here to View Answer -</option>
<option>eRouter1(config)#Interface Serial 0</option>
<option>eRouter1(config-if)#ip address 172.16.10.1 255.255.255.0</option>
<option>eRouter1(config-if)#no shut</option>
</select></p>
<p><font color="#FF00FF"><b>6.</b></font> Next click on the button eRouter2 at
the top of your screen. </p>
<p><font color="#FF00FF"><b>7.</b></font> Assign a hostname of eRouter2.</p>
<p><select size="1" name="jj">
<option>- Click Here to View Answer -</option>
<option>Router>enable</option>
<option>Router#conf t</option>
<option>Router(config)#hostname eRouter2</option>
<option>eRouter2(config)#</option>
</select></p>
<p><font color="#FF00FF"><b>8.</b></font> Set the IP address for the Ethernet 0
interface to 10.1.1.2 255.255.255.0</p>
<p><select size="1" name="k">
<option>- Click Here to View Answer -</option>
<option>eRouter2(config)#interface Ethernet 0</option>
<option>eRouter2(config-if)#ip address 10.1.1.2 255.255.255.0</option>
</select></p>
<p><font color="#FF00FF"><b>9.</b></font> Enable the interface.</p>
<p><select size="1" name="l">
<option>- Click Here to View Answer -</option>
<option>eRouter2(config-if)#no shutdown</option>
</select></p>
<p><font color="#FF00FF"><b>10.</b> </font> Now click on the button eRouter4 at
the top of your screen.</p>
<p><font color="#FF00FF"><b>11.</b></font> Assign an Hostname of eRouter4 and an
IP address of 172.16.10.2 255.255.255.0 on the serial 0 interface.</p>
<p><select size="1" name="kl">
<option>- Click Here to View Answer -</option>
<option>Router>enable</option>
<option>Router#conf t</option>
<option>Router(config)#hostname eRouter4</option>
<option>eRouter4(config)#interface serial 0</option>
<option>eRouter4(config-if)#ip address 172.16.10.2 255.255.255.0</option>
</select></p>
<p><b><font color="#FF00FF">12.</font></b> Make sure you enable the interface.</p>
<p><select size="1" name="gd">
<option>- Click Here to View Answer -</option>
<option>eRouter4(config-if)#no shutdown</option>
</select></p>
<p><b><font color="#FF00FF">13.</font></b> Connect back to eRouter1</p>
<p><b><font color="#FF00FF">14</font></b><font color="#FF00FF">.</font> Try and ping eRouter2's Ethernet
interface</p>
<p><select size="1" name="jk">
<option>- Click Here to View Answer -</option>
<option>eRouter1#ping 10.1.1.2</option>
</select></p>
<p><b><font color="#FF00FF">15.</font></b> Try and ping eRouter4's Serial 0
interface.</p>
<p><select size="1" name="ll">
<option>- Click Here to View Answer -</option>
<option>eRouter1#ping 172.16.10.2</option>
</select></p>
<p><b><font color="#FF00FF">16.</font></b> What command will let you verify that
your interfaces line state and protocol state are up?</p>
<p><select size="1" name="f">
<option>- Click Here to View Answer -</option>
<option>eRouter#show ip interface brief</option>
</select></p>
<p><b><font color="#FF00FF">17.</font></b> View your running configuration and
verify that the IP addresses appear.</p>
<p><select size="1">
<option>- Click Here to View Answer -</option>
<option>eRouter#show running-config</option>
</select></p>
<p><b><font color="#FF00FF">18.</font></b> View detailed IP information about
each interface.</p>
<p><select size="1">
<option>- Click Here to View Answer -</option>
<option>eRouter#show ip interface</option>
</select></p>
<p> </p>
<p> </p>
<p><b><font size="4" color="#008000"><font face="Arial">IP</font>
<font face="Arial">ADDRESSES</font> <font face="Arial">LAB</font></font></b></p>
<div>
<font color="#008000">This is equivalent to the lab above with the exception
that it does not give you the answers as you complete each step.</font></div>
<p><font color="#FF00FF"><b>1.</b></font> First you want to connect to router
one assign a hostname of eRouter1. What command did you
use?________________________________</p>
<p><font color="#FF00FF"><b>2.</b> </font> What mode must you be in to set the IP address on an interface?__________________</p>
<p><b><font color="#FF00FF">3.</font></b> What command will set the IP address
on the Ethernet 0 interface to 10.1.1.1 255.255.255.0?
____________________________</p>
<p><b><font color="#FF00FF">4.</font></b> Now you need to enable the interface. What command did you use?
______________________</p>
<p><b><font color="#FF00FF">5.</font></b> Now set the IP address on the S0
interface of eRouter1 to 172.16.10.1 255.255.255.0? What command will do this?
_____________________________</p>
<p><b><font color="#FF00FF">6.</font></b> Next click on the button eRouter2 at
the top of your screen. </p>
<p><b><font color="#FF00FF">7.</font></b><font color="#FF00FF"> </font>Assign a hostname of eRouter2. What
command did you use?___________________</p>
<p><b><font color="#FF00FF">8.</font></b><font color="#FF00FF"> </font>Set the
IP address for the Ethernet 0
interface to 10.1.1.2 255.255.255.0. What command did you
use?_________________________</p>
<p><b><font color="#800080">9.</font></b> Enable the interface. What command does
this? ___________________</p>
<p><b><font color="#FF00FF">10.</font></b> Now click on the button eRouter4 at
the top of your screen.</p>
<p><b><font color="#FF00FF">11.</font></b> Assign an IP address of 172.16.10.2
255.255.255.0 on the serial 0 interface. What command did you
use?_________________________</p>
<p><b><font color="#FF00FF">12.</font></b> Make sure you enable the
interface. What command did you use?_________________________</p>
<p><b><font color="#FF00FF">13.</font></b> Connect back to eRouter1</p>
<p><b><font color="#FF00FF">14.</font></b> Try and ping eRouter2's Ethernet
interface What command allows you to ping? _________________________</p>
<p><b><font color="#800080">15. </font></b>Try and ping eRouter4's Serial 0
interface. What address is the Serial 0 interface? ________________________</p>
<p><b><font color="#FF00FF">16.</font></b> What command will let you verify that
your interfaces are up and up? _________________________________</p>
<p><b><font color="#FF00FF">17</font><font color="#800080">.</font></b> View your running configuration and
verify that the IP addresses appear. What command allows you to view your
running-configuration? __________________________________</p>
<p><b><font color="#FF00FF">18.</font></b> View detailed IP information about
each interface. What command will do this? _____________________</p>
<p> </p>
<p><font face="Arial" 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 + -