docsBpi2CmCryptoSuiteDataEncryptAlg
DOCS-IETF-BPI2-MIB ·
.1.3.6.1.2.1.126.1.1.5.1.2
Object
column DocsBpkmDataEncryptAlg
The value of this object is the data encryption algorithm for this cryptographic suite capability.
Context
- MIB
- DOCS-IETF-BPI2-MIB
- OID
.1.3.6.1.2.1.126.1.1.5.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- docsBpi2CmCryptoSuiteEntry
- Groups
- 1
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 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IETF-BPI2-MIB::docsBpi2CmCryptoSuiteDataEncryptAlg'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IETF-BPI2-MIB::docsBpi2CmCryptoSuiteDataEncryptAlg.<ifIndex>.<docsBpi2CmCryptoSuiteIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-IETF-BPI2-MIB::docsBpi2CmCryptoSuiteDataEncryptAlg'
Syntax
- Source
- DocsBpkmDataEncryptAlg
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | des56CbcMode |
2 | des40CbcMode |
3 | t3Des128CbcMode |
4 | aes128CbcMode |
5 | aes256CbcMode |
Conformance
Member of
Compliance refinements
docsBpi2CmCompliance
DOCS-IETF-BPI2-MIB::DocsBpkmDataEncryptAlg
Values:
none(0), des56CbcMode(1), des40CbcMode(2)
It is compliant to only support des56CbcMode(1)
and des40CbcMode(2) for data encryption algorithms.
and des40CbcMode(2) for data encryption algorithms.