ipsecPubKeyState
FEC-CERT-MIB ·
.0.2.1.6
Object
column
Enumeration
This object specifies the state of the Key. Possible values: generating(1), -- Key generation is in progress complete(2), -- Key generation is complete error(3) -- Key generation terminated with an error.
Context
- MIB
- FEC-CERT-MIB
- OID
.0.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecPubKeyEntry
- Table
- ipsecPublicKeyTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | generating |
2 | complete |
3 | error |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipsecPubKeyIndex A unique index for this entry. | column | Integer32 | .0.2.1.1 |
| ipsecPubKeyDescription An optional description for this key. | column | SNMPv2-TCDisplayString | .0.2.1.2 |
| ipsecPubKeyAlgorithm This object specifies the algorithm for which the key is used.
Possible values:
rsa(2), -- The RSA encryption algorithm
dsa(3), -- The digital signature algorithm
delete(15) … | column | Enumeration | .0.2.1.3 |
| ipsecPubKeyKeyLength The size of the public and private keys in bits. | column | bits Integer32 | .0.2.1.4 |
| ipsecPubKeyPublicExponent The RSA public exponent of the key. (undefined for DSA) | column | Integer32 | .0.2.1.5 |