BCN-NTP-MIB
- Registered at
- 1.3.6.1.4.1.13315.3.1.4
- Last updated
- 2010-12-15 00:00
- Organization
- BlueCat Networks
- Revisions
- 2010-12-15 00:00
- Namespace
- bluecatnetworks
- Source file
BCN-NTP-MIB- Digest
sha256:8233e5bcdc27d8ae2674ac4275218fffbd3c27b0b92c2d870f1d95c44b7c4886
Description
This module provides status as well as statistical information about the NTP service. Most of the OIDs defined on this MIB are based on the work done by A.S. Sethi and Dave Mills in the University of Delaware and published as: Management of the Network Time Protocol (NTP) with SNMP Technical Report No. 98-09 Other references used in the creation of this MIB are RFC-1305 and RFC-5905
Contact
BlueCat Networks. Customer Care. North America Call: +1.866.491.2228 Europe Call: +44.8081.011.306 Other Call: +1.416.646.8433 Email: support@bluecatnetworks.com
Imports
| From | Symbols |
|---|---|
| BCN-SMI-MIB | bcnServices |
| BCN-TC-MIB | BcnAlarmSeverity |
| INET-ADDRESS-MIB | InetAddress, InetAddressType, InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BCN-NTP-MIB BCN-SMI-MIB BCN-TC-MIB BLUECATNETWORKS-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| NTPLeapIndicator TEXTUAL-CONVENTION This is a two-bit code warning of an impending leap second to be inserted in the NTP timescale. The bits are set before 23:59 on the day of insertion and reset after 00:00 on the following day. This causes the number of seconds (rollover interval) in the day of insertion to be increased or decreased by one. In the case of primary servers the bits are set by operator intervention, while in the case of secondary servers the bits are set by the protocol. The two bits, bit 0 and bit 1, respectively, are coded as follows: 00, no warning 01, last minute has 61 seconds 10, last minute has 59 seconds 11, alarm condition (clock not synchronized) | current | |||
| NTPRefId TEXTUAL-CONVENTION 32-bit code identifying the particular server or reference clock. The interpretation depends on the value in the stratum field. For packet stratum 0 (unspecified or invalid), this is a four-character ASCII string. For stratum 1 (reference clock), this is a four-octet, left-justified, zero-padded ASCII string assigned to the reference clock. Above stratum 1 (secondary servers and clients): this is the reference identifier of the server and can be used to detect timing loops. If using the IPv4 address family, the identifier is the four- octet IPv4 address. If using the IPv6 address family, it is the first four octets of the MD5 hash of the IPv6 address. | current | |||
| NTPTimeStamp TEXTUAL-CONVENTION NTP timestamps are represented as a 64-bit unsigned fixed-point number, in seconds relative to 00:00 on 1 January 1900. The integer part is in the first 32 bits and the fraction part is in the last 32 bits. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| bcnNtp OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4 | |||
| bcnNtpObjects OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4.2 | |||
| bcnNtpServiceStatus OBJECT-IDENTITY General state of the NTP Service. | 1.3.6.1.4.1.13315.3.1.4.2.1 | current | ||
| bcnNtpSerOperState OBJECT-TYPE Operational state of the Service. The possible states are: running(1) The service is running normally. notRunning(2) The service is stopped either intentionally (i.e.: the service is not supposed to run on this node) or unintentionally (a problem has occurred). starting(3) The service is in the process of starting, either for the first time of after an event occurred. stopping(4) The service is in the process of stopping. Stopping a service might be necessary after a configuration change. fault(5) An error has been detected and the state is undefined. | 1.3.6.1.4.1.13315.3.1.4.2.1.1 | INTEGER {running(1), notRunning(2), starting(3), stopping(4), fault(5)} | read-only | current |
| bcnNtpSystem OBJECT-IDENTITY General NTP system information. | 1.3.6.1.4.1.13315.3.1.4.2.2 | current | ||
| bcnNtpSysLeap OBJECT-TYPE Two-bit code warning of an impending leap second to be inserted in the NTP timescale. | 1.3.6.1.4.1.13315.3.1.4.2.2.1 | NTPLeapIndicator | read-only | current |
| bcnNtpSysStratum OBJECT-TYPE Indicating the stratum of the local clock. 0, unspecified 1, primary reference (e.g., calibrated atomic clock, radio clock) 2-255, secondary reference (via NTP) | 1.3.6.1.4.1.13315.3.1.4.2.2.2 | Integer32 (0..255) | read-only | current |
| bcnNtpSysPrecision OBJECT-TYPE Signed integer indicating the precision of the various clocks, in seconds to the nearest power of two. | 1.3.6.1.4.1.13315.3.1.4.2.2.3 | Integer32 | read-only | current |
| bcnNtpSysRootDelay OBJECT-TYPE The total roundtrip delay to the primary reference source at the root of the synchronization subnet, in seconds. This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.2.4 | DisplayString | read-only | current |
| bcnNtpSysRootDispersion OBJECT-TYPE The maximum error relative to the primary reference source at the root of the synchronization subnet, in seconds. Only positive values greater than zero are possible. This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.2.5 | DisplayString | read-only | current |
| bcnNtpSysRefId OBJECT-TYPE The particular reference clock. | 1.3.6.1.4.1.13315.3.1.4.2.2.6 | NTPRefId | read-only | current |
| bcnNtpSysRefTime OBJECT-TYPE The local time when the local clock was last updated. If the local clock has never been synchronized, the value is zero. | 1.3.6.1.4.1.13315.3.1.4.2.2.7 | NTPTimeStamp | read-only | current |
| bcnNtpSysPoll OBJECT-TYPE The minimum interval between transmitted messages, in seconds as a power of two. For instance, a value of six indicates a minimum interval of 64 seconds. | 1.3.6.1.4.1.13315.3.1.4.2.2.8 | Integer32 | read-only | current |
| bcnNtpSysPeer OBJECT-TYPE The current synchronization source. This is the association ID of the system peer. The special value NULL indicates there is no currently valid synchronization source. | 1.3.6.1.4.1.13315.3.1.4.2.2.9 | Unsigned32 | read-only | current |
| bcnNtpSysFreq OBJECT-TYPE The clock frequency offset (PPM) This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.2.10 | DisplayString | read-only | current |
| bcnNtpSysClock OBJECT-TYPE The current local time. Local time is derived from the hardware clock of the particular machine and increments at intervals depending on the design used. | 1.3.6.1.4.1.13315.3.1.4.2.2.11 | NTPTimeStamp | read-only | current |
| bcnNtpSysSystem OBJECT-TYPE The type of the local Operating System | 1.3.6.1.4.1.13315.3.1.4.2.2.12 | DisplayString | read-only | current |
| bcnNtpSysProcessor OBJECT-TYPE The type of the local Processor | 1.3.6.1.4.1.13315.3.1.4.2.2.13 | DisplayString | read-only | current |
| bcnNtpSysJitter OBJECT-TYPE Indicates how much the individual pulses vary from second to second (as measured by the operating system's clock). This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.2.14 | DisplayString | read-only | current |
| bcnNtpPeers OBJECT-IDENTITY NTP peers information. | 1.3.6.1.4.1.13315.3.1.4.2.3 | current | ||
| bcnNtpPeersVarTable OBJECT-TYPE A table listing the peers known to the server as well as summary information of their state. | 1.3.6.1.4.1.13315.3.1.4.2.3.1 | not-accessible | current | |
| bcnNtpPeersVarEntry OBJECT-TYPE A logical row in the bcnNtpPeersVarTable. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1 | not-accessible | current | |
| bcnNtpPeersAssocId OBJECT-TYPE Association ID of the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.1 | Unsigned32 | not-accessible | current |
| bcnNtpPeersConfigured OBJECT-TYPE This is a bit indicating that the association was created from configuration information and should not be demobilized if the peer becomes unreachable. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.2 | TruthValue | read-only | current |
| bcnNtpPeersPeerAddressType OBJECT-TYPE The Internet address type of the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.3 | InetAddressType | read-only | current |
| bcnNtpPeersPeerAddress OBJECT-TYPE The Internet address of the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.4 | InetAddress | read-only | current |
| bcnNtpPeersPeerPort OBJECT-TYPE 16-bit port number of the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.5 | InetPortNumber | read-only | current |
| bcnNtpPeersHostAddressType OBJECT-TYPE The Internet address type of the host. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.6 | InetAddressType | read-only | current |
| bcnNtpPeersHostAddress OBJECT-TYPE The Internet address of the host. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.7 | InetAddress | read-only | current |
| bcnNtpPeersHostPort OBJECT-TYPE 16-bit port number of the host. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.8 | InetPortNumber | read-only | current |
| bcnNtpPeersLeap OBJECT-TYPE Two-bit code warning of an impending leap second to be inserted in the NTP timescale. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.9 | NTPLeapIndicator | read-only | current |
| bcnNtpPeersMode OBJECT-TYPE The association mode,with values coded as follows: 0, unspecified 1, symmetric active 2, symmetric passive 3, client 4, server 5, broadcast 6, reserved for NTP control messages 7, reserved for private use | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.10 | INTEGER {unspecified(0), symmetricActive(1), symmetricPassive(2), client(3), server(4), broadcast(5), reservedControl(6), reservedPrivate(7)} | read-only | current |
| bcnNtpPeersStratum OBJECT-TYPE Indicates the stratum of the peer clock. 0, unspecified 1, primary reference (e.g., calibrated atomic clock, radio clock) 2-255, secondary reference (via NTP) | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.11 | Integer32 (0..255) | read-only | current |
| bcnNtpPeersPeerPoll OBJECT-TYPE Poll interval of the peer | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.12 | Integer32 | read-only | current |
| bcnNtpPeersHostPoll OBJECT-TYPE Poll interval of the host | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.13 | Integer32 | read-only | current |
| bcnNtpPeersPrecision OBJECT-TYPE The same as the systemPrecision except this is for the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.14 | Integer32 | read-only | current |
| bcnNtpPeersRootDelay OBJECT-TYPE The same as the systemRootDealy except this is for the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.15 | DisplayString | read-only | current |
| bcnNtpPeersRootDispersion OBJECT-TYPE The same as the systemDispersion except this is for the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.16 | DisplayString | read-only | current |
| bcnNtpPeersRefId OBJECT-TYPE The same as the systemRefid except this is for the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.17 | NTPRefId | read-only | current |
| bcnNtpPeersRefTime OBJECT-TYPE The same as the systemRefTime except this is for the peer. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.18 | NTPTimeStamp | read-only | current |
| bcnNtpPeersOrgTime OBJECT-TYPE The local time at the peer when its latest NTP message was sent. If the peer becomes unreachable the value is set to zero. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.19 | NTPTimeStamp | read-only | current |
| bcnNtpPeersReceiveTime OBJECT-TYPE The local time when the latest NTP message from the peer arrived. If the peer becomes unreachable the value is set to zero. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.20 | NTPTimeStamp | read-only | current |
| bcnNtpPeersTransmitTime OBJECT-TYPE The local time at which the NTP message departed the sender. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.21 | NTPTimeStamp | read-only | current |
| bcnNtpPeersReach OBJECT-TYPE A shift register of NTP.WINDOW bits used to determine the reachability status of the peer, with bits entering from the least significant (rightmost) end. A peer is considered reachable if at least one bit in this register is set to one. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.22 | Unsigned32 | read-only | current |
| bcnNtpPeersOffset OBJECT-TYPE Filter offset. This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.23 | DisplayString | read-only | current |
| bcnNtpPeersDelay OBJECT-TYPE Filter delay. This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.24 | DisplayString | read-only | current |
| bcnNtpPeersDispersion OBJECT-TYPE Filter dispersion. This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.25 | DisplayString | read-only | current |
| bcnNtpPeersJitter OBJECT-TYPE bcnNtpPeersJitter indicates how much the individual pulses vary from second to second (as measured by the operating system's clock). This is an ASCII string representing a floating point number. | 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.26 | DisplayString | read-only | current |
| bcnNtpNotification OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4.3 | |||
| bcnNtpNotificationEvents OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4.3.0 | |||
| bcnNtpNotificationData OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4.3.1 | |||
| bcnNtpAlarmSeverity OBJECT-TYPE Severity classification for the alarm. | 1.3.6.1.4.1.13315.3.1.4.3.1.1 | BcnAlarmSeverity | accessible-for-notify | current |
| bcnNtpAlarmInfo OBJECT-TYPE Descriptive information about the alarm event. | 1.3.6.1.4.1.13315.3.1.4.3.1.2 | DisplayString | accessible-for-notify | current |
| bcnNtpConformance OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4.4 | |||
| bcnNtpServiceCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4.4.1 | |||
| bcnNtpServiceGroups OBJECT-IDENTITY | 1.3.6.1.4.1.13315.3.1.4.4.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| bcnNtpAlarmNotif NOTIFICATION-TYPE A bcnNtpAlarmNotif signifies that the NTP service has transitioned state or a particular event has been detected on the service. | 1.3.6.1.4.1.13315.3.1.4.3.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| bcnNtpStatusCompliance MODULE-COMPLIANCE Basic conformance | 1.3.6.1.4.1.13315.3.1.4.4.1.1 | current |
| bcnNtpServiceStatusGroup OBJECT-GROUP Status conformance. | 1.3.6.1.4.1.13315.3.1.4.4.2.1 | current |
| bcnNtpSystemGroup OBJECT-GROUP System variables conformance. | 1.3.6.1.4.1.13315.3.1.4.4.2.2 | current |
| bcnNtpPeersGroup OBJECT-GROUP Peer variables conformance. | 1.3.6.1.4.1.13315.3.1.4.4.2.3 | current |
| bcnNtpNotificationEventGroup NOTIFICATION-GROUP Server statistics conformance. | 1.3.6.1.4.1.13315.3.1.4.4.2.4 | current |
| bcnNtpNotificationDataGroup OBJECT-GROUP Server statistics conformance. | 1.3.6.1.4.1.13315.3.1.4.4.2.5 | current |