arrisTR69AcsPwdAlgorithm
ARRIS-TR69-MIB ·
.1.3.6.1.4.1.4115.1.3.7.1.1.20
Object
scalar r/w
Enumeration
This object represents the Hash Based Message Authentication code (HMAC) to use in the algorithm to calculate the default TR-069 managementServer.Password. The choices are HMAC-SHA1 or HMAC-SHA256. The trio of MIB objectsnecessary for this algorithm are arrisTR69AcsPwdAlgorithm, arrisTR69AcsPwdAlgorithmText, and arrisTR69AcsPwdAlgorithmKey.
Context
- MIB
- ARRIS-TR69-MIB
- OID
.1.3.6.1.4.1.4115.1.3.7.1.1.20- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- arrisTR69Base
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-TR69-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-TR69-MIB::arrisTR69AcsPwdAlgorithm.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-TR69-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-TR69-MIB::arrisTR69AcsPwdAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | hmac-sha1 |
2 | hmac-sha256 |