Previous page Next page

Creating or Modifying a Group

To create or modify a group, use the following CLI command:

(configure)# snmp-server group <groupname> {noAuth | auth | priv} [read <readview>] [write <writeview>] [notify <notifyview>]

Table�25 provides an explanation of the command keywords and variables.

CAUTION: Avaya recommends that you not modify the predefined groups. When you upgrade the switch from v5.x application software to v6.x, the existing community strings are assigned to these predefined groups. If you modify them, the community strings may lose their access to the switch. For more information on the migration of existing community strings, see "Migration of Existing Community Strings."

Table�25:�snmp-server group Command Parameters �
Parameter
Description
<groupname>
The name of the group that you want to create or modify. The group name can range from 1 to 32 alphanumeric characters.
noAuth
Requires neither authentication or encryption of PDUs.
auth
Requires authentication but not encryption of PDUs.
priv
Requires authentication and encryption of PDUs.
<readview>
The MIB view to which you want the group to have read access.
<writeview>
The MIB view to which you want the group to have write access.
<notifyview>
The MIB view for which you want the group to receive trap messages.


Previous page Next page