ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/rmvcomsnmp.htm

128 lines
4.5 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 Community for SNMP (RMVCOMSNMP)</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="RMVCOMSNMP.Top_Of_Page"></a>
<h2>Remove Community for SNMP (RMVCOMSNMP)</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="#RMVCOMSNMP.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVCOMSNMP.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVCOMSNMP.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVCOMSNMP"></a>
<p>The Remove Community for SNMP (RMVCOMSNMP) command is used to remove a Simple Network Management Protocol (SNMP) community profile from the SNMP agent community list. The community profile consists of a community name, an object access specification, and a list of the SNMP managers that are part of the community. The community name combined with the ASCII community (ASCIICOM) parameter defines a community.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVCOMSNMP.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVCOMSNMP.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="#RMVCOMSNMP.COM"><b>COM</b></a></td>
<td valign="top">Community name</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#RMVCOMSNMP.ASCIICOM"><b>ASCIICOM</b></a></td>
<td valign="top">Translate community name</td>
<td valign="top"><b><u>*YES</u></b>, *NO</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVCOMSNMP.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVCOMSNMP.COM"></a>
<h3>Community name (COM)</h3>
<p>Specifies the name of the SNMP community being removed. The community must already exist in the SNMP agent community list.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><i>community-name</i></b></dt>
<dd>Specify the name of the SNMP community being removed. The name may contain characters that cannot be displayed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVCOMSNMP.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RMVCOMSNMP.ASCIICOM"></a>
<h3>Translate community name (ASCIICOM)</h3>
<p>Specifies whether the community name is translated to ASCII characters before it is compared with the community name specified in a request from an SNMP manager. This parameter is used in combination with the community name to determine the community to be removed.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*YES</u></b></dt>
<dd>The community name is translated to ASCII characters before it is compared with a community name specified by an SNMP manager.
</dd>
<dt><b>*NO</b></dt>
<dd>The community name is not translated to ASCII characters before it is compared with a community name specified by an SNMP manager.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVCOMSNMP.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVCOMSNMP.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RMVCOMSNMP COM(ROCHESTER)
</pre>
</p>
<p>This command removes community ROCHESTER from the SNMP agent community list.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVCOMSNMP.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVCOMSNMP.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>TCP4001</b></dt>
<dd>Error occurred accessing SNMP configuration information.
</dd>
<dt><b>TCP4009</b></dt>
<dd>Community does not exist.
</dd>
<dt><b>TCP8050</b></dt>
<dd>*IOSYSCFG authority required to use &amp;1.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVCOMSNMP.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>