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

📄 ipx_lab.htm

📁 BOSON NETSIM是目前最好的路由器模拟软件
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>IPX 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><b><font size="4" color="#008000" face="Arial">IPX Lab</font></b></p>
<p><b><font color="#FF00FF">1.</font> </b>First you want to connect to eRouter1 
and enable IPX as the routing protocol?<br>
<br>
<select size="1" name="d">
  <option>- Click Here to View Answer -</option>
  <option>Router>enable</option>
  <option>Router#confg t</option>
  <option>Router(config)#ipx routing</option>
</select></p>
<p><b><font color="#FF00FF">2.</font><font color="#800080"> </font> </b>Next you need to assign an IPX 
network of <b>B201</b> to your Ethernet 0 interface.</p>

<p><select size="1" name="1">
  <option>- Click Here to View Answer -</option>
  <option>Router(config)#interface Ethernet 0</option>
  <option>Router(config-if)#ipx network B201</option>
  <option>Router(config-if)# no shutdown</option>
  <option>Router(config-if)#exit</option>
</select></p>

<p><b><font color="#FF00FF">3.</font></b> Now assign an IPX network of <b>AAA</b> to 
your Ethernet 1 interface.</p>

<p><select size="1" name="1">
  <option>- Click Here to View Answer -</option>
  <option>Router(config)#interface Ethernet 1</option>
  <option>Router(config-if)#ipx network AAA</option>
  <option>Router(config-if)# no shutdown</option>
  <option>Router(config-if)#exit</option>
</select></p>

<p><b><font color="#FF00FF">4.</font></b> Select eRouter2 from the button menu</p>

<p><font color="#FF00FF"><b>5</b>.</font> Enable IPX routing on eRouter 2.</p>

<p>
<select size="1" name="d">
  <option>- Click Here to View Answer -</option>
  <option>Router>enable</option>
  <option>Router#confg t</option>
  <option>Router(config)#ipx routing</option>
</select></p>

<p><font color="#FF00FF"><b>6</b></font><b><font color="#FF00FF">.</font></b> Set eRouter 2's Ethernet 0 interface 
to match eRouter 1's Ethernet 0 IPX network of B201</p>

<p><select size="1" name="none">
  <option>- Click Here to View Answer -</option>
  <option>Router#conf terminal</option>
  <option>Router(config)#interface Ethernet 0</option>
  <option>Router(config-if)#ipx network B201</option>
  <option>Router(config-if)# no shutdown</option>
  <option>Router(config-if)#exit</option>
</select></p>

<p><b><font color="#FF00FF">7.</font></b> Now view your IPX routing table on 
eRouter 2.&nbsp; Notice you have a route for network AAA.</p>
<p><select size="1" name="1">
  <option>- Click Here to View Answer -</option>
  <option>Router#show ipx route</option>
</select></p>
<p><b><font color="#FF00FF">8.</font></b> Select eRouter 3 from the button menu.</p>
<p><b><font color="#FF00FF">9</font></b><font color="#FF00FF">.</font> Enable IPX routing on eRouter 3.</p>
<p>
<select size="1" name="d">
  <option>- Click Here to View Answer -</option>
  <option>Router>enable</option>
  <option>Router#confg t</option>
  <option>Router(config)#ipx routing</option>
</select></p>
<p><b><font color="#FF00FF">10.</font></b> Set eRouter 3's Ethernet 0 interface 
to match eRouter 1's Ethernet 1&nbsp; IPX network of AAA</p>

<p><select size="1" name="none">
  <option>- Click Here to View Answer -</option>
  <option>Router#conf terminal</option>
  <option>Router(config)#interface Ethernet 0</option>
  <option>Router(config-if)#ipx network AAA</option>
  <option>Router(config-if)# no shutdown</option>
  <option>Router(config-if)#exit</option>
</select></p>

<p><b><font color="#FF00FF">11.</font></b> Now when you view your IPX routing 
table you should see a route to IPX network B201</p>
<p><select size="1" name="1">
  <option>- Click Here to View Answer -</option>
  <option>Router#show ipx route</option>
</select></p>
<p><font color="#FF00FF"><b>12</b>.</font> If we want to verify the link is up 
and running we should try to ping it.&nbsp; From eRouter 3 we want to ping 
eRouter 2's Ethernet 0 interface.&nbsp; Since it does not have an IP address we 
need to find out its IPX address.&nbsp; To do this connect to eRouter 2 and view 
the IPX interfaces.&nbsp; We use this command to get the IPX address of the 
Ethernet 0 interface.</p>
<p><select size="1" name="1">
  <option>- Click Here to View Answer -</option>
  <option>Router#show ipx interface</option>
</select></p>
<p>Look at Ethernet 0's IPX address and write it down so we can ping it from 
eRouter 3.</p>
<p><b><font color="#FF00FF">13.</font></b> Connect back to eRouter 3 and ping 
using <font face="Terminal" size="2">ping ipx</font> followed by eRouter 1's Ethernet 0 IPX address obtained in step 
 
</p>
<p><select size="1" name="1">
  <option>- Click Here to View Answer -</option>
  <option>eRouter#ping ipx &quot;eRouter 2&#39;s Ethernet 0 IPX address&quot;
  </option>
</select></p>
<p><font color="#FF00FF"><b>14.</b></font> If you were able to Ping, 
congratulations you have IPX routing working.</p>
<p><b><font color="#FF00FF">15.</font></b><font color="#FF00FF"> </font>Now use the other IPX show commands.</p>
<p><select size="1" name="1">
  <option>- Click Here to View Answer -</option>
  <option>Router#show ipx interface</option>
  <option>Router#show ipx traffic</option>
  <option>Router#show ipx interface brief</option>
  <option>Router#show ipx traffic</option>
</select></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 + -