|
|
Description:
|
customerRowStatus OBJECT-TYPE
SYNTAX RowStatus {
active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to manage row creation and deletion.
When the channelAdminStatus is locked(1) the value of this object should be notInService(2). When the channelAdminStatus is unlocked(2) the value of this objects should be active(1) or notReady (3). When the value of channelAdminStatus is shuttingDown(3), the value of this object should be active(1)."
|
|
|
|
|
|