ntpServerTest
FspR7-MIB ·
.1.3.6.1.4.1.2544.1.11.2.2.1.30.20.1.3
Object
Operational parameter for invoking a connection test procedure. If set to ntpTest(2) then a connection with remote NTP server is being checked. Result of this operation is saved under ntpServerTestStatus column. When operation finish then value is automaticaly set to rls(1). It cannot be set to rls(1) by hand.
Context
- MIB
- FspR7-MIB
- OID
.1.3.6.1.4.1.2544.1.11.2.2.1.30.20.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ntpServerEntry
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 'FspR7-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FspR7-MIB::ntpServerTest'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FspR7-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FspR7-MIB::ntpServerTest.<ntpServerIp>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FspR7-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FspR7-MIB::ntpServerTest'
Syntax
- Source
- FspR7NtpTest
- Base type
Enumeration
Values & Constraints
Type Values
0 | undefined |
1 | rls |
2 | ntpTest |