|
Description:
|
hwPstnCTPAdminState OBJECT-TYPE
SYNTAX INTEGER {blockedLocally(1), -- the service is blocked cause of the local reason
blockedRemotely(2), -- the service is blocked cause of the remote reason
inService(3), -- the service is normal
shuttingDown(4), -- the service is shutting down
delayTest(5) -- the user is waiting for testing}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the administration status of the service layer of the PSTN port.
Options:
1. blockedLocally(1) -the service is blocked cause of the local reason
2. blockedRemotely(2) -the service is blocked cause of the remote reason
3. inService(3) -the service is normal
4. shuttingDown(4) -the service is shutting down
5. delayTest(5) -the user is waiting for testing"
|
|
|