ntpAuthEntry
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.9.3.8.6
Object
scalar mandatory
r/w
OctetString
The NTP v3 authentication entry to be used for time sync with a secure NTP server. The format of an authentication entry is <key index> <key type> <key>. <key index> must be an integer between 1 and 65535. <key type> must be M. <key> is the actual value of the authentication key as configured on the NTP server. The GET command returns back data in the format: <key index> <key type> It does not return the actual key.
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::ntpAuthEntry.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::ntpAuthEntry'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.