147 lines
5.4 KiB
HTML
147 lines
5.4 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 Route (RMVIPSRTE)</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="RMVIPSRTE.Top_Of_Page"></a>
|
||
|
<h2>Remove IP over SNA Route (RMVIPSRTE)</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="#RMVIPSRTE.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#RMVIPSRTE.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#RMVIPSRTE.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="RMVIPSRTE"></a>
|
||
|
<p>The Remove IP over SNA Route Entry (RMVIPSRTE) command removes an AF_INET sockets over SNA route. This command can be used to remove routes that have been specified with the Add IP over SNA Route (ADDIPSRTE) CL command. The route to be removed is identified by its route destination (RTEDEST), subnet mask (SUBNETMASK), and next hop (NEXTHOP).
|
||
|
</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="#RMVIPSRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="RMVIPSRTE.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="#RMVIPSRTE.RTEDEST"><b>RTEDEST</b></a></td>
|
||
|
<td valign="top">Route destination</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVIPSRTE.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>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RMVIPSRTE.NEXTHOP"><b>NEXTHOP</b></a></td>
|
||
|
<td valign="top">Next hop</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Required, Positional 3</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVIPSRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="RMVIPSRTE.RTEDEST"></a>
|
||
|
<h3>Route destination (RTEDEST)</h3>
|
||
|
<p>Specifies the route destination of the route to be removed. The route destination is specified in the form <i>nnn.nnn.nnn.nnn</i> where <i>nnn</i> is a decimal number ranging from 0 to 255. If the 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="#RMVIPSRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVIPSRTE.SUBNETMASK"></a>
|
||
|
<h3>Subnet mask (SUBNETMASK)</h3>
|
||
|
<p>Specifies the subnet mask of the route to be removed.
|
||
|
</p>
|
||
|
<p>This is a required parameter.
|
||
|
</p>
|
||
|
<p>
|
||
|
<b>Note: </b>The network portion must be equal to one bits in the subnetmask. The host portion and the subnetmask portion of an address must both be at least two bits wide.
|
||
|
</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 route destination field is a host address.
|
||
|
</dd>
|
||
|
<dt><b><i>subnet-mask</i></b></dt>
|
||
|
<dd>Specify the subnet mask in the form <i>nnn.nnn.nnn.nnn</i> where <i>nnn</i> is a decimal number ranging from 0 to 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="#RMVIPSRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RMVIPSRTE.NEXTHOP"></a>
|
||
|
<h3>Next hop (NEXTHOP)</h3>
|
||
|
<p>Specifies the next hop of the route to be removed. The next hop is specified in the form <i>nnn.nnn.nnn.nnn</i> where <i>nnn</i> is a decimal number ranging from 0 to 255. If the next hop 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="#RMVIPSRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVIPSRTE.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RMVIPSRTE RTEDEST('128.2.0.0') SUBNETMASK('255.255.255.128')
|
||
|
NEXTHOP ('128.3.4.5')
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command removes a network route entry for a subnetwork with network 128.2 and subnet mask of 255.255.255.128.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVIPSRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVIPSRTE.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>TCP264A</b></dt>
|
||
|
<dd>&2 &1 not removed.
|
||
|
</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="#RMVIPSRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|