XEDIA-NETWORK-TIME-PROTOCOL-MIB

File: XEDIA-NETWORK-TIME-PROTOCOL-MIB.mib (29744 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
XEDIA-REG

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress Counter32 TEXTUAL-CONVENTION
RowStatus DisplayString MODULE-COMPLIANCE
OBJECT-GROUP xediaMibs

Defined Types

XntpIpAddress  
An IPv4 address.
TEXTUAL-CONVENTION    
  IpAddress  

XntpPort  
A UDP port number.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

XntpDateAndTime  
The value of an NTP time stamp. The value is expressed in date and time format in the UTC timescale. The accuracy of the time is in microseconds. The value is expressed as: 'yyyy/mm/dd hh:mm:ss:uuuuuu' where: y = year, m = month, d = day, h = hour, m = minute, s = second, and u = microsecond.
TEXTUAL-CONVENTION    
  DisplayString Size(26)  

XntpSeconds  
A value expressed in positive or negative seconds and microseconds.
TEXTUAL-CONVENTION    
  DisplayString Size(13)  

XntpAssociationMode  
The association mode indicates the mode of the peer with which the local system is syncronizing. +--------------------+-------+ | ASSOCIATION TYPE | VALUE | +--------------------+-------+ UNSPECIFIED 0 SYMMETRIC ACTIVE 1 SYMMETRIC PASSIVE 2 CLIENT 3 SERVER 4
TEXTUAL-CONVENTION    
  INTEGER unspecifed(0), symActive(1), symPassive(2), client(3), server(4)  

XntpLeapIndication  
The leap indicator indicates leap second warning and syncronization status. +--------------------+-------+ | LEAP INDICATIONS | VALUE | +--------------------+-------+ NO WARNING 0 LAST MINUTE HAS 61 SECS 1 LAST MINUTE HAS 59 SECS 2 UNSYNCRONIZED 3
TEXTUAL-CONVENTION    
  INTEGER noWarning(0), insertSecond(1), deleteSecond(2), unsyncronized(3)  

XntpCounter  
A 32 bit counter.
TEXTUAL-CONVENTION    
  Counter32  

XntpAssociationCondition  
Indicates the condition of the peer after the last run of the algorithm to select the syncronization source. +--------------------+-------+ | CONDITION | VALUE | +--------------------+-------+ REJECTED 0 FALSETICKER 1 ELIMINATED 2 OUTLYER 3 SYNCCANDIDATE 4 DISTSYSPEER 5 SYSPEER 6
TEXTUAL-CONVENTION    
  INTEGER rejected(0), eliminated(1), falseticker(2), outlyer(3), syncCandidate(4), distSysPeer(5), sysPeer(6)  

XntpReachability  
An octal representation of the reachability register.
TEXTUAL-CONVENTION    
  INTEGER  

XntpServerEntry  
SEQUENCE    
  xntpServer XntpIpAddress
  xntpServerVersion Integer32
  xntpServerMinPoll Integer32
  xntpServerMaxPoll Integer32
  xntpServerRowStatus RowStatus

XntpSAPeerEntry  
SEQUENCE    
  xntpSAPeer XntpIpAddress
  xntpSAPeerVersion Integer32
  xntpSAPeerMinPoll Integer32
  xntpSAPeerMaxPoll Integer32
  xntpSAPeerRowStatus RowStatus

XntpAssocEntry  
SEQUENCE    
  xntpAssocPeerAddr XntpIpAddress
  xntpAssocPeerPort XntpPort
  xntpAssocPeerPoll Integer32
  xntpAssocHostAddr XntpIpAddress
  xntpAssocHostPort XntpPort
  xntpAssocHostPoll Integer32
  xntpAssocHostMode XntpAssociationMode
  xntpAssocPeerMode XntpAssociationMode
  xntpAssocPeerStratum Integer32
  xntpAssocPeerPrecision Integer32
  xntpAssocPeerLeap XntpLeapIndication
  xntpAssocPeerCondition XntpAssociationCondition
  xntpAssocPeerConfig INTEGER
  xntpAssocPeerRootDelay XntpSeconds
  xntpAssocPeerRootDispersion XntpSeconds
  xntpAssocPeerOffset XntpSeconds
  xntpAssocPeerDelay XntpSeconds
  xntpAssocPeerDispersion XntpSeconds
  xntpAssocPeerReachability XntpReachability
  xntpAssocPeerRefrTimestamp XntpDateAndTime
  xntpAssocPeerXmitTimestamp XntpDateAndTime
  xntpAssocPeerOrigTimestamp XntpDateAndTime
  xntpAssocPeerRecvTimestamp XntpDateAndTime

Defined Values

xediaNetworkTimeProtocolMIB 1.3.6.1.4.1.838.3.26
This module defines objects for the management of Xedia's implementation of the Network Time Protocol. This imlementation is based on RFC1305 and its successors. The purpose of the Network Time Protocol is to allow Internet hosts to syncronize to Universal Coordinated Time (UTC) through a set of distributed time servers.
MODULE-IDENTITY    

xntpObjects 1.3.6.1.4.1.838.3.26.1
OBJECT IDENTIFIER    

xntpConformance 1.3.6.1.4.1.838.3.26.2
OBJECT IDENTIFIER    

xntpSystem 1.3.6.1.4.1.838.3.26.1.1
OBJECT IDENTIFIER    

xntpAdminStatus 1.3.6.1.4.1.838.3.26.1.1.1
Determines the NTP agent is operational.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xntpSrcAddressStatus 1.3.6.1.4.1.838.3.26.1.1.2
Determines if the NTP agent will send all packets from a specified source address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xntpStratum 1.3.6.1.4.1.838.3.26.1.1.3
Indicates the stratum of local clock.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xntpMode 1.3.6.1.4.1.838.3.26.1.1.4
Indicates the association mode.
Status: current Access: read-only
OBJECT-TYPE    
  XntpAssociationMode  

xntpPrecision 1.3.6.1.4.1.838.3.26.1.1.5
Indicates the precision of the local clock.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xntpClockSource 1.3.6.1.4.1.838.3.26.1.1.6
Identifies the current synchronization source.
Status: current Access: read-only
OBJECT-TYPE    
  XntpIpAddress  

xntpPollInterval 1.3.6.1.4.1.838.3.26.1.1.7
Indicates the minimum interval between transmitted messages. It is expressed in seconds as a power of 2.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xntpLeapIndicator 1.3.6.1.4.1.838.3.26.1.1.8
Indicates leap second status and NTP syncronization status.
Status: current Access: read-only
OBJECT-TYPE    
  XntpLeapIndication  

xntpRootDelay 1.3.6.1.4.1.838.3.26.1.1.9
Indicates the delay to the root of the syncronization subnet.
Status: current Access: read-only
OBJECT-TYPE    
  XntpSeconds  

xntpRootDispersion 1.3.6.1.4.1.838.3.26.1.1.10
Indicates the maximum error relative to the root of the syncronization subnet.
Status: current Access: read-only
OBJECT-TYPE    
  XntpSeconds  

xntpReferenceTimestamp 1.3.6.1.4.1.838.3.26.1.1.11
The last time the local clock was updated. If never updated, the value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  XntpDateAndTime  

xntpLocalTime 1.3.6.1.4.1.838.3.26.1.1.12
The current time in NTP timescale.
Status: current Access: read-only
OBJECT-TYPE    
  XntpDateAndTime  

xntpCounters 1.3.6.1.4.1.838.3.26.1.2
OBJECT IDENTIFIER    

xntpPacketsIn 1.3.6.1.4.1.838.3.26.1.2.1
Indicates the number of packets received by NTP.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpBadVersion 1.3.6.1.4.1.838.3.26.1.2.2
Indicates the number of packets discarded because of an invalid version number.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpBadStratum 1.3.6.1.4.1.838.3.26.1.2.3
Indicates the number of packets discarded because of an invalid stratum.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpBadLength 1.3.6.1.4.1.838.3.26.1.2.4
Indicates the number of packets discarded because of an invalid length.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpBadMode 1.3.6.1.4.1.838.3.26.1.2.5
Indicates the number of packets discarded because of an invalid or unsupported mode.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpBadHeader 1.3.6.1.4.1.838.3.26.1.2.6
Indicates the number of packets discarded because of an invalid header.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpBadData 1.3.6.1.4.1.838.3.26.1.2.7
Indicates the number of packets discarded because of invalid data.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpPacketsOut 1.3.6.1.4.1.838.3.26.1.2.8
Indicates the number of packets sent by NTP.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpPhaseAdjustments 1.3.6.1.4.1.838.3.26.1.2.9
Indicates the number of times the local clock was phase adjusted.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpStepAdjustments 1.3.6.1.4.1.838.3.26.1.2.10
Indicates the number of times the local clock was step adjusted.
Status: current Access: read-only
OBJECT-TYPE    
  XntpCounter  

xntpServerTable 1.3.6.1.4.1.838.3.26.1.3
The set of configured servers
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XntpServerEntry

xntpServerEntry 1.3.6.1.4.1.838.3.26.1.3.1
The information maintained for every configured server.
Status: current Access: not-accessible
OBJECT-TYPE    
  XntpServerEntry  

xntpServer 1.3.6.1.4.1.838.3.26.1.3.1.1
The IP address of a server with which to attempt client/server association.
Status: current Access: not-accessible
OBJECT-TYPE    
  XntpIpAddress  

xntpServerVersion 1.3.6.1.4.1.838.3.26.1.3.1.2
The version of the server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

xntpServerMinPoll 1.3.6.1.4.1.838.3.26.1.3.1.3
The minimum poll interval for the server as a power of two.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

xntpServerMaxPoll 1.3.6.1.4.1.838.3.26.1.3.1.4
The maximum poll interval for the server as a power of two.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

xntpServerRowStatus 1.3.6.1.4.1.838.3.26.1.3.1.5
This object only supports the values of 'createAndGo', 'active' and 'destroy'. Changing the value of this object to 'destroy' has the effect of removing the entry. To create an entry, this object must be set to 'createAndGo'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xntpSAPeerTable 1.3.6.1.4.1.838.3.26.1.4
The current set of configured symmetric active peers
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XntpSAPeerEntry

xntpSAPeerEntry 1.3.6.1.4.1.838.3.26.1.4.1
The information maintained for every configured symmetric active peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  XntpSAPeerEntry  

xntpSAPeer 1.3.6.1.4.1.838.3.26.1.4.1.1
The IP address of a peer with which to attempt to form a symmetric passive association.
Status: current Access: not-accessible
OBJECT-TYPE    
  XntpIpAddress  

xntpSAPeerVersion 1.3.6.1.4.1.838.3.26.1.4.1.2
The version of the peer.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

xntpSAPeerMinPoll 1.3.6.1.4.1.838.3.26.1.4.1.3
The minimum poll interval for the peer as a power of two.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

xntpSAPeerMaxPoll 1.3.6.1.4.1.838.3.26.1.4.1.4
The maximum poll interval for the peer as a power of two.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

xntpSAPeerRowStatus 1.3.6.1.4.1.838.3.26.1.4.1.5
This object only supports the values of 'createAndGo', 'active' and 'destroy'. Changing the value of this object to 'destroy' has the effect of removing the entry. To create an entry, this object must be set to 'createAndGo'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xntpAssocTable 1.3.6.1.4.1.838.3.26.1.5
The set of current associations
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XntpAssocEntry

xntpAssocEntry 1.3.6.1.4.1.838.3.26.1.5.1
The information maintained for every association.
Status: current Access: not-accessible
OBJECT-TYPE    
  XntpAssocEntry  

xntpAssocPeerAddr 1.3.6.1.4.1.838.3.26.1.5.1.1
The IP address of the peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  XntpIpAddress  

xntpAssocPeerPort 1.3.6.1.4.1.838.3.26.1.5.1.2
The port number of the peer.
Status: current Access: read-only
OBJECT-TYPE    
  XntpPort  

xntpAssocPeerPoll 1.3.6.1.4.1.838.3.26.1.5.1.3
The peer's poll interval indicated as a power of two.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xntpAssocHostAddr 1.3.6.1.4.1.838.3.26.1.5.1.4
The IP address used by the local peer.
Status: current Access: read-only
OBJECT-TYPE    
  XntpIpAddress  

xntpAssocHostPort 1.3.6.1.4.1.838.3.26.1.5.1.5
The port number used by the local peer.
Status: current Access: read-only
OBJECT-TYPE    
  XntpPort  

xntpAssocHostPoll 1.3.6.1.4.1.838.3.26.1.5.1.6
The host's poll interval indicated as a power of two.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xntpAssocHostMode 1.3.6.1.4.1.838.3.26.1.5.1.7
The association mode of the host.
Status: current Access: read-only
OBJECT-TYPE    
  XntpAssociationMode  

xntpAssocPeerMode 1.3.6.1.4.1.838.3.26.1.5.1.8
The association mode of the peer.
Status: current Access: read-only
OBJECT-TYPE    
  XntpAssociationMode  

xntpAssocPeerStratum 1.3.6.1.4.1.838.3.26.1.5.1.9
The stratum of the peer's clock
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xntpAssocPeerPrecision 1.3.6.1.4.1.838.3.26.1.5.1.10
The precesion of the peer's clock in seconds to the nearest power of two.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xntpAssocPeerLeap 1.3.6.1.4.1.838.3.26.1.5.1.11
The peer's leap second status.
Status: current Access: read-only
OBJECT-TYPE    
  XntpLeapIndication  

xntpAssocPeerCondition 1.3.6.1.4.1.838.3.26.1.5.1.12
The peer's condition.
Status: current Access: read-only
OBJECT-TYPE    
  XntpAssociationCondition  

xntpAssocPeerConfig 1.3.6.1.4.1.838.3.26.1.5.1.13
Indicates whether the associated was created as the result of manual configuration.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dynamic(0), configured(1)  

xntpAssocPeerRootDelay 1.3.6.1.4.1.838.3.26.1.5.1.14
The peer's delay to the root of the sycnronization subnet.
Status: current Access: read-only
OBJECT-TYPE    
  XntpSeconds  

xntpAssocPeerRootDispersion 1.3.6.1.4.1.838.3.26.1.5.1.15
The maximum error of the peer relative to the root of the syncronization subnet.
Status: current Access: read-only
OBJECT-TYPE    
  XntpSeconds  

xntpAssocPeerOffset 1.3.6.1.4.1.838.3.26.1.5.1.16
The offset of the peer's clock relative to the local clock.
Status: current Access: read-only
OBJECT-TYPE    
  XntpSeconds  

xntpAssocPeerDelay 1.3.6.1.4.1.838.3.26.1.5.1.17
The roundtrip delay of the peer clock relative to the local clock over the network path between them.
Status: current Access: read-only
OBJECT-TYPE    
  XntpSeconds  

xntpAssocPeerDispersion 1.3.6.1.4.1.838.3.26.1.5.1.18
The maximum error of the peer clock relative to the local clock over the network path between them.
Status: current Access: read-only
OBJECT-TYPE    
  XntpSeconds  

xntpAssocPeerReachability 1.3.6.1.4.1.838.3.26.1.5.1.19
The reachability of the peer expressed in octal.
Status: current Access: read-only
OBJECT-TYPE    
  XntpReachability  

xntpAssocPeerRefrTimestamp 1.3.6.1.4.1.838.3.26.1.5.1.20
The last time the peer's local clock was updated.
Status: current Access: read-only
OBJECT-TYPE    
  XntpDateAndTime  

xntpAssocPeerXmitTimestamp 1.3.6.1.4.1.838.3.26.1.5.1.21
The local time when the NTP message departed the sender.
Status: current Access: read-only
OBJECT-TYPE    
  XntpDateAndTime  

xntpAssocPeerOrigTimestamp 1.3.6.1.4.1.838.3.26.1.5.1.22
The time at the peer when its latest NTP message was sent.
Status: current Access: read-only
OBJECT-TYPE    
  XntpDateAndTime  

xntpAssocPeerRecvTimestamp 1.3.6.1.4.1.838.3.26.1.5.1.23
The local time when the latest NTP message from the peer was received.
Status: current Access: read-only
OBJECT-TYPE    
  XntpDateAndTime  

xntpCompliances 1.3.6.1.4.1.838.3.26.2.1
OBJECT IDENTIFIER    

xntpGroups 1.3.6.1.4.1.838.3.26.2.2
OBJECT IDENTIFIER    

xntpCompliance 1.3.6.1.4.1.838.3.26.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

xntpSystemGroup 1.3.6.1.4.1.838.3.26.2.2.1
These objects are required for the Network Time Protocol.
Status: current Access: read-only
OBJECT-GROUP    

xntpCountersGroup 1.3.6.1.4.1.838.3.26.2.2.2
These objects are required for the Network Time Protocol.
Status: current Access: read-only
OBJECT-GROUP    

xntpServerGroup 1.3.6.1.4.1.838.3.26.2.2.3
These objects are required for the Network Time Protocol.
Status: current Access: read-only
OBJECT-GROUP    

xntpSAPeerGroup 1.3.6.1.4.1.838.3.26.2.2.4
These objects are required for the Network Time Protocol.
Status: current Access: read-only
OBJECT-GROUP    

xntpAssocGroup 1.3.6.1.4.1.838.3.26.2.2.5
These objects are required for the Network Time Protocol.
Status: current Access: read-only
OBJECT-GROUP