MIBs Depot

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

FromSymbols
BCN-SMI-MIBbcnServices
BCN-TC-MIBBcnAlarmSeverity
INET-ADDRESS-MIBInetAddress, InetAddressType, InetPortNumber
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1current
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.1INTEGER {running(1), notRunning(2), starting(3), stopping(4), fault(5)}read-onlycurrent
bcnNtpSystem
OBJECT-IDENTITY
General NTP system information.
1.3.6.1.4.1.13315.3.1.4.2.2current
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.1NTPLeapIndicatorread-onlycurrent
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.2Integer32 (0..255)read-onlycurrent
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.3Integer32read-onlycurrent
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.4DisplayStringread-onlycurrent
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.5DisplayStringread-onlycurrent
bcnNtpSysRefId
OBJECT-TYPE
The particular reference clock.
1.3.6.1.4.1.13315.3.1.4.2.2.6NTPRefIdread-onlycurrent
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.7NTPTimeStampread-onlycurrent
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.8Integer32read-onlycurrent
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.9Unsigned32read-onlycurrent
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.10DisplayStringread-onlycurrent
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.11NTPTimeStampread-onlycurrent
bcnNtpSysSystem
OBJECT-TYPE
The type of the local Operating System
1.3.6.1.4.1.13315.3.1.4.2.2.12DisplayStringread-onlycurrent
bcnNtpSysProcessor
OBJECT-TYPE
The type of the local Processor
1.3.6.1.4.1.13315.3.1.4.2.2.13DisplayStringread-onlycurrent
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.14DisplayStringread-onlycurrent
bcnNtpPeers
OBJECT-IDENTITY
NTP peers information.
1.3.6.1.4.1.13315.3.1.4.2.3current
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.1not-accessiblecurrent
bcnNtpPeersVarEntry
OBJECT-TYPE
A logical row in the bcnNtpPeersVarTable.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1not-accessiblecurrent
bcnNtpPeersAssocId
OBJECT-TYPE
Association ID of the peer.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.1Unsigned32not-accessiblecurrent
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.2TruthValueread-onlycurrent
bcnNtpPeersPeerAddressType
OBJECT-TYPE
The Internet address type of the peer.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.3InetAddressTyperead-onlycurrent
bcnNtpPeersPeerAddress
OBJECT-TYPE
The Internet address of the peer.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.4InetAddressread-onlycurrent
bcnNtpPeersPeerPort
OBJECT-TYPE
16-bit port number of the peer.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.5InetPortNumberread-onlycurrent
bcnNtpPeersHostAddressType
OBJECT-TYPE
The Internet address type of the host.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.6InetAddressTyperead-onlycurrent
bcnNtpPeersHostAddress
OBJECT-TYPE
The Internet address of the host.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.7InetAddressread-onlycurrent
bcnNtpPeersHostPort
OBJECT-TYPE
16-bit port number of the host.
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.8InetPortNumberread-onlycurrent
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.9NTPLeapIndicatorread-onlycurrent
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.10INTEGER {unspecified(0), symmetricActive(1), symmetricPassive(2), client(3), server(4), broadcast(5), reservedControl(6), reservedPrivate(7)}read-onlycurrent
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.11Integer32 (0..255)read-onlycurrent
bcnNtpPeersPeerPoll
OBJECT-TYPE
Poll interval of the peer
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.12Integer32read-onlycurrent
bcnNtpPeersHostPoll
OBJECT-TYPE
Poll interval of the host
1.3.6.1.4.1.13315.3.1.4.2.3.1.1.13Integer32read-onlycurrent
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.14Integer32read-onlycurrent
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.15DisplayStringread-onlycurrent
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.16DisplayStringread-onlycurrent
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.17NTPRefIdread-onlycurrent
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.18NTPTimeStampread-onlycurrent
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.19NTPTimeStampread-onlycurrent
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.20NTPTimeStampread-onlycurrent
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.21NTPTimeStampread-onlycurrent
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.22Unsigned32read-onlycurrent
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.23DisplayStringread-onlycurrent
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.24DisplayStringread-onlycurrent
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.25DisplayStringread-onlycurrent
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.26DisplayStringread-onlycurrent
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.1BcnAlarmSeverityaccessible-for-notifycurrent
bcnNtpAlarmInfo
OBJECT-TYPE
Descriptive information about the alarm event.
1.3.6.1.4.1.13315.3.1.4.3.1.2DisplayStringaccessible-for-notifycurrent
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

NameOIDStatus
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.1current

Conformance

NameOIDStatus
bcnNtpStatusCompliance
MODULE-COMPLIANCE
Basic conformance
1.3.6.1.4.1.13315.3.1.4.4.1.1current
bcnNtpServiceStatusGroup
OBJECT-GROUP
Status conformance.
1.3.6.1.4.1.13315.3.1.4.4.2.1current
bcnNtpSystemGroup
OBJECT-GROUP
System variables conformance.
1.3.6.1.4.1.13315.3.1.4.4.2.2current
bcnNtpPeersGroup
OBJECT-GROUP
Peer variables conformance.
1.3.6.1.4.1.13315.3.1.4.4.2.3current
bcnNtpNotificationEventGroup
NOTIFICATION-GROUP
Server statistics conformance.
1.3.6.1.4.1.13315.3.1.4.4.2.4current
bcnNtpNotificationDataGroup
OBJECT-GROUP
Server statistics conformance.
1.3.6.1.4.1.13315.3.1.4.4.2.5current