cssKeyEntry
CISCO-SECURE-SHELL-MIB ·
.1.3.6.1.4.1.9.9.339.1.1.2.1
Object
row
A SSH key table entry. The index specifies which
protocol the user wants to generate the key for.
To create the key for a protocol (for the first time),
following steps are to be taken by the Network
Management System.
1. Choose the Protocol, by specifying the cssKeyIndex
2. Choose nbits, by specifying the cssKeyNBits value
3. cssKeyRowStatus as createAndGo (4)
To delete the key for a protocol, following steps
are to be taken by the Network Management System
1. Choose the Protocol, by specifying the cssKeyIndex
2. cssKeyRowStatus as destroy (6)
To overwrite the existing key for a protocol
1. Choose the Protocol, by specifying the cssKeyIndex
2. Choose the nbits, by specifying the cssKeyNBits value
3. cssKeyOverWrite as true(1).
Context
- MIB
- CISCO-SECURE-SHELL-MIB
- OID
.1.3.6.1.4.1.9.9.339.1.1.2.1- Type
- row
- Status
- current
- Parent
- cssKeyTable
- Table
- cssKeyTable
- Children
- 6
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cssKeyIndex The SSH Protocol Identifier for which this entry
pertains to. The protocol can be rsa1, dsa or rsa.
rsa - A public-key cryptosystem defined by Rivest,
Shami… | column | Enumeration | .1.3.6.1.4.1.9.9.339.1.1.2.1.1 |
| cssKeyNBits The number of bits provided to generate the key.
This determines the length of the kestring
generated by the SSH.
This object cannot be modified while this row is
a… | column | Integer32 | .1.3.6.1.4.1.9.9.339.1.1.2.1.2 |
| cssKeyOverWrite This object specifies whether an existing key for
the protocol should be overwritten with a new key.
No action is taken if this object is set to 'false'.
The value of this object… | column | SNMPv2-TCTruthValue | .1.3.6.1.4.1.9.9.339.1.1.2.1.3 |
| cssKeyLastCreationTime The time of the last creation of the key. | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.9.9.339.1.1.2.1.4 |
| cssKeyRowStatus Status of this row. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.9.339.1.1.2.1.5 |
| cssKeyString The SSH public key string that is generated. | column | OctetString | .1.3.6.1.4.1.9.9.339.1.1.2.1.6 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| cssKeyIndex The SSH Protocol Identifier for which this entry
pertains to. The protocol can be rsa1, dsa or rsa.
rsa - A public-key cryptosystem defined by Rivest,
Shami… | column | Enumeration | .1.3.6.1.4.1.9.9.339.1.1.2.1.1 |