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

📄 ipx_theory.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 Overview</font></b></p>
<p><b><font color="#008000" face="Arial" size="4">Background</font><br>
</b><font face="Arial">Internetwork Packet eXchange (IPX) was developed by Novell in the mid 1980's
and is based on the XNS protocol developed by Xerox.&nbsp; The IPX protocol was the
dominate LAN protocol in the late 80's and early 90's.</font></p>
<p><font face="Arial"><b><font color="#008000" size="4">IPX Addressing</font><br>
</b>IPX has an 80-bit address.&nbsp; The first 32-bits represent the network
address and the last 48-bits represent the node address.&nbsp; The network
address is selected by the administrator.&nbsp; The node address is borrowed
from the interfaces MAC address.&nbsp; For a serial interface, the node address
is borrowed from the first LAN interface.&nbsp;&nbsp;<br>
An IPX address is hexadecimal.&nbsp;&nbsp;<br>
The format is:&nbsp;&nbsp; network.node.node.node</font></p>
<p><font face="Arial">Examples:</font></p>
<p><font face="Times New Roman">5c.0000.0ca1.4567&nbsp;&nbsp;&nbsp;&nbsp; (network portion is 5c)<br>
1ace99.0000.0c23.1231 (network portion is 1ace99)<br>
4001231.0002.0D12.1241 (network portion is 4001231)</font></p>
<p><font face="Arial"><b><font color="#008000" size="4">IPX Routing</font><br>
</b>
The three primary IPX routing protocols are IPX RIP, IPX EIGRP, and NLSP (Novell
Link-Services Protocol).&nbsp; For the CCNA we need to understand IPX RIP.&nbsp;
IPX RIP is a distance vector routing protocol that advertises the entire routing
table every 60 seconds.&nbsp; The metric has two parts: ticks then hops.&nbsp;
Ticks are about 1/18 of a second and measure the delay.&nbsp; A serial link is 6
ticks, and an Ethernet link is 1 tick.&nbsp; The path with the lowest number of
ticks is used.&nbsp; In the event of a tie, hop count is the tie-breaker.&nbsp;
IPX RIP is automatically enabled with the </font><font size="2" face="Terminal">ipx routing</font><font face="Arial"> command and simply 
places a network address on an interface.</font><p><font face="Arial"><b>
<font color="#008000" size="4">IPX Load Balancing</font><br>
</b>If a Cisco router has two equivalent paths to a destination, by default it
will only select ONE of these paths.&nbsp; This differs from IP which load
balances by default.&nbsp; To enable IPX load balancing so the router will
balance the number of packets sent across equal cost paths use the <b>ipx
maximum-paths</b> command to specify how many paths it will load balance
across.&nbsp;</font><p><font face="Arial"><b><font size="4" color="#008000">IPX
Service Advertising Protocol (SAP)<br>
</font>
</b>Netware compatible devices use SAPs to broadcast the name and type of
resources they have to share every 60 seconds.&nbsp; A single Netware server can
have multiple SAPs, for example one for file-sharing (type 4) and one for
printer-sharing (type 7).&nbsp; Cisco routers can be configured to generate SAPs
as well.</font><p><font face="Arial"><b><font size="4" color="#008000">IPX Encapsulation or Frame types</font><br>
</b>IPX is a layer-3 protocol that is wrapped in a layer 2 frame before being
released onto the network.&nbsp; The type of layer 2 frame or encapsulation can
vary.&nbsp; The default encapsulation type on serial links is HDLC.&nbsp; It is 
possible to have more than one encapsulation type on an interface.&nbsp; This 
chart shows shows the Ethernet Encapsulation types.</font><p><br>
<table border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td bgcolor="#FFFF00"><b>Encapsulation Type<br>
      Cisco Name</b></td>
    <td bgcolor="#FFFF00"><b>Encapsulation Type<br>
      Novell Name</b></td>
    <td bgcolor="#FFFF00"><b>When is it used?</b></td>
  </tr>
  <tr>
    <td>novell-ether***</td>
    <td>802.3</td>
    <td>Old Novell.&nbsp; Version 3.11 or earlier</td>
  </tr>
  <tr>
    <td>sap</td>
    <td>802.2</td>
    <td>New Novell.&nbsp; Version 3.12 or later</td>
  </tr>
  <tr>
    <td>arpa</td>
    <td>ethernet_II</td>
    <td>rarely</td>
  </tr>
  <tr>
    <td>snap</td>
    <td>snap</td>
    <td>IPX for Macintosh</td>
  </tr>
  <tr>
    <td>*** default on Ethernet</td>
    <td></td>
    <td></td>
  </tr>
</table><p align="left"><font face="Arial"><b><font size="4" color="#008000">Sub-interfaces</font><br>
</b>There may be times when you have more than one encapsulation type running on
a segment.&nbsp;&nbsp; This can happen when you have an old Netware server and a
newer one.&nbsp; To enable the router to talk to both of these encapsulation
types, you must create a sub-interface for each.&nbsp; A sub-interface is a
logical interface.&nbsp; You can have multiple sub-interfaces for each physical
interface.&nbsp; To create or configure a sub-interface, follow the physical
interface name with a period and the sub-interface number like interface
ethernet 0.2. </font>
<p align="left"><b><font size="4" face="Arial" color="#008000">IPX Configuration</font></b><p>
<font face="Arial">Basic IPX is
very easy to configure.&nbsp; Remember, you do not need to configure the node
address because the router borrows the MAC address for that.</font><p>
<font face="Arial" size="4" color="#008000"><b>Basic IPX
Config</b></font><p><font face="Arial">1.&nbsp;&nbsp; Enable IPX Routing on the router</font><p>
<font face="Terminal" size="2">Router(config)#ipx routing</font><p>
<font face="Arial">2.&nbsp;
Enable IPX on the Interface by assigning the network number and, optionally,
then encapsulation type (on same line or different line)</font><p>
<font face="Terminal" size="2">Router(config)#interface ethernet 0<br>
Router(config-if)#ipx network 6F encapsulation arpa<b><br>
</b>or<br>
Router(config)#interface ethernet 0<br>
Router(config-if)#ipx network 6F<br>
Router(config-if)#ipx encapsulation arpa</font><font face="Times New Roman"><b><br>
&nbsp;</b></font><p><b><font face="Arial" size="4" color="#008000">Viewing
your IPX information:</font></b><p><font face="Arial">1.&nbsp; View the interfaces information</font><p>
<font face="Terminal" size="2">Router#show ipx interface<br>
Router#show ipx interface brief</font><p><font face="Arial">2.&nbsp; View the IPX routing
information</font><p><font face="Terminal" size="2">Router#show ipx route</font><font face="Arial"><br>

</font>

<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 + -