Remove Community for SNMP (RMVCOMSNMP)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

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.

Top

Parameters

Keyword Description Choices Notes
COM Community name Character value Required, Positional 1
ASCIICOM Translate community name *YES, *NO Optional
Top

Community name (COM)

Specifies the name of the SNMP community being removed. The community must already exist in the SNMP agent community list.

The possible values are:

community-name
Specify the name of the SNMP community being removed. The name may contain characters that cannot be displayed.
Top

Translate community name (ASCIICOM)

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.

The possible values are:

*YES
The community name is translated to ASCII characters before it is compared with a community name specified by an SNMP manager.
*NO
The community name is not translated to ASCII characters before it is compared with a community name specified by an SNMP manager.
Top

Examples

RMVCOMSNMP   COM(ROCHESTER)

This command removes community ROCHESTER from the SNMP agent community list.

Top

Error messages

*ESCAPE Messages

TCP4001
Error occurred accessing SNMP configuration information.
TCP4009
Community does not exist.
TCP8050
*IOSYSCFG authority required to use &1.
Top