Configuring Groups
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 5-6 provides an explanation of the command keywords and variables.
CAUTION: Avaya recommends that you not modify the predefined groups. When you install v6.0, 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 5-6. snmp-server group Command
Parameter |
Definition |
<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. |
|