Setting Notification Properties
Syntax:
% dbcmd set notification option
value ?option value ...?
Returns:
Nothing.
Properties:
| Option |
Argument |
Description |
|---|
-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 TRAP-TYPE or NOTIFICATION-TYPE
record. |
-members |
list |
Specifies a list of references to OBJECT-TYPE
records that the MIB specification requires to be present in the
variable bindings of any transmission of the defined
notification. |
-name |
lcidentifier |
Specifies the descriptor of the TRAP-TYPE or
NOTIFICATION-TYPE 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 TRAP-TYPE or NOTIFICATION-TYPE
record. |
-status |
status |
Specifies the value of the STATUS field for a
NOTIFICATION-TYPE record. Accepted values are
current, deprecated and
obsolete. |
-value |
oidvalue |
Equivalent to -valuedecl for set
operations. |
-valuedecl |
oidvalue |
Specifies the object identifier value to be
assigned to the NOTIFICATION-TYPE record. For TRAP-TYPE records,
this value specifies both the ENTERPRISE and integer
specific-trap value as
enterprise.0.value or
enterprise.value (legacy
only). |