NTPv4-MIB: View SNMP OID List / Download MIB
VENDOR: INTERNET-STANDARD
Home | MIB: NTPv4-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ntpSnmpMIB | 1.3.6.1.2.1.197 |
The Management Information Base for NTP time entities. Copyright (c) 2010 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). |
||
ntpEntNotifications | 1.3.6.1.2.1.197.0 | |||
ntpEntNotifModeChange | 1.3.6.1.2.1.197.0.1 |
The notification to be sent when the NTP entity changes mode, including starting and stopping (if possible). |
||
ntpEntNotifStratumChange | 1.3.6.1.2.1.197.0.2 |
The notification to be sent when stratum level of NTP changes. |
||
ntpEntNotifSyspeerChanged | 1.3.6.1.2.1.197.0.3 |
The notification to be sent when a (new) syspeer has been selected. |
||
ntpEntNotifAddAssociation | 1.3.6.1.2.1.197.0.4 |
The notification to be sent when a new association is mobilized. |
||
ntpEntNotifRemoveAssociation | 1.3.6.1.2.1.197.0.5 |
The notification to be sent when an association is demobilized. |
||
ntpEntNotifConfigChanged | 1.3.6.1.2.1.197.0.6 |
The notification to be sent when the NTP configuration has changed, e.g., when the system connected to the Internet and was assigned a new IP address by the ISPs DHCP server. |
||
ntpEntNotifLeapSecondAnnounced | 1.3.6.1.2.1.197.0.7 |
The notification to be sent when a leap second has been announced. |
||
ntpEntNotifHeartbeat | 1.3.6.1.2.1.197.0.8 |
The notification to be sent periodically (as defined by ntpEntHeartbeatInterval) to indicate that the NTP entity is still alive. |
||
ntpSnmpMIBObjects | 1.3.6.1.2.1.197.1 | |||
ntpEntInfo | 1.3.6.1.2.1.197.1.1 | |||
ntpEntSoftwareName | 1.3.6.1.2.1.197.1.1.1 | utf8string | read-only |
The product name of the running NTP version, e.g., 'ntpd'. |
ntpEntSoftwareVersion | 1.3.6.1.2.1.197.1.1.2 | utf8string | read-only |
The software version of the installed NTP implementation as a full version string, e.g., 'ntpd-4.2.0b@1.1433 ...' |
ntpEntSoftwareVendor | 1.3.6.1.2.1.197.1.1.3 | utf8string | read-only |
The vendor/author of the installed NTP version. |
ntpEntSystemType | 1.3.6.1.2.1.197.1.1.4 | utf8string | read-only |
General hardware/os platform information, e.g., 'Linux 2.6.12 / x86'. |
ntpEntTimeResolution | 1.3.6.1.2.1.197.1.1.5 | unsigned32 | read-only |
The time resolution in integer format, where the resolution is represented as divisions of a second, e.g., a value of 1000 translates to 1.0 ms. |
ntpEntTimePrecision | 1.3.6.1.2.1.197.1.1.6 | integer32 | read-only |
The entity's precision in integer format, shows the precision. A value of -5 would mean 2^-5 = 31.25 ms. |
ntpEntTimeDistance | 1.3.6.1.2.1.197.1.1.7 | displaystring | read-only |
The distance from this NTP entity to the root time reference (stratum 0) source including the unit, e.g., '13.243 ms'. |
ntpEntStatus | 1.3.6.1.2.1.197.1.2 | |||
ntpEntStatusCurrentMode | 1.3.6.1.2.1.197.1.2.1 | integer | read-only |
The current mode of the NTP. The definition of each possible value is: notRunning(1) - NTP is not running. notSynchronized(2) - NTP is not synchronized to any time source (stratum = 16). noneConfigured(3) - NTP is not synchronized and does not have a reference configured (stratum = 16). syncToLocal(4) - NTP is distributing time based on its local clock (degraded accuracy and/or reliability). syncToRefclock(5) - NTP is synchronized to a local hardware refclock (e.g., GPS). syncToRemoteServer(6) - NTP is synchronized to a remote NTP server ('upstream' server). unknown(99) - The state of NTP is unknown. Enumeration: 'unknown': 99, 'notSynchronized': 2, 'syncToRemoteServer': 6, 'noneConfigured': 3, 'notRunning': 1, 'syncToLocal': 4, 'syncToRefclock': 5. |
ntpEntStatusStratum | 1.3.6.1.2.1.197.1.2.2 | ntpstratum | read-only |
The NTP entity's own stratum value. Should be a stratum of syspeer + 1 (or 16 if no syspeer). |
ntpEntStatusActiveRefSourceId | 1.3.6.1.2.1.197.1.2.3 | unsigned32 | read-only |
The association ID of the current syspeer. |
ntpEntStatusActiveRefSourceName | 1.3.6.1.2.1.197.1.2.4 | utf8string | read-only |
The hostname/descriptive name of the current reference source selected as syspeer, e.g., 'ntp1.ptb.de' or 'GPS' or 'DCFi', ... |
ntpEntStatusActiveOffset | 1.3.6.1.2.1.197.1.2.5 | displaystring | read-only |
The time offset to the current selected reference time source as a string including unit, e.g., '0.032 ms' or '1.232 s'. |
ntpEntStatusNumberOfRefSources | 1.3.6.1.2.1.197.1.2.6 | unsigned32 | read-only |
The number of reference sources configured for NTP. |
ntpEntStatusDispersion | 1.3.6.1.2.1.197.1.2.7 | displaystring | read-only |
The root dispersion of the running NTP entity, e.g., '6.927'. |
ntpEntStatusEntityUptime | 1.3.6.1.2.1.197.1.2.8 | timeticks | read-only |
The uptime of the NTP entity, (i.e., the time since ntpd was (re-)initialized not sysUptime!). The time is represented in hundreds of seconds since Jan 1, 1970 (00:00:00.000) UTC. |
ntpEntStatusDateTime | 1.3.6.1.2.1.197.1.2.9 | ntpdatetime | read-only |
The current NTP date/time on the device, in 128-bit NTP date format. If time is not syncronized, this field shall be a zero-length string. This object can be used to timestamp events on this node and allow a management station to correlate different time objects. For example, a management station could query this object and sysUpTime in the same operation to be able to relate sysUpTime to NTP time. This object is not to be used to set the time of the node querying this object. NTP should be used for this -- or at least SNTP. |
ntpEntStatusLeapSecond | 1.3.6.1.2.1.197.1.2.10 | ntpdatetime | read-only |
Date the next known leap second will occur. If there is no leap second announced, then this object should be 0. |
ntpEntStatusLeapSecDirection | 1.3.6.1.2.1.197.1.2.11 | integer32 | read-only |
Direction of next known leap second. If there is no leap second announced, then this object should be 0. |
ntpEntStatusInPkts | 1.3.6.1.2.1.197.1.2.12 | counter32 | read-only |
The total number of NTP messages delivered to the NTP entity from the transport service. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpEntStatusOutPkts | 1.3.6.1.2.1.197.1.2.13 | counter32 | read-only |
The total number of NTP messages delivered to the transport service by this NTP entity. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpEntStatusBadVersion | 1.3.6.1.2.1.197.1.2.14 | counter32 | read-only |
The total number of NTP messages that were delivered to this NTP entity and were for an unsupported NTP version. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpEntStatusProtocolError | 1.3.6.1.2.1.197.1.2.15 | counter32 | read-only |
The total number of NTP messages that were delivered to this NTP entity and this entity was not able to process due to an NTP protocol error. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpEntStatusNotifications | 1.3.6.1.2.1.197.1.2.16 | counter32 | read-only |
The total number of SNMP notifications that this NTP entity has generated. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpEntStatPktModeTable | 1.3.6.1.2.1.197.1.2.17 | no-access |
The number of packets sent and received by packet mode. One entry per packet mode. |
|
1.3.6.1.2.1.197.1.2.17.1 | no-access |
A statistical record of the number of packets sent and received for each packet mode. |
||
ntpEntStatPktMode | 1.3.6.1.2.1.197.1.2.17.1.1 | integer | no-access |
The NTP packet mode. Enumeration: 'broadcastserver': 5, 'server': 4, 'client': 3, 'symetricpassive': 2, 'broadcastclient': 6, 'symetricactive': 1. |
ntpEntStatPktSent | 1.3.6.1.2.1.197.1.2.17.1.2 | counter32 | read-only |
The number of NTP packets sent with this packet mode. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpEntStatPktReceived | 1.3.6.1.2.1.197.1.2.17.1.3 | counter32 | read-only |
The number of NTP packets received with this packet mode. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpAssociation | 1.3.6.1.2.1.197.1.3 | |||
ntpAssociationTable | 1.3.6.1.2.1.197.1.3.1 | no-access |
The table of currently mobilized associations. |
|
1.3.6.1.2.1.197.1.3.1.1 | no-access |
The table entry of currently mobilized associations. |
||
ntpAssocId | 1.3.6.1.2.1.197.1.3.1.1.1 | unsigned32 | no-access |
The association ID. This is an internal, unique ID. |
ntpAssocName | 1.3.6.1.2.1.197.1.3.1.1.2 | utf8string | read-only |
The hostname or other descriptive name for the association. |
ntpAssocRefId | 1.3.6.1.2.1.197.1.3.1.1.3 | displaystring | read-only |
The refclock driver ID, if available. |
ntpAssocAddressType | 1.3.6.1.2.1.197.1.3.1.1.4 | inetaddresstype | read-only |
The type of address of the association. Can be either IPv4 or IPv6 (both with or without zone index) and contains the type of address for unicast, multicast, and broadcast associations. |
ntpAssocAddress | 1.3.6.1.2.1.197.1.3.1.1.5 | inetaddress | read-only |
The IP address (IPv4 or IPv6, with or without zone index) of the association. The type and size depends on the ntpAssocAddressType object. Represents the IP address of a uni/multi/broadcast association. |
ntpAssocOffset | 1.3.6.1.2.1.197.1.3.1.1.6 | displaystring | read-only |
The time offset to the association as a string. |
ntpAssocStratum | 1.3.6.1.2.1.197.1.3.1.1.7 | ntpstratum | read-only |
The association stratum value. |
ntpAssocStatusJitter | 1.3.6.1.2.1.197.1.3.1.1.8 | displaystring | read-only |
The jitter in milliseconds as a string. |
ntpAssocStatusDelay | 1.3.6.1.2.1.197.1.3.1.1.9 | displaystring | read-only |
The network delay in milliseconds as a string. |
ntpAssocStatusDispersion | 1.3.6.1.2.1.197.1.3.1.1.10 | displaystring | read-only |
The root dispersion of the association. |
ntpAssociationStatisticsTable | 1.3.6.1.2.1.197.1.3.2 | no-access |
The table of statistics for current associations. |
|
1.3.6.1.2.1.197.1.3.2.1 | no-access |
The table entry of statistics for current associations. |
||
ntpAssocStatInPkts | 1.3.6.1.2.1.197.1.3.2.1.1 | counter32 | read-only |
The total number of NTP messages delivered to the NTP entity from this association. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpAssocStatOutPkts | 1.3.6.1.2.1.197.1.3.2.1.2 | counter32 | read-only |
The total number of NTP messages delivered to the transport service by this NTP entity for this association. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpAssocStatProtocolError | 1.3.6.1.2.1.197.1.3.2.1.3 | counter32 | read-only |
The total number of NTP messages that were delivered to this NTP entity from this association and this entity was not able to process due to an NTP protocol error. Discountinuities in the value of this counter can occur upon cold start or reinitialization of the NTP entity, the management system and at other times as indicated by discontinuities in the value of sysUpTime. |
ntpEntControl | 1.3.6.1.2.1.197.1.4 | |||
ntpEntHeartbeatInterval | 1.3.6.1.2.1.197.1.4.1 | unsigned32 | read-write |
The interval at which the ntpEntNotifHeartbeat notification should be sent, in seconds. If set to 0 and the entNotifHeartbeat bit in ntpEntNotifBits is 1, then ntpEntNotifHeartbeat is sent once. This value is stored persistently and will be restored to its last set value upon cold start or restart. |
ntpEntNotifBits | 1.3.6.1.2.1.197.1.4.2 | bits | read-write |
A bit for each notification. A 1 for a particular bit enables that particular notification, a 0 disables it. This value is stored persistently and will be restored to its last set value upon cold start or restart. Bits: 'entNotifLeapSecondAnnounced': 7, 'entNotifHeartbeat': 8, 'entNotifAddAssociation': 4, 'entNotifModeChange': 1, 'entNotifConfigChanged': 6, 'notUsed': 0, 'entNotifStratumChange': 2, 'entNotifRemoveAssociation': 5, 'entNotifSyspeerChanged': 3. |
ntpEntNotifObjects | 1.3.6.1.2.1.197.1.5 | |||
ntpEntNotifMessage | 1.3.6.1.2.1.197.1.5.1 | utf8string | no-access |
Used as a payload object for all notifications. Holds a cleartext event message. |
ntpEntConformance | 1.3.6.1.2.1.197.2 | |||
ntpEntCompliances | 1.3.6.1.2.1.197.2.1 | |||
ntpEntNTPCompliance | 1.3.6.1.2.1.197.2.1.1 |
The compliance statement for SNMP entities that use NTP and implement the NTP MIB. |
||
ntpEntSNTPCompliance | 1.3.6.1.2.1.197.2.1.2 |
The compliance statement for SNMP entities that use SNTP and implement the NTP MIB. |
||
ntpEntGroups | 1.3.6.1.2.1.197.2.2 | |||
ntpEntObjectsGroup1 | 1.3.6.1.2.1.197.2.2.1 |
A collection of objects for the NTP MIB. |
||
ntpEntObjectsGroup2 | 1.3.6.1.2.1.197.2.2.2 |
A collection of objects for the NTP MIB. |
||
ntpEntNotifGroup | 1.3.6.1.2.1.197.2.2.3 |
A collection of notifications for the NTP MIB |