MIB Viewer

s5SbsAuthCfgStatus

OBJECT-TYPE
1.3.6.1.4.1.45.1.6.5.3.10.1.5
Access
read-write
Status
current
Sub-identifiers
0
The status of the AuthCfg entry. The primary use of this object is for modifying the AuthCfg table. Values that can be written create(2), delete(3), modify(4). Values that can be read: valid(1). Setting this entry to delete(3) causes the entry to be deleted from the table. Setting a new entry with create(2) causes the entry to be created in the table. Setting an entry with modify(4) causes the entry to be modified. The response to a get request or get-next request will always indicate a status of valid (1), since invalid entries are removed from the table. This object cannot be modified for entries whose value of s5SbsAuthCfgSource is autoLearn(2) if the value of s5SbsAutoLearningSticky is false(2). Any such attempt will generate an inconsistentValue error.
INTEGER { valid(1), create(2), delete(3), modify(4), createSticky(5) }