Home
You are not currently signed in.

MIB Smithy

  1. Up to Table of Contents

Setting Group Properties

Syntax:

% dbcmd set group option value ?option value ...?

Returns:

  • Nothing.

Properties:

-comments text
Specifies the body of comment text that is to be associated with the record. Character sequences that start end end the comment should be omitted: these depend on the output format, and it is the responsibility of the converter to insert the appropriate sequences.
-description text
Specifies the body of text corresponding to the DESCRIPTION field of the OBJECT-GROUP or NOTIFICATION-GROUP record.
-members list
Specifies a list of references to OBJECT-TYPE or NOTIFICATION-TYPE definitions that are to be considered members of the group (that is, listed within the OBJECT-GROUP's OBJECTS field or NOTIFICATION-GROUP's NOTIFICATIONS field, respectively).
-name lcidentifier
Specifies the descriptor of the OBJECT-GROUP or NOTIFICATION-GROUP record. If unspecified at creation time, the SDK will automatically assign a name that is unique within the database. This property will accept any value that corresponds to an ASN.1 ValueReference: that is, an identifier that starts with a lowercase first letter.
-oid oidvalue
Equivalent to -valuedecl for set operations.
-reference text
Specifies the body of text corresponding to the REFERENCE field of the OBJECT-GROUP or NOTIFICATION-GROUP record.
-status status
Specifies the value of the STATUS field for the OBJECT-GROUP or NOTIFICATION-GROUP record. Accepted values are current, deprecated and obsolete.
-value oidvalue
Equivalent to -valuedecl for set operations.
-valuedecl oidvalue
Specifies the object identifier value that uniquely identifies the record in OID space. The oidvalue specified may take the form of a lowercase identifier or any of the forms returned by other get options that return OID values. The form used with this command determines the form returned by the get -valuedecl command.
  1. Up to Table of Contents