sshKeyPairGenerationStatus
RAISECOM-SSH-MIB ·
.1.3.6.1.4.1.8886.1.15.1.2.1
Object
scalar
Enumeration
The object indicates the status of key generation. The keyGenerationSuccess indicates that key generation succeeded. The keyGenerationInvalidName indicates that the sshKeyPairName is invalid. The keyGenerationInvalidModulus indicates that the sshKeyPairModulusSz is invalid. The keyGenerationKeyPairExist indicates that there's key with the same name. The keyGenerationKeySavingError indicates that saving key failed. The keyGenerationNumLimit indicates that the number of keys reaches to limit. The keyGenerationInProgress indicates that the key is being generated.
Context
- MIB
- RAISECOM-SSH-MIB
- OID
.1.3.6.1.4.1.8886.1.15.1.2.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- raisecomSshKeyPairMgnt
- Siblings
- 1
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | keyGenerationSuccess |
2 | keyGenerationInProgress |
3 | keyGenerationInvalidName |
4 | keyGenerationInvalidModulus |
5 | keyGenerationKeyExist |
6 | keyGenerationNumLimit |
7 | keyGenerationKeySavingError |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sshKeyPairTable | table | - | .1.3.6.1.4.1.8886.1.15.1.2.2 |