85 lines
5.4 KiB
HTML
85 lines
5.4 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Understand the token-ring address format" />
|
||
|
<meta name="abstract" content="While troubleshooting, you might need to view the information of the destination-address and source-address frames." />
|
||
|
<meta name="description" content="While troubleshooting, you might need to view the information of the destination-address and source-address frames." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzajutroubleshootingtokenring.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="token-ring_address_format" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Understand the token-ring address format</title>
|
||
|
</head>
|
||
|
<body id="token-ring_address_format"><a name="token-ring_address_format"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Understand the token-ring address format</h1>
|
||
|
<div><p>While troubleshooting, you might need to view the
|
||
|
information of the destination-address and source-address frames.</p>
|
||
|
<p>These are the formats of the frames:</p>
|
||
|
<p><strong>Destination address format:</strong></p>
|
||
|
<p>This figure shows the destination address format:</p>
|
||
|
<div class="fignone" id="token-ring_address_format__destination_address_format_fig"><a name="token-ring_address_format__destination_address_format_fig"><!-- --></a><span class="figcap">Figure 1. Destination address format</span><br /><img src="rsln739.gif" alt="Destination address format" /><br /></div>
|
||
|
<p>Some of the bits indicate the characteristics of the destination address:</p>
|
||
|
<ul><li><strong>I/G bit (bit 0 of byte 0)</strong> indicates the type (individual or group)
|
||
|
of the destination address. These are the possible values for this bit: <ul><li>0: The destination address is an individual address (an address that is
|
||
|
associated with a device on the network).</li>
|
||
|
<li>1: The destination address is a group address (a multiple destination
|
||
|
address that is associated with one or more devices on the network).</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><strong>U/L bit (bit 1 of byte 0)</strong> indicates who defined the address. These
|
||
|
are the possible values for this bit: <ul><li>0: The manufacture defined the address (it is a universally administered
|
||
|
address or in other words a burned-in address).</li>
|
||
|
<li>1: The administrator defined the address (it is a locally administered
|
||
|
address).</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><strong>Functional address indicator (FAI) bit (bit 0 of byte 2)</strong> indicates
|
||
|
the address type of the locally administered address. These are the possible
|
||
|
values for this bit: <ul><li>0: The address is a functional address.</li>
|
||
|
<li>1: The address is a group address.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<p><strong>Source address format:</strong></p>
|
||
|
<p>A source address is always an individual address (that is, an address that
|
||
|
is associated with a device on the network). This figure shows the format
|
||
|
of the address:</p>
|
||
|
<div class="fignone" id="token-ring_address_format__source_address_format_fig"><a name="token-ring_address_format__source_address_format_fig"><!-- --></a><span class="figcap">Figure 2. Source address format</span><br /><img src="rv2l000.gif" alt="Source address format" /><br /></div>
|
||
|
<p>Some of the bits indicate the type of address that the source address contains:</p>
|
||
|
<ul><li><strong>Bit 0 of byte 0</strong> indicates whether or not the frame contains a routing
|
||
|
information field. These are the possible values for this bit: <ul><li>0: The routing information field is present.</li>
|
||
|
<li>1: The routing information field is not present.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li><strong>Bit 1 of byte 0</strong> indicates the type of the address. These are the
|
||
|
possible values for this bit: <ul><li>0: The address is a universally administered address. Because this bit
|
||
|
is 0, the burned-in address cannot be greater than <span>X'7FFFFFFFFFFF'</span>.</li>
|
||
|
<li>1: The address is a locally administered address. Because this bit is
|
||
|
1, the group address must be greater than <span>X'800000000000'</span>.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajutroubleshootingtokenring.htm" title="The server has tools to help you locate and resolve errors.">Troubleshoot token ring</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|