127 lines
4.7 KiB
HTML
127 lines
4.7 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 IP over SNA Location (RMVIPSLOC)</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="RMVIPSLOC.Top_Of_Page"></a>
|
|
<h2>Remove IP over SNA Location (RMVIPSLOC)</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="#RMVIPSLOC.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RMVIPSLOC.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RMVIPSLOC.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RMVIPSLOC"></a>
|
|
<p>The Remove IP over SNA Location Entry (RMVIPSLOC) command removes an AF_INET sockets over SNA location entry. This command can be used to remove location entries that have been specified with the Add IP over SNA Location Entry (ADDIPSLOC) CL command. The location entry to be removed is identified by its remote route destination (RMTDEST) and subnet mask (SUBNETMASK).
|
|
</p>
|
|
<p><b>Restriction:</b> The user must have *IOSYSCFG authority to use this command.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVIPSLOC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RMVIPSLOC.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="#RMVIPSLOC.RMTDEST"><b>RMTDEST</b></a></td>
|
|
<td valign="top">Remote destination</td>
|
|
<td valign="top"><i>Character value</i></td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#RMVIPSLOC.SUBNETMASK"><b>SUBNETMASK</b></a></td>
|
|
<td valign="top">Subnet mask</td>
|
|
<td valign="top"><i>Character value</i>, *HOST</td>
|
|
<td valign="top">Required, Positional 2</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVIPSLOC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RMVIPSLOC.RMTDEST"></a>
|
|
<h3>Remote destination (RMTDEST)</h3>
|
|
<p>Specifies the remote route destination of the location entry to be removed. The remote route destination is specified in the form <i>nnn.nnn.nnn.nnn</i> where <i>nnn</i> is a decimal number ranging from 0 through 255. If the remote route destination address is entered from a command line, the address must be enclosed in apostrophes.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVIPSLOC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="RMVIPSLOC.SUBNETMASK"></a>
|
|
<h3>Subnet mask (SUBNETMASK)</h3>
|
|
<p>Specifies the subnet mask of the location entry being removed.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b>*HOST</b></dt>
|
|
<dd>Specify this value when the internet address value specified in the remote route destination field is a host address. The subnet mask value is calculated to be 255.255.255.255.
|
|
</dd>
|
|
<dt><b><i>subnetwork-mask</i></b></dt>
|
|
<dd>Specify the subnet mask in the forms <i>nnn.nnn.nnn.nnn</i> where <i>nnn</i> is a decimal number ranging from 0 through 255. If the subnet mask address is entered from a command line, the address must be enclosed in apostrophes.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVIPSLOC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVIPSLOC.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Removing a Location Entry for a Subnetwork</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVIPSLOC RMTDEST('128.2.0.0') SUBNETMASK('255.255.255.128')
|
|
</pre>
|
|
</p>
|
|
<p>This command removes a location entry for a subnetwork with network 128.2 and subnet mask of 255.255.255.128.
|
|
</p>
|
|
<p><b>Example 2: Removing a Location Entry for a Network</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
RMVIPSLOC RMTDEST(128.3.0.0) SUBNETMASK('255.255.0.0')
|
|
</pre>
|
|
</p>
|
|
<p>This command removes a location entry for network 128.3.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVIPSLOC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVIPSLOC.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p>None
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVIPSLOC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|