ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaku_5.4.0.1/rzakutrbrouteinfo.htm

116 lines
3.6 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<title>TCP/IP troubleshooter</title>
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
<!-- 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. -->
<meta name="Copyright" content="Copyright (c) 2004 by IBM Corporation">
<!-- 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. -->
<script language="Javascript" type="text/javascript" src="../../iccommon.js"></script>
<script type="text/javascript" language="Javascript">
//START NON-TRANSLATABLE
function closeThis() {
window.close();
}
//END NON-TRANSLATABLE
</script>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<script type="text/javascript" language="Javascript"></script>
<h2>TCP/IP troubleshooter</h2>
<strong>Route information</strong>
<p>Route selection (how and where the system sends outbound IP traffic) is accomplished by processing or checking routes in a particular order. The destination IP address in the IP packet determines the route that will be selected. The system selects the routes in this order:
<ol>
<li><strong>Direct Routes:</strong>
<ul>
<li>Created automatically by the system based on an interface that was previously configured.</li>
<li>Subnet mask value is the same as the subnet mask value you specified for the interface you previously configured.</li>
<li>Next hop value is always *DIRECT.</li></ul></li>
<li><strong>Host Routes:</strong>
<ul>
<li>Created to route traffic to one specific host.</li>
<li>Subnet mask value is always 255.255.255.255 or *HOST. If you enter the mask 255.255.255.255 for the host route, the operating system converts the numerical address to *HOST.</li>
</ul></li>
<li><strong>Network Routes:</strong>
<ul>
<li>Created to route traffic to an entire network of hosts.</li>
<li>Subnet mask value varies depending on your specific subnetting scheme.</li>
</ul></li>
<li><strong>Default Routes:</strong>
<ul>
<li>Created to route traffic when the IP packet does not find a match in the previous three types of routes.</li>
<li>Subnet mask value is always *NONE.</li>
</ul></li>
</ol></p>
<p>See examples of each of these types of routes:</p>
<p><strong>Note: </strong>The IP addresses 10.x.x.x and 192.x.x.x represent public IP addresses. All of these addresses are fictitious and are used for example purposes only</p>
<p>
<table width=600 cellspacing="2" cellpadding="2" border="1">
<tr>
<th>Type of Route</th>
<th>Route Destination</th>
<th>Subnet Mask</th>
<th>Next Hop</th>
</tr>
<tr>
<td>Direct Route</td>
<td>10.1.1.0</td>
<td>255.255.255.0</td>
<td>*DIRECT</td>
</tr>
<tr>
<td>Host Route</td>
<td>192.16.1.41</td>
<td>*HOST</td>
<td>10.1.1.1</td>
</tr>
<tr>
<td>Network Route</td>
<td>192.18.3.0</td>
<td>255.255.255.0</td>
<td>10.1.1.2</td>
</tr>
<tr>
<td>Default Route</td>
<td>*DFTROUTE</td>
<td>*NONE</td>
<td>10.1.1.3</td>
</tr>
</table>
</p>
<form>
<p><center>
<INPUT type="button" name="closeButton" value="Close window" onclick= "closeThis()">
</center></p>
</form>
</body>