MIB Viewer

s5AgTrpRcvrStatus

OBJECT-TYPE
1.3.6.1.4.1.45.1.6.4.3.4.1.2
Access
read-write
Status
current
Sub-identifiers
0
This object is used to create and delete rows in the table and control if they are used. The values that can be written are: valid(2)....makes an existing row valid - can only be written to change the value from ignore(3) ignore(3)...don't use this entry to send traps to at this time delete(4)...deletes the row create(5)...creates a new row - only value that can be used to create a row in the table If the row exists, then a SET with value of create(5) returns error 'badValue'. Deleted rows go away immediately. The following values can be returned on reads: other(1)....some other case valid(2)....the row exists and is valid ignore(3)...don't use this entry to send traps to at this time
INTEGER { other(1), valid(2), ignore(3), delete(4), create(5) }