NTP-MIB

File: NTP-MIB.mib (17260 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

Integer32 IpAddress MODULE-IDENTITY
OBJECT-TYPE Unsigned32 enterprises
TEXTUAL-CONVENTION TruthValue

Defined Types

NTPTimeStamp  
Tok_String
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

NTPLeapIndicator  
Tok_String
TEXTUAL-CONVENTION    
  INTEGER noWarning(0), addSecond(1), subtractSecond(2), alarm(3)  

NtpPeersVarEntry  
SEQUENCE    
  ntpPeersAssocId Unsigned32
  ntpPeersConfigured TruthValue
  ntpPeersPeerAddress IpAddress
  ntpPeersPeerPort Unsigned32
  ntpPeersHostAddress IpAddress
  ntpPeersHostPort Unsigned32
  ntpPeersLeap NTPLeapIndicator
  ntpPeersMode INTEGER
  ntpPeersStratum Integer32
  ntpPeersPeerPoll Integer32
  ntpPeersHostPoll Integer32
  ntpPeersPrecision Integer32
  ntpPeersRootDelay OCTET STRING
  ntpPeersRootDispersion OCTET STRING
  ntpPeersRefId OCTET STRING
  ntpPeersRefTime NTPTimeStamp
  ntpPeersOrgTime NTPTimeStamp
  ntpPeersReceiveTime NTPTimeStamp
  ntpPeersTransmitTime NTPTimeStamp
  ntpPeersUpdateTime NTPTimeStamp
  ntpPeersReach Unsigned32
  ntpPeersTimer Integer32
  ntpPeersOffset OCTET STRING
  ntpPeersDelay OCTET STRING
  ntpPeersDispersion OCTET STRING

NtpFilterPeersVarEntry  
SEQUENCE    
  ntpFilterValidEntries Integer32

NtpFilterRegisterEntry  
SEQUENCE    
  ntpFilterIndex Unsigned32
  ntpFilterPeersOffset OCTET STRING
  ntpFilterPeersDelay OCTET STRING
  ntpFilterPeersDispersion OCTET STRING

Defined Values

ntpMIB 1.3.6.1.4.1.1277.3
This MIB module defines a MIB which provides mechanisms to monitor and control an NTP server.
MODULE-IDENTITY    

udel 1.3.6.1.4.1.1277
OBJECT IDENTIFIER    

ntpSystem 1.3.6.1.4.1.1277.3.1
OBJECT IDENTIFIER    

ntpPeers 1.3.6.1.4.1.1277.3.2
OBJECT IDENTIFIER    

ntpFilter 1.3.6.1.4.1.1277.3.3
OBJECT IDENTIFIER    

ntpSysLeap 1.3.6.1.4.1.1277.3.1.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  

ntpSysStratum 1.3.6.1.4.1.1277.3.1.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  

ntpSysPrecision 1.3.6.1.4.1.1277.3.1.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  

ntpSysRootDelay 1.3.6.1.4.1.1277.3.1.4
the total roundtrip delay to the primary reference source at the root of the synchronization subnet, in seconds
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpSysRootDispersion 1.3.6.1.4.1.1277.3.1.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
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpSysRefId 1.3.6.1.4.1.1277.3.1.6
the particular reference clock. In the case of stratum 0 (unspecified) or stratum 1 (primary reference source), this is a four-octet, left-justified,zero-padded ASCII string.In the case of stratum 2 and greater (secondary reference) this is the four-octet Internet address of the peer selected for synchronization.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpSysRefTime 1.3.6.1.4.1.1277.3.1.7
the local time when the local clock was last updated. If the local clock has neverbeen synchronized, the value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

ntpSysPoll 1.3.6.1.4.1.1277.3.1.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  

ntpSysPeer 1.3.6.1.4.1.1277.3.1.9
the current synchronization source. Usually this will be a pointer to a structure containing the peer variables. The special value NULL indicates there is no currently valid synchronization source.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ntpSysPhase 1.3.6.1.4.1.1277.3.1.10
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpSysFreq 1.3.6.1.4.1.1277.3.1.11
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpSysError 1.3.6.1.4.1.1277.3.1.12
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpSysClock 1.3.6.1.4.1.1277.3.1.13
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  

ntpSysSystem 1.3.6.1.4.1.1277.3.1.14
the type of the local Operating System
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpSysProcessor 1.3.6.1.4.1.1277.3.1.15
the type of the local Processor
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpPeersVarTable 1.3.6.1.4.1.1277.3.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpPeersVarEntry

ntpPeersVarEntry 1.3.6.1.4.1.1277.3.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  NtpPeersVarEntry  

ntpPeersAssocId 1.3.6.1.4.1.1277.3.2.1.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ntpPeersConfigured 1.3.6.1.4.1.1277.3.2.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  

ntpPeersPeerAddress 1.3.6.1.4.1.1277.3.2.1.1.3
the Internet address of the peer
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ntpPeersPeerPort 1.3.6.1.4.1.1277.3.2.1.1.4
16-bit port number of the peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ntpPeersHostAddress 1.3.6.1.4.1.1277.3.2.1.1.5
the Internet address of the host
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ntpPeersHostPort 1.3.6.1.4.1.1277.3.2.1.1.6
16-bit port number of the host
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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

ntpPeersMode 1.3.6.1.4.1.1277.3.2.1.1.8
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)  

ntpPeersStratum 1.3.6.1.4.1.1277.3.2.1.1.9
indicating 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  

ntpPeersPeerPoll 1.3.6.1.4.1.1277.3.2.1.1.10
poll interval of the peer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ntpPeersHostPoll 1.3.6.1.4.1.1277.3.2.1.1.11
poll interval of the host
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ntpPeersPrecision 1.3.6.1.4.1.1277.3.2.1.1.12
the same as the systemPrecision except this is for the peer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ntpPeersRootDelay 1.3.6.1.4.1.1277.3.2.1.1.13
the same as the systemRootDealy except this is for the peer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpPeersRootDispersion 1.3.6.1.4.1.1277.3.2.1.1.14
the same as the systemDispersion except this is for the peer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpPeersRefId 1.3.6.1.4.1.1277.3.2.1.1.15
the same as the systemRefid except this is for the peer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpPeersRefTime 1.3.6.1.4.1.1277.3.2.1.1.16
the same as the systemRefTime except this is for the peer
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

ntpPeersOrgTime 1.3.6.1.4.1.1277.3.2.1.1.17
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  

ntpPeersReceiveTime 1.3.6.1.4.1.1277.3.2.1.1.18
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  

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

ntpPeersUpdateTime 1.3.6.1.4.1.1277.3.2.1.1.20
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

ntpPeersReach 1.3.6.1.4.1.1277.3.2.1.1.21
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  

ntpPeersTimer 1.3.6.1.4.1.1277.3.2.1.1.22
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ntpPeersOffset 1.3.6.1.4.1.1277.3.2.1.1.23
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpPeersDelay 1.3.6.1.4.1.1277.3.2.1.1.24
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpPeersDispersion 1.3.6.1.4.1.1277.3.2.1.1.25
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpFilterPeersVarTable 1.3.6.1.4.1.1277.3.3.1
This table is an extension of the Peer Variables Table in the Peer Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpFilterPeersVarEntry

ntpFilterPeersVarEntry 1.3.6.1.4.1.1277.3.3.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  NtpFilterPeersVarEntry  

ntpFilterValidEntries 1.3.6.1.4.1.1277.3.3.1.1.1
The number of valid entries for a peer in the Filter Register Table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ntpFilterRegisterTable 1.3.6.1.4.1.1277.3.3.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NtpFilterRegisterEntry

ntpFilterRegisterEntry 1.3.6.1.4.1.1277.3.3.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  NtpFilterRegisterEntry  

ntpFilterIndex 1.3.6.1.4.1.1277.3.3.2.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

ntpFilterPeersOffset 1.3.6.1.4.1.1277.3.3.2.1.2
the offset of the peer clock relative to the local clock in seconds
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpFilterPeersDelay 1.3.6.1.4.1.1277.3.3.2.1.3
roundtrip delay of the peer clock relative to the local clock over the network path between them, in seconds. this variable can take on both positive and negative values, depending on clock precision and skew-error accumulation.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ntpFilterPeersDispersion 1.3.6.1.4.1.1277.3.3.2.1.4
the maximum error of the peer clock relative to the local clock over the network path between them, in seconds. Only positive values greater than zero are possible.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING