hwNtpAuthKeyidType

HUAWEI-NTP-MIB · .1.3.6.1.4.1.2011.6.4.2.5.3.1.7

Object

column r/w Enumeration
Indicates hashing algorithm MD5 or SHA-256 which is used for NTP authentication.
Options:
1. md5(1)  -indicates the NTP MD5 algorithm is used as hashing algorithm
2. sha256(2) -indicates the NTP SHA-256 algorithm is used as hashing algorithm
3. aes128cmac(3) -indicates the NTP AES-128-CMAC algorithm is used as hashing algorithm
4. aes256cmac(4) -indicates the NTP AES-256-CMAC algorithm is used as hashing algorithm

Context

MIB
HUAWEI-NTP-MIB
OID
.1.3.6.1.4.1.2011.6.4.2.5.3.1.7
Type
column
Access
readwrite
Status
current
Parent
hwNtpAuthenKeyEntry
Groups
2

Walk 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 'HUAWEI-NTP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-NTP-MIB::hwNtpAuthKeyidType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-NTP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-NTP-MIB::hwNtpAuthKeyidType.<hwNtpAuthKeyidNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-NTP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-NTP-MIB::hwNtpAuthKeyidType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1md5
2sha256
3aes128cmac
4aes256cmac

Conformance