68 lines
3.9 KiB
HTML
68 lines
3.9 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="dc.language" scheme="rfc1766" 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. -->
|
|
<meta name="dc.date" scheme="iso8601" content="2005-10-17" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<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))' />
|
|
<title>Define the OptiConnect TCP/IP interface</title>
|
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
|
</head>
|
|
<body>
|
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
|
|
|
|
|
<a name="tcpipdefine"></a>
|
|
<h3 id="tcpipdefine">Define the OptiConnect TCP/IP interface</h3>
|
|
<p>Use the Add TCP/IP Interface (ADDTCPIFC) command to define a new interface
|
|
to the Transmission Control Protocol/Internet Protocol (TCP/IP) configuration.
|
|
The interfaces defined by the ADDTCPIFC command are logical interfaces.</p>
|
|
<p><span class="bold">Required parameters</span></p>
|
|
<ul>
|
|
<li>INTNETADR: Specifies an internet address that the local system responds
|
|
to on this interface. An interface associates with a line description. The
|
|
internet address is specified in the form nnn.nnn.nnn.nnn, where nnn is a
|
|
decimal number ranging form 0 through 255. An internet address is not valid
|
|
if it has all binary ones, or all zeros for the network identifier (ID) portion
|
|
of the address. If you enter the internet address from a command line, enclose
|
|
the address in apostrophes.</li>
|
|
<li>LIND: The commands Add TCP/IP Interface (ADDTCPIFC) and Change TCP/IP
|
|
Interface (CHGTCPIFC) have changed to allow a new special value of *OPC for
|
|
the Line Description (LIND) parameter. This special value will be used to
|
|
connect this TCP/IP interface with the OptiConnect transport layer.</li>
|
|
<li>SUBNETMASK: Specifies the subnet mask, which is a bit mask that defines
|
|
which portion of the internet address is treated as the (sub)network address
|
|
and which portion is treated as a host address, on the given subnet.</li></ul>
|
|
<p><span class="bold">Optional parameter</span></p>
|
|
<ul>
|
|
<li>LCLIFC: The local IP interface is an optional parameter with which the
|
|
internet address, previously defined in INTNETADR, will be associated. Defining
|
|
an interface with an associated local IP address means that the associated
|
|
local IP address will be used as the source IP address in packets originating
|
|
from the interface. If no associated local IP address is specified, the source
|
|
IP address on outbound packets will merely be the INTNETADR IP address of
|
|
the interface. Any local LAN (token ring, ethernet, or FDDI) or *VIRTUALIP
|
|
interface may be used for LCLIFC.
|
|
<ul>
|
|
<li>*NONE: no associated local interface used.</li>
|
|
<li><span class="italic">local-interface</span>: Specify an associated local interface
|
|
for the interface to be added.
|
|
<a name="wq44"></a>
|
|
<div class="notetitle" id="wq44">Note:</div>
|
|
<div class="notebody">The specified associated local
|
|
interface must already exist.</div></li></ul></li></ul>
|
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
|
</body>
|
|
</html>
|