154 lines
5.6 KiB
HTML
154 lines
5.6 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Remove TCP/IP Interface (RMVTCPIFC)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="RMVTCPIFC.Top_Of_Page"></a>
|
|
<h2>Remove TCP/IP Interface (RMVTCPIFC)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#RMVTCPIFC.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RMVTCPIFC.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RMVTCPIFC.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RMVTCPIFC"></a>
|
|
<p>The Remove TCP/IP Interface (RMVTCPIFC) command is used to remove a Transmission Control Protocol/Internet Protocol (TCP/IP) interface. The interface cannot be active when you submit this command. The interface must be ended using the End TCP/IP Interface (ENDTCPIFC) or End TCP/IP (ENDTCP) commands.
|
|
</p>
|
|
<p>An interface that is required for an existing route or remote system information (RSI) entry cannot be removed.
|
|
</p>
|
|
<p>This command can be used to remove interfaces that have been specified with the Add TCP/IP Interface (ADDTCPIFC) command.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<ul>
|
|
<li>You must have input/output system configuration (*IOSYSCFG) special authority to run this command.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVTCPIFC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RMVTCPIFC.PARAMETERS.TABLE">Parameters</a></h3>
|
|
<table border="1" cellpadding="4" cellspacing="0">
|
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
|
<tr>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RMVTCPIFC.INTNETADR"><b>INTNETADR</b></a></td>
|
|
<td valign="top">Internet address</td>
|
|
<td valign="top"><i>Character value</i></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RMVTCPIFC.ALIASNAME"><b>ALIASNAME</b></a></td>
|
|
<td valign="top">Alias name</td>
|
|
<td valign="top"><i>Simple name</i></td>
|
|
<td valign="top">Optional</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVTCPIFC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RMVTCPIFC.INTNETADR"></a>
|
|
<h3>Internet address (INTNETADR)</h3>
|
|
<p>Specifies the internet address of an interface that had previously been added to the TCP/IP configuration with the Add TCP/IP Interface (ADDTCPIFC) command. The internet address is specified in the form <i>nnn.nnn.nnn.nnn</i>, where <i>nnn</i> is a decimal number ranging from 0 through 255. An internet address is not valid if it has a value of all binary ones or all binary zeros for the network identifier (ID) portion or the host ID portion of the address. If the internet address is entered from a command line, the address must be enclosed in apostrophes.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>Either the INTNETADR or the ALIASNAME parameter should be specified for the command, but not both of them.
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>character-value</i></b></dt>
|
|
<dd>Specify the internet address associated with the interface to be removed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVTCPIFC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RMVTCPIFC.ALIASNAME"></a>
|
|
<h3>Alias name (ALIASNAME)</h3>
|
|
<p>Specifies the name of an interface that had previously been added to the TCP/IP configuration with the Add TCP/IP Interface (ADDTCPIFC) command. The alias name specified must be for an IPv4 interface. If the alias name is for an IPv6 interface, an error message will be returned.
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>Either the INTNETADR or the ALIASNAME parameter should be specified for the command, but not both of them.
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>simple-name</i></b></dt>
|
|
<dd>Specify the name associated with the interface to be removed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVTCPIFC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVTCPIFC.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Removing a Token Ring Interface</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVTCPIFC INTNETADR('9.5.11.125')
|
|
</pre>
|
|
</p>
|
|
<p>This command removes the interface associated with the internet address 9.5.11.125.
|
|
</p>
|
|
<p><b>Example 2: Removing a Token Ring Interface using the Alias Name</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVTCPIFC ALIASNAME(TEST_NETWORK)
|
|
</pre>
|
|
</p>
|
|
<p>This command removes the interface associated with the alias name TEST_NETWORK.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVTCPIFC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVTCPIFC.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>TCP1D03</b></dt>
|
|
<dd>&1 member record length not correct.
|
|
</dd>
|
|
<dt><b>TCP1D04</b></dt>
|
|
<dd>Error occurred processing member &1 of &2/&3.
|
|
</dd>
|
|
<dt><b>TCP1901</b></dt>
|
|
<dd>Internet address &1 not valid.
|
|
</dd>
|
|
<dt><b>TCP8050</b></dt>
|
|
<dd>*IOSYSCFG authority required to use &1.
|
|
</dd>
|
|
<dt><b>TCP9999</b></dt>
|
|
<dd>Internal system error in program &1.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVTCPIFC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|