rdEncryptAlgoMode
SIAE-RADIO-ENCRYPTION-MIB ·
.1.3.6.1.4.1.3373.1103.96.2.1.5
Object
column
r/w
Enumeration
AES encryption/decryption algorithm can be implemented in five modes. The modes may be used in conjunction with any symmetric key block cipher algorithm that is approved by a Federal Information Processing Standard (FIPS). The five modes are: - Electronic Codebook (ECB) - Cipher Block Chaining (CBC) - Cipher Feedback (CFB), - Output Feedback (OFB), - and Counter (CTR) Agents can accept only a subset of AES modes.
Context
- MIB
- SIAE-RADIO-ENCRYPTION-MIB
- OID
.1.3.6.1.4.1.3373.1103.96.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rdEncryptTableEntry
- Table
- rdEncryptTable
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | aesModeElectronicCodebook |
2 | aesModeCipherBlockChaining |
3 | aesModeCipherFeedback |
4 | aesModeOutputFeedback |
5 | aesModeCounter |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| rdEncryptIfIndex A unique value, greater than zero, for each ENCRYPT interface.
This object is identical to the ifIndex of the standard MIB-2
ifTable.
SNMP agent accepts the value of this objects … | column | IF-MIBInterfaceIndex | .1.3.6.1.4.1.3373.1103.96.2.1.1 |
| rdEncryptRowStatus Status of this row of rdEncryptTable. A manager must set
this object in order to create an instance of ENCRYPT. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.3373.1103.96.2.1.2 |
| rdEncryptAdminStatus The desired state of the ENCRYPT. This object can be set only
when the rdEncryptRowStatus of the ENCRYPT is active.
When a managed system initializes, all ENCRYPT i… | column | Enumeration | .1.3.6.1.4.1.3373.1103.96.2.1.3 |
| rdEncryptAlgo The encryption algorithm. The key length depends on the choosen
algorithm. | column | Enumeration | .1.3.6.1.4.1.3373.1103.96.2.1.4 |
| rdEncryptKeyMode This object select between the Manually-entered key mode and
auto-generated key mode. Agent could not accept the value
automaticKeyGeneration if it don't support the automatic key… | column | Enumeration | .1.3.6.1.4.1.3373.1103.96.2.1.6 |
| rdEncryptKey The key used for encryption. The length of the key depends on
rdEncryptAlgo. | column | OctetString | .1.3.6.1.4.1.3373.1103.96.2.1.7 |
| rdEncryptKeyLifeTime The life time in day of the automatically generated key.
The range goes from one day to three years (considering one
leap year). | column | Integer32 | .1.3.6.1.4.1.3373.1103.96.2.1.8 |
| rdEncryptMismatchAlarm This alarm is raised when local and remote configuration does not
match. | column | SIAE-ALARM-MIBAlarmStatus | .1.3.6.1.4.1.3373.1103.96.2.1.9 |