docsBpi2CmtsTEKDataEncryptAlg
DOCS-IETF-BPI2-MIB ·
.1.3.6.1.2.1.126.1.2.3.1.3
Object
column DocsBpkmDataEncryptAlg
The value of this object is the data encryption algorithm for this SAID.
Context
- MIB
- DOCS-IETF-BPI2-MIB
- OID
.1.3.6.1.2.1.126.1.2.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- docsBpi2CmtsTEKEntry
- 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::docsBpi2CmtsTEKDataEncryptAlg'
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::docsBpi2CmtsTEKDataEncryptAlg.<ifIndex>.<docsBpi2CmtsTEKSAId>'
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::docsBpi2CmtsTEKDataEncryptAlg'
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
docsBpi2CmtsCompliance
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.
and des40CbcMode(2) for data encryption.