97 lines
5.5 KiB
HTML
97 lines
5.5 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="RIP_INTERFACE statement" />
|
||
<meta name="abstract" content="RIP_INTERFACE statement allows you to specify all of the routing options that you configure on a per-interface basis." />
|
||
<meta name="description" content="RIP_INTERFACE statement allows you to specify all of the routing options that you configure on a per-interface basis." />
|
||
<meta name="DC.Relation" scheme="URI" content="rzal6overview.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzal6supval.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzal6dist.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzal6metric.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzal6community.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="rzal6addparm.htm" />
|
||
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
||
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
||
<meta name="DC.Format" content="XHTML" />
|
||
<meta name="DC.Identifier" content="rip2" />
|
||
<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>RIP_INTERFACE statement</title>
|
||
</head>
|
||
<body id="rip2"><a name="rip2"><!-- --></a>
|
||
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
<h1 class="topictitle1">RIP_INTERFACE statement</h1>
|
||
<div><p>RIP_INTERFACE statement allows you to specify all of the routing
|
||
options that you configure on a per-interface basis.</p>
|
||
<p>The RIP_INTERFACE statement contains the functionality for
|
||
defining routes and creating static routes. In releases before OS/400<sup>®</sup> V4R2,
|
||
this functionality existed in the NET statement and HOST statement.</p>
|
||
<div class="p">You can specify multiple interface options on a single entry
|
||
in the configuration file. You can use the following options: <ul><li>BLOCK</li>
|
||
<li>FORWARD</li>
|
||
<li>FORWARD.COND</li>
|
||
<li>NOFORWARD</li>
|
||
</ul>
|
||
</div>
|
||
<p>You can specify interfaces on the system by the following
|
||
methods:</p>
|
||
<dl><dt class="dlterm">Network</dt>
|
||
<dd>Network of the system, which is specified as an IP address
|
||
and either a mask or a bit number. The bit number <em>n</em> indicates which
|
||
bit in the 0 – <em>n</em> bits of the IP address (counting left to right) is
|
||
the last bit of the IP address' network portion. If the MASK and bit number
|
||
are missing, the system calculates a network by using the subnet mask of the
|
||
interface specified through the Add TCP/IP Interface (ADDTCPIFC) command.</dd>
|
||
<dt class="dlterm">Interface name</dt>
|
||
<dd>Logical Interface name that identifies a PPP interface with an IP address
|
||
that is assigned dynamically when the PPP connection becomes active.</dd>
|
||
<dt class="dlterm">Hostname</dt>
|
||
<dd>The host name of the system, which is resolvable through
|
||
the Domain Name System (DNS).</dd>
|
||
<dt class="dlterm">*</dt>
|
||
<dd>This character refers to all of the interfaces on the system
|
||
and is useful for setting default values that apply to all interfaces. You
|
||
can override these defaults by providing a RIP_INTERFACE statement for a specific
|
||
interface with different values for selected parameters.</dd>
|
||
</dl>
|
||
</div>
|
||
<div>
|
||
<ul class="ullinks">
|
||
<li class="ulchildlink"><strong><a href="rzal6supval.htm">Supply values</a></strong><br />
|
||
<span>You can use RIP_INTERFACE supply values to specify
|
||
how RIP traffic is handled within your network.</span></li>
|
||
<li class="ulchildlink"><strong><a href="rzal6dist.htm">DIST_ROUTES_IN</a></strong><br />
|
||
<span>DIST_ROUTES_IN controls how RouteD redistributes
|
||
routes that it receives from this RIP_INTERFACE network to wide area networks
|
||
(WANs). This parameter does not affect redistribution of routes to local area
|
||
networks (LANs).</span></li>
|
||
<li class="ulchildlink"><strong><a href="rzal6metric.htm">Metric</a></strong><br />
|
||
<span>You can use the Metric parameter to specify
|
||
the metric that the system uses to add routes that it receives
|
||
through a specified interface. Possible values are 1 through 15.</span></li>
|
||
<li class="ulchildlink"><strong><a href="rzal6community.htm">Community</a></strong><br />
|
||
<span>You can specify the community name that
|
||
is used by the specified interface for authentication.</span></li>
|
||
<li class="ulchildlink"><strong><a href="rzal6addparm.htm">Additional parameters</a></strong><br />
|
||
<span>You can also encounter additional RIP_INTERFACE
|
||
parameters in your network.</span></li>
|
||
</ul>
|
||
|
||
<div class="familylinks">
|
||
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzal6overview.htm" title="The Route Daemon (RouteD) provides support for the Routing Information Protocol (RIP) on the system.">RouteD</a></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html> |