USR-NTP-MIB

File: USR-NTP-MIB.mib (19339 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
OBJECT-IDENTITY Counter32 IpAddress
NOTIFICATION-TYPE DisplayString MODULE-COMPLIANCE
OBJECT-GROUP common UsrConfigStatus
DisplayString

Defined Types

TimeZoneEntry  
SEQUENCE    
  usrNTPIndex Integer32
  usrNTPNextTimeZone DisplayString

Defined Values

usrNTPMib 1.3.6.1.4.1.429.4.34
This MIB Module defines the CommWorks private interface to the Simple Network Time Protocol client process. The process can be configured with up to two alternate servers, a primary server and a secondary server. The primary server is always contacted first, the secondary server is contacted after all retransmissions to the primary failed have failed. The implementation is based on RFC 2030, using unicast mode only. Note that all the writable objects include a 'DEFVAL' clause. The clause is intended to be used as a reference only, in case an agent has no previously saved configuration. Typically, at start-up, an agent will load data saved from a previous session - thus 'DEFVAL' is used mainly for new systems.
MODULE-IDENTITY    

usrNTPObjects 1.3.6.1.4.1.429.4.34.1
OBJECT IDENTIFIER    

usrNTPTraps 1.3.6.1.4.1.429.4.34.3
OBJECT IDENTIFIER    

usrNTPPrimaryServer 1.3.6.1.4.1.429.4.34.1.1
The IP address or host name of the primary NTP server that the module will query for time synchronization. An empty string means that no primary server is defined.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..132)  

usrNTPSecondaryServer 1.3.6.1.4.1.429.4.34.1.2
The IP address or host name of the secondary NTP server that the module will query for time synchronization whenever the primary server is unavailable. An empty string means that no secondary server is defined.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..132)  

usrNTPPollingInterval 1.3.6.1.4.1.429.4.34.1.3
The polling interval used by the NTP process to gather time synchronization information. In seconds. The range available is 64 seconds to 1024 seconds. The default is 600 seconds (10 minutes).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 64..16284  

usrNTPMaxRetransmits 1.3.6.1.4.1.429.4.34.1.4
The maximum number of times a request will be retransmitted to a given server before the server is considered unavailable. The range allowed is 1 to 200 times. The default is 5 times.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..200  

usrNTPTimeOut 1.3.6.1.4.1.429.4.34.1.5
The number of seconds since a request has been sent to a server, after which period the request is considered timed-out. The range for this is 1 second to 1 minute. The default is 10 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

usrNTPEnable 1.3.6.1.4.1.429.4.34.1.6
This object enables or disables NTP synchronization in a system. Default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrNTPProtocolVersion 1.3.6.1.4.1.429.4.34.1.7
The protocol version that the NTP client will use when sending NTP client requests to a server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ntpV3(3), ntpV4(4)  

usrNTPCfmFileName 1.3.6.1.4.1.429.4.34.1.8
The name of the configuration file currently in use.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

usrNTPCfmSaveFlag 1.3.6.1.4.1.429.4.34.1.9
Setting the value of this object to `save' causes the values of the NTP Group to be written out to the current config file, which is stored in the usrNTPCfmFileName object. While the new ConfigFile is being written, the NTP process will set the value of this flag set to `saving''. Any attempts to set the value while it is not `normal' (i.e. the file is currently being written to the ConfigFile) will result in a badValue error being returned. Setting the value to `normal' will result in no action.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrNTPModuleVersion 1.3.6.1.4.1.429.4.34.1.10
The current software version of the NTP module.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrNTPLastGoodServer 1.3.6.1.4.1.429.4.34.1.11
The symbolic host name of the last server from which time synchronization information was received (if there was a numeric address defined, this will be a numeric address in dot notation).
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrNTPRcvdDatagrams 1.3.6.1.4.1.429.4.34.1.12
Number of datagrams received at the port on which NTP is listening to.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPRcvdTooShorts 1.3.6.1.4.1.429.4.34.1.13
Number of datagrams received which were too short for NTP version four.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPRcvdBadVersions 1.3.6.1.4.1.429.4.34.1.14
Number of datagrams received with a wrong NTP version.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPRcvdRequests 1.3.6.1.4.1.429.4.34.1.15
Number of NTP requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPRcvdReplies 1.3.6.1.4.1.429.4.34.1.16
Number of NTP replies received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPRcvdUnsuportedModes 1.3.6.1.4.1.429.4.34.1.17
Number of NTP datagrams received which had a mode value not supported by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPSentRequests 1.3.6.1.4.1.429.4.34.1.18
Number of NTP requests sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPSentReplies 1.3.6.1.4.1.429.4.34.1.19
Number of NTP replies sent since the system was last rebooted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPSentRexmits 1.3.6.1.4.1.429.4.34.1.20
Number of NTP requests that were retransmitted due to lack of a timely reply.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPSendErrors 1.3.6.1.4.1.429.4.34.1.21
Number of NTP requests that could not be sent due to internal errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPDnsErrors 1.3.6.1.4.1.429.4.34.1.22
Number of times an error was returned by DNS when processing a name resolution request from the NTP module.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPServerTimeouts 1.3.6.1.4.1.429.4.34.1.23
Number of times a server was considered unavailable after requests were sent to it a maximum number of retransmissions without a reply.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPAllocErrors 1.3.6.1.4.1.429.4.34.1.24
Number of times an operation could not be performed due to a failure to allocate memory resources.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

usrNTPResolvedIPAddress 1.3.6.1.4.1.429.4.34.1.25
The IP address resolved from the 'current' server with which synchronization is being attempted. If there is no resolution, or there is no current server defined, this object returns zero.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

usrNTPLastRcvdLeapIndicator 1.3.6.1.4.1.429.4.34.1.26
The value of the last received Leap Indicator field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

usrNTPLastRcvdMode 1.3.6.1.4.1.429.4.34.1.27
The value of the last received Mode field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..7  

usrNTPLastRcvdStratum 1.3.6.1.4.1.429.4.34.1.28
The value of the last received Stratum field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

usrNTPLastRcvdPoll 1.3.6.1.4.1.429.4.34.1.29
The value of the last received Poll field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

usrNTPLastRcvdPrecision 1.3.6.1.4.1.429.4.34.1.30
The value of the last received Precision field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -127..127  

usrNTPLastRcvdRootDelay 1.3.6.1.4.1.429.4.34.1.31
The value of the last received Root Delay field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdRootDispersion 1.3.6.1.4.1.429.4.34.1.32
The value of the last received Root Dispersion field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdReferenceIdentifier 1.3.6.1.4.1.429.4.34.1.33
The value of the last received Reference Identifier field.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdReferenceTimestampHigh 1.3.6.1.4.1.429.4.34.1.34
The value of the last received Reference Timestamp field (high octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdReferenceTimestampLow 1.3.6.1.4.1.429.4.34.1.35
The value of the last received Reference Timestamp field (low octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdOriginateTimestampHigh 1.3.6.1.4.1.429.4.34.1.36
The value of the last received Originate Timestamp field (high octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdOriginateTimestampLow 1.3.6.1.4.1.429.4.34.1.37
The value of the last received Originate Timestamp field (low octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdReceiveTimestampHigh 1.3.6.1.4.1.429.4.34.1.38
The value of the last received Receive Timestamp field (high octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdReceiveTimestampLow 1.3.6.1.4.1.429.4.34.1.39
The value of the last received Receive Timestamp field (low octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdTransmitTimestampHigh 1.3.6.1.4.1.429.4.34.1.40
The value of the last received Transmit Timestamp field (high octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPLastRcvdTransmitTimestampLow 1.3.6.1.4.1.429.4.34.1.41
The value of the last received Transmit Timestamp field (low octets).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usrNTPTimeZone 1.3.6.1.4.1.429.4.34.1.42
Timezone variables; should be one of the following, Egypt, Libya, PRC, ROC, Hongkong, Iran, Israel, Japan, ROK, Singapore, Australia/Tasmania, Australia/Queensland, Australia/North, Australia/West, Australia/South, Australia/Victoria, Australia/NSW, Australia/Yancowinna, Australia/LHI, NZ, GMT, GMT-12, GMT-11, GMT-10, GMT-9, GMT-8, GMT-7, GMT-6, GMT-5, GMT-4, GMT-3, GMT-2, GMT-1, GMT+1, GMT+2, GMT+3, GMT+4, GMT+5, GMT+6, GMT+7, GMT+8, GMT+9, GMT+10, GMT+11, GMT+12, GMT+13, UTC, Universal, Greenwich, Zulu, GMT-0, GMT+0, GB-Eire, WET, Iceland, MET, EET, Turkey, W-SU, CET, Factory, US/Eastern, US/Central, US/Mountain, US/Pacific, US/Alaska, US/East-Indiana, US/Arizona, US/Michigan, US/Samoa, US/Aleutian, US/Hawaii, Canada/Newfoundland, Canada/Atlantic, Canada/Eastern, Canada/Central, Canada/East-Saskatchewan, Canada/Mountain, Canada/Pacific, Canada/Yukon, Mexico/BajaNorte, Mexico/BajaSur, Mexico/General, Cuba, Navajo, Jamaica, Brazil/East, Brazil/West, Brazil/Acre, Brazil/DeNoronha, Chile/Continental, Chile/EasterIsland.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrNTPConformance 1.3.6.1.4.1.429.4.34.2
OBJECT IDENTIFIER    

usrNTPCompliances 1.3.6.1.4.1.429.4.34.2.1
OBJECT IDENTIFIER    

usrNTPGroups 1.3.6.1.4.1.429.4.34.2.2
OBJECT IDENTIFIER    

usrNTPCompliance 1.3.6.1.4.1.429.4.34.2.1.1
The compliance statement for entities which implement the MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

usrNTPGroup 1.3.6.1.4.1.429.4.34.2.2.1
All objects in this MIB.
Status: current Access: read-write
OBJECT-GROUP    

usrNTPTimeZoneTable 1.3.6.1.4.1.429.4.34.1.43
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TimeZoneEntry

timeZoneEntry 1.3.6.1.4.1.429.4.34.1.43.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeZoneEntry  

usrNTPIndex 1.3.6.1.4.1.429.4.34.1.43.1.1
The key field
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

usrNTPNextTimeZone 1.3.6.1.4.1.429.4.34.1.43.1.2
Time zone list name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrNTPTrapsV2 1.3.6.1.4.1.429.4.34.3.0
Events for NTP
Status: current Access: read-only
OBJECT-IDENTITY    

usrNTPServerFailure 1.3.6.1.4.1.429.4.34.3.0.1
This trap is generated for NTP Server connectivity failure.
Status: current Access: read-only
NOTIFICATION-TYPE