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
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SIAE-RADIO-ENCRYPTION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-RADIO-ENCRYPTION-MIB::rdEncryptAlgoMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-RADIO-ENCRYPTION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-RADIO-ENCRYPTION-MIB::rdEncryptAlgoMode.<rdEncryptIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-RADIO-ENCRYPTION-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-RADIO-ENCRYPTION-MIB::rdEncryptAlgoMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | aesModeElectronicCodebook |
2 | aesModeCipherBlockChaining |
3 | aesModeCipherFeedback |
4 | aesModeOutputFeedback |
5 | aesModeCounter |