
ibrix_snmpgroup
Manages SNMP groups.
Description
A group defines the access control policy on managed objects for one or more users. All users
must belong to a group. Users and groups exist only in SNMPv3. Groups are assigned a security
level, which enforces use of authentication and privacy, and reference views to define the set of
MIB data that group members can access.
The default view, used when a read or write view is not specified, is excludeAll.
Synopsis
Create a group:
ibrix_snmpgroup -c -g GROUPNAME -s {noAuthNoPriv|authNoPriv|authPriv}
[-r READVIEW] [-w WRITEVIEW]
The group can be assigned various SNMPv3 security parameters including the security level, read
view, and write view.
Update a group:
ibrix_snmpgroup -u -g GROUPNAME [-s {noAuthNoPriv|authNoPriv|authPriv}]
[-r READVIEW] [-w WRITEVIEW]
The command uses the same options as the create (-c) command.
Delete a group:
ibrix_snmpgroup -d -g GROUPNAME
List group settings:
ibrix_snmpgroup -l [-g GROUPNAME]
The information includes security level, read view, and write view.
Options
DescriptionOption
Creates an SNMP group.-c
Deletes an SNMP group.-d
Identifies an SNMP group.-g GROUPNAME
Lists SNMP group properties.-l
Identifies the v3 read view this group can access.-r READVIEW
Indicates the v3 security level assigned to this group. There are three options:-s noAuthNoPriv |
authNoPriv |
authPriv
• noAuthNoPriv (no user authorization or privacy encryption performed), which is
the default
• authNoPriv (user authorization performed but no privacy encryption)
• authPriv (user authorization and privacy encryption performed)
Updates an SNMP group.-u
Identifies the v3 write view this group can access.-w WRITEVIEW
Shows the usage for this command.-?
158 StoreAll software commands
Kommentare zu diesen Handbüchern