|
|
Description:
|
hpEsTrapRcvrStatus OBJECT-TYPE
SYNTAX INTEGER {
other(1), -- none of the following
valid(2), -- a valid address
invalid(3), -- an invalid address
create(4) -- create row
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Setting this object to the value invalid(3)
deletes the row from the table. The value
invalid(3) should never be returned on a GET. The
value of create(4) on a SET causes a new row to be
created if the row does not already exist. If it
does, then a 'badValue'error should be returned.
The value returned on GETs should be valid(2) or
other(1), which is used to indicate any other
condition."
|
|
|
|