BCN-NTP-MIB

File: BCN-NTP-MIB.mib (23896 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC
SNMPv2-CONF BCN-TC-MIB BCN-SMI-MIB

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-IDENTITY
OBJECT-TYPE Integer32 Unsigned32
InetAddress InetAddressType InetPortNumber
TEXTUAL-CONVENTION TruthValue DisplayString
OBJECT-GROUP MODULE-COMPLIANCE NOTIFICATION-GROUP
BcnAlarmSeverity bcnServices

Defined Types

NTPTimeStamp  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

NTPLeapIndicator  
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)
TEXTUAL-CONVENTION    
  INTEGER noWarning(0), addSecond(1), subtractSecond(2), alarm(3)  

NTPRefId  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

BcnNtpPeersVarEntry  
SEQUENCE    
  bcnNtpPeersAssocId Unsigned32
  bcnNtpPeersConfigured TruthValue
  bcnNtpPeersPeerAddressType InetAddressType
  bcnNtpPeersPeerAddress InetAddress
  bcnNtpPeersPeerPort InetPortNumber
  bcnNtpPeersHostAddressType InetAddressType
  bcnNtpPeersHostAddress InetAddress
  bcnNtpPeersHostPort InetPortNumber
  bcnNtpPeersLeap NTPLeapIndicator
  bcnNtpPeersMode INTEGER
  bcnNtpPeersStratum Integer32
  bcnNtpPeersPeerPoll Integer32
  bcnNtpPeersHostPoll Integer32
  bcnNtpPeersPrecision Integer32
  bcnNtpPeersRootDelay DisplayString
  bcnNtpPeersRootDispersion DisplayString
  bcnNtpPeersRefId NTPRefId
  bcnNtpPeersRefTime NTPTimeStamp
  bcnNtpPeersOrgTime NTPTimeStamp
  bcnNtpPeersReceiveTime NTPTimeStamp
  bcnNtpPeersTransmitTime NTPTimeStamp
  bcnNtpPeersReach Unsigned32
  bcnNtpPeersOffset DisplayString
  bcnNtpPeersDelay DisplayString
  bcnNtpPeersDispersion DisplayString
  bcnNtpPeersJitter DisplayString

Defined Values

bcnNtpMIB 1.3.6.1.4.1.13315.3.1.4.1
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
MODULE-IDENTITY    

bcnNtp 1.3.6.1.4.1.13315.3.1.4
OBJECT IDENTIFIER    

bcnNtpObjects 1.3.6.1.4.1.13315.3.1.4.2
OBJECT IDENTIFIER    

bcnNtpNotification 1.3.6.1.4.1.13315.3.1.4.3
OBJECT IDENTIFIER    

bcnNtpConformance 1.3.6.1.4.1.13315.3.1.4.4
OBJECT IDENTIFIER    

bcnNtpServiceStatus 1.3.6.1.4.1.13315.3.1.4.2.1
General state of the NTP Service.
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

bcnNtpSerOperState 1.3.6.1.4.1.13315.3.1.4.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER running(1), notRunning(2), starting(3), stopping(4), fault(5)  

bcnNtpSystem 1.3.6.1.4.1.13315.3.1.4.2.2
General NTP system information.
Status: current Access: read-only
OBJECT-IDENTITY    

bcnNtpSysLeap 1.3.6.1.4.1.13315.3.1.4.2.2.1
Two-bit code warning of an impending leap second to be inserted in the NTP timescale.
Status: current Access: read-only
OBJECT-TYPE    
  NTPLeapIndicator  

bcnNtpSysStratum 1.3.6.1.4.1.13315.3.1.4.2.2.2
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)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

bcnNtpSysPrecision 1.3.6.1.4.1.13315.3.1.4.2.2.3
Signed integer indicating the precision of the various clocks, in seconds to the nearest power of two.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bcnNtpSysRootDelay 1.3.6.1.4.1.13315.3.1.4.2.2.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpSysRootDispersion 1.3.6.1.4.1.13315.3.1.4.2.2.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpSysRefId 1.3.6.1.4.1.13315.3.1.4.2.2.6
The particular reference clock.
Status: current Access: read-only
OBJECT-TYPE    
  NTPRefId  

bcnNtpSysRefTime 1.3.6.1.4.1.13315.3.1.4.2.2.7
The local time when the local clock was last updated. If the local clock has never been synchronized, the value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

bcnNtpSysPoll 1.3.6.1.4.1.13315.3.1.4.2.2.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bcnNtpSysPeer 1.3.6.1.4.1.13315.3.1.4.2.2.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnNtpSysFreq 1.3.6.1.4.1.13315.3.1.4.2.2.10
The clock frequency offset (PPM) This is an ASCII string representing a floating point number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpSysClock 1.3.6.1.4.1.13315.3.1.4.2.2.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

bcnNtpSysSystem 1.3.6.1.4.1.13315.3.1.4.2.2.12
The type of the local Operating System
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpSysProcessor 1.3.6.1.4.1.13315.3.1.4.2.2.13
The type of the local Processor
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpSysJitter 1.3.6.1.4.1.13315.3.1.4.2.2.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpPeers 1.3.6.1.4.1.13315.3.1.4.2.3
NTP peers information.
Status: current Access: read-only
OBJECT-IDENTITY    

bcnNtpPeersVarTable 1.3.6.1.4.1.13315.3.1.4.2.3.1
A table listing the peers known to the server as well as summary information of their state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BcnNtpPeersVarEntry

bcnNtpPeersVarEntry 1.3.6.1.4.1.13315.3.1.4.2.3.1.1
A logical row in the bcnNtpPeersVarTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  BcnNtpPeersVarEntry  

bcnNtpPeersAssocId 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.1
Association ID of the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

bcnNtpPeersConfigured 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.2
This is a bit indicating that the association was created from configuration information and should not be demobilized if the peer becomes unreachable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

bcnNtpPeersPeerAddressType 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.3
The Internet address type of the peer.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

bcnNtpPeersPeerAddress 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.4
The Internet address of the peer.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

bcnNtpPeersPeerPort 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.5
16-bit port number of the peer.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber  

bcnNtpPeersHostAddressType 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.6
The Internet address type of the host.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

bcnNtpPeersHostAddress 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.7
The Internet address of the host.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

bcnNtpPeersHostPort 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.8
16-bit port number of the host.
Status: current Access: read-only
OBJECT-TYPE    
  InetPortNumber  

bcnNtpPeersLeap 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.9
Two-bit code warning of an impending leap second to be inserted in the NTP timescale.
Status: current Access: read-only
OBJECT-TYPE    
  NTPLeapIndicator  

bcnNtpPeersMode 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.10
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unspecified(0), symmetricActive(1), symmetricPassive(2), client(3), server(4), broadcast(5), reservedControl(6), reservedPrivate(7)  

bcnNtpPeersStratum 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.11
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)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

bcnNtpPeersPeerPoll 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.12
Poll interval of the peer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bcnNtpPeersHostPoll 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.13
Poll interval of the host
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bcnNtpPeersPrecision 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.14
The same as the systemPrecision except this is for the peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

bcnNtpPeersRootDelay 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.15
The same as the systemRootDealy except this is for the peer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpPeersRootDispersion 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.16
The same as the systemDispersion except this is for the peer.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpPeersRefId 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.17
The same as the systemRefid except this is for the peer.
Status: current Access: read-only
OBJECT-TYPE    
  NTPRefId  

bcnNtpPeersRefTime 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.18
The same as the systemRefTime except this is for the peer.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

bcnNtpPeersOrgTime 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.19
The local time at the peer when its latest NTP message was sent. If the peer becomes unreachable the value is set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

bcnNtpPeersReceiveTime 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.20
The local time when the latest NTP message from the peer arrived. If the peer becomes unreachable the value is set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

bcnNtpPeersTransmitTime 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.21
The local time at which the NTP message departed the sender.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

bcnNtpPeersReach 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.22
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

bcnNtpPeersOffset 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.23
Filter offset. This is an ASCII string representing a floating point number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpPeersDelay 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.24
Filter delay. This is an ASCII string representing a floating point number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpPeersDispersion 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.25
Filter dispersion. This is an ASCII string representing a floating point number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpPeersJitter 1.3.6.1.4.1.13315.3.1.4.2.3.1.1.26
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

bcnNtpNotificationEvents 1.3.6.1.4.1.13315.3.1.4.3.0
OBJECT IDENTIFIER    

bcnNtpNotificationData 1.3.6.1.4.1.13315.3.1.4.3.1
OBJECT IDENTIFIER    

bcnNtpAlarmSeverity 1.3.6.1.4.1.13315.3.1.4.3.1.1
Severity classification for the alarm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  BcnAlarmSeverity  

bcnNtpAlarmInfo 1.3.6.1.4.1.13315.3.1.4.3.1.2
Descriptive information about the alarm event.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

bcnNtpAlarmNotif 1.3.6.1.4.1.13315.3.1.4.3.0.1
A bcnNtpAlarmNotif signifies that the NTP service has transitioned state or a particular event has been detected on the service.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

bcnNtpServiceCompliances 1.3.6.1.4.1.13315.3.1.4.4.1
OBJECT IDENTIFIER    

bcnNtpServiceGroups 1.3.6.1.4.1.13315.3.1.4.4.2
OBJECT IDENTIFIER    

bcnNtpServiceStatusGroup 1.3.6.1.4.1.13315.3.1.4.4.2.1
Status conformance.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

bcnNtpSystemGroup 1.3.6.1.4.1.13315.3.1.4.4.2.2
System variables conformance.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

bcnNtpPeersGroup 1.3.6.1.4.1.13315.3.1.4.4.2.3
Peer variables conformance.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

bcnNtpNotificationEventGroup 1.3.6.1.4.1.13315.3.1.4.4.2.4
Server statistics conformance.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

bcnNtpNotificationDataGroup 1.3.6.1.4.1.13315.3.1.4.4.2.5
Server statistics conformance.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

bcnNtpStatusCompliance 1.3.6.1.4.1.13315.3.1.4.4.1.1
Basic conformance
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE