Juniper-System-Clock-MIB

File: Juniper-System-Clock-MIB.mib (64997 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Juniper-TC Juniper-MIBs

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 IpAddress NOTIFICATION-TYPE
TEXTUAL-CONVENTION DateAndTime DisplayString
TruthValue RowStatus MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP JuniEnable
juniMibs

Defined Types

JuniSysClockMonth  
The month of the year.
TEXTUAL-CONVENTION    
  INTEGER january(1), february(2), march(3), april(4), may(5), june(6), july(7), august(8), september(9), october(10), november(11), december(12)  

JuniSysClockWeekOfTheMonth  
The week of the month.
TEXTUAL-CONVENTION    
  INTEGER weekFirst(0), weekOne(1), weekTwo(2), weekThree(3), weekFour(4), weekFive(5), weekLast(6)  

JuniSysClockDayOfTheWeek  
The day of the week.
TEXTUAL-CONVENTION    
  INTEGER sunday(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6)  

JuniSysClockHour  
The hour of the day. Uses 24-hour clock format.
TEXTUAL-CONVENTION    
  Integer32 0..23  

JuniSysClockMinute  
The minute of the hour.
TEXTUAL-CONVENTION    
  Integer32 0..59  

JuniNtpTimeStamp  
The ASCII character representation of time in 64-bit unsigned long format, where the integer part is the first 32 bits and the fraction part is the last 32 bits. This represents the time stamp as defined in the NTP packet header format, which is the number of seconds since 1 January 1900. The textual form of an unsigned decimal number is taken from the NVT ASCII graphics character set (codes 46 and 48 through 57).
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..21)  

JuniNtpClockSignedTime  
The ASCII character representation of NTP clock error time in seconds as a signed value. The first 16 bits represents integer part of the signed value and the last 16 bits represents the fraction part of the signed value. The textual form of a signed decimal number is taken from the NVT ASCII graphics character set (codes 43, 45, 46 and 48 through 57).
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..11)  

JuniNtpClockUnsignedTime  
The ASCII character representation of NTP clock error time in seconds as an unsigned value. The first 8 bits represents the integer part of the unsigned value and the last 48 bits represents the fraction part of the unsigned value. The textual form of an unsigned decimal number is taken from the NVT ASCII graphics character set (codes 46 and 48 through 57).
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..11)  

JuniNtpClientIfEntry  
SEQUENCE    
  juniNtpClientIfRouterIndex Unsigned32
  juniNtpClientIfIfIndex Integer32
  juniNtpClientIfDisable TruthValue
  juniNtpClientIfIsBroadcastClient TruthValue
  juniNtpClientIfIsBroadcastServer TruthValue
  juniNtpClientIfIsBroadcastServerVersion Integer32
  juniNtpClientIfIsBroadcastServerDelay Integer32

JuniNtpPeerCfgEntry  
SEQUENCE    
  juniNtpPeerCfgIpAddress IpAddress
  juniNtpPeerCfgNtpVersion Integer32
  juniNtpPeerCfgPacketSourceIfIndex Integer32
  juniNtpPeerCfgIsPreferred TruthValue
  juniNtpPeerCfgRowStatus RowStatus

JuniNtpPeerEntry  
SEQUENCE    
  juniNtpPeerState OCTET STRING
  juniNtpPeerStratumNumber Integer32
  juniNtpPeerAssociationMode INTEGER
  juniNtpPeerBroadcastInterval Integer32
  juniNtpPeerPolledInterval Integer32
  juniNtpPeerPollingInterval Integer32
  juniNtpPeerDelay JuniNtpClockSignedTime
  juniNtpPeerDispersion JuniNtpClockUnsignedTime
  juniNtpPeerOffsetError JuniNtpClockSignedTime
  juniNtpPeerReachability OCTET STRING
  juniNtpPeerPrecision JuniNtpClockSignedTime
  juniNtpPeerRootDelay JuniNtpClockSignedTime
  juniNtpPeerRootDispersion JuniNtpClockUnsignedTime
  juniNtpPeerRootSyncDistance JuniNtpClockSignedTime
  juniNtpPeerRootTime JuniNtpTimeStamp
  juniNtpPeerRootTimeUpdateServer IpAddress
  juniNtpPeerReceiveTime JuniNtpTimeStamp
  juniNtpPeerTransmitTime JuniNtpTimeStamp
  juniNtpPeerRequestTime JuniNtpTimeStamp
  juniNtpPeerLastUpdateTime Unsigned32

JuniNtpPeerFilterRegisterEntry  
SEQUENCE    
  juniNtpPeerFilterIndex Unsigned32
  juniNtpPeerFilterOffset JuniNtpClockSignedTime
  juniNtpPeerFilterDelay JuniNtpClockSignedTime
  juniNtpPeerFilterDispersion JuniNtpClockUnsignedTime

Defined Values

juniSysClockMIB 1.3.6.1.4.1.4874.2.2.56
The System Clock and Network Time Protocol (NTP) MIB for the Juniper Networks enterprise. The System Clock section of the MIB allows setting the system clock time, date and timezone. All definitions are based on the Gregorian calendar. The NTP portion of the MIB provides management for the local NTP client/server, which adheres to RFC 1305, the 'Network Time Protocol (Version 3) Specification, Implementation and Analysis'.
MODULE-IDENTITY    

juniSysClockObjects 1.3.6.1.4.1.4874.2.2.56.1
OBJECT IDENTIFIER    

juniNtpObjects 1.3.6.1.4.1.4874.2.2.56.2
OBJECT IDENTIFIER    

juniSysClockTime 1.3.6.1.4.1.4874.2.2.56.1.1
OBJECT IDENTIFIER    

juniSysClockDst 1.3.6.1.4.1.4874.2.2.56.1.2
OBJECT IDENTIFIER    

juniSysClockDateAndTime 1.3.6.1.4.1.4874.2.2.56.1.1.1
This object is used to manage the system clock time, date and timezone. If the Network Time Protocol (NTP) is enabled, attempts to set this object will result in an inconsistantValue error. For sets, the implementation may check the value of the year and if it is outside of a 'reasonable' range (e.g., 1999..2035) it may return an inconsistantValue error. Only system clock time and date will be set if the timezone offset is not set along with the timezone name.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

juniSysClockTimeZoneName 1.3.6.1.4.1.4874.2.2.56.1.1.2
Name of the timezone. Timezone name take effects only with its offset set along with it.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

juniSysClockDstName 1.3.6.1.4.1.4874.2.2.56.1.2.1
The name of the daylight savings time (DST) zone. Setting any standard US DST timezone name with recurrent mode will result in turning on corresponding DST recurrent mode values for the timezone.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

juniSysClockDstOffset 1.3.6.1.4.1.4874.2.2.56.1.2.2
The offset, in minutes, from the base timezone for the DST.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1440  

juniSysClockDstStatus 1.3.6.1.4.1.4874.2.2.56.1.2.3
The state of DST. With each state, only corresponding objects can be set. When the state is off(0), set values will be ignored.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(0), recurrent(1), absolute(2), recognizedUS(3)  

juniSysClockDstAbsoluteStartTime 1.3.6.1.4.1.4874.2.2.56.1.2.4
This object represents the start time for absolute DST. Only the year, month, day, hour and minutes fields of the object are used. The other fields will be ignored for a Set operation and will return zeroes for a Get operation.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

juniSysClockDstAbsoluteStopTime 1.3.6.1.4.1.4874.2.2.56.1.2.5
This object represents the stop time for absolute DST. Only the year, month, day, hour and minutes fields of the object are used. The other fields will be ignored for a Set operation and will return zeroes when read.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

juniSysClockDstRecurStartMonth 1.3.6.1.4.1.4874.2.2.56.1.2.6
The start month for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockMonth  

juniSysClockDstRecurStartWeek 1.3.6.1.4.1.4874.2.2.56.1.2.7
The start week of the month for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockWeekOfTheMonth  

juniSysClockDstRecurStartDay 1.3.6.1.4.1.4874.2.2.56.1.2.8
The start day of the week for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockDayOfTheWeek  

juniSysClockDstRecurStartHour 1.3.6.1.4.1.4874.2.2.56.1.2.9
The start hour for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockHour  

juniSysClockDstRecurStartMinute 1.3.6.1.4.1.4874.2.2.56.1.2.10
The start minute for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockMinute  

juniSysClockDstRecurStopMonth 1.3.6.1.4.1.4874.2.2.56.1.2.11
The stop month for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockMonth  

juniSysClockDstRecurStopWeek 1.3.6.1.4.1.4874.2.2.56.1.2.12
The stop week of the month for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockWeekOfTheMonth  

juniSysClockDstRecurStopDay 1.3.6.1.4.1.4874.2.2.56.1.2.13
The stop day of the week for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockDayOfTheWeek  

juniSysClockDstRecurStopHour 1.3.6.1.4.1.4874.2.2.56.1.2.14
The stop hour for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockHour  

juniSysClockDstRecurStopMinute 1.3.6.1.4.1.4874.2.2.56.1.2.15
The stop minutes for DST recurrence. The default value is based on the 2007 law for the USA.
Status: current Access: read-write
OBJECT-TYPE    
  JuniSysClockMinute  

juniNtpSysClock 1.3.6.1.4.1.4874.2.2.56.2.1
OBJECT IDENTIFIER    

juniNtpClient 1.3.6.1.4.1.4874.2.2.56.2.2
OBJECT IDENTIFIER    

juniNtpServer 1.3.6.1.4.1.4874.2.2.56.2.3
OBJECT IDENTIFIER    

juniNtpPeers 1.3.6.1.4.1.4874.2.2.56.2.4
OBJECT IDENTIFIER    

juniNtpAccessGroup 1.3.6.1.4.1.4874.2.2.56.2.5
OBJECT IDENTIFIER    

juniNtpSysClockState 1.3.6.1.4.1.4874.2.2.56.2.1.1
Displays the state of the NTP on the system clock. Clock states are: 0 - Clock has never been calibrated for frequency errors 1 - Clock frequency errors calibration has done 2 - Clock time has set to server time 3 - Clock frequency errors calibration is going on 4 - Clock has synchronized its time 5 - Clock has detected spike
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER neverFrequencyCalibrated(0), frequencyCalibrated(1), setToServerTime(2), frequencyCalibrationIsGoingOn(3), synchronized(4), spikeDetected(5)  

juniNtpSysClockOffsetError 1.3.6.1.4.1.4874.2.2.56.2.1.2
Displays the estimated offset error of the system clock relative to the master clock in seconds. This variable can take on both positive and negative values; the value will be positive if the system clock is ahead of the master clock; the value will be negative if the system clock is behind the master clock. This offset value will be used by the internal NTP filter algorithm to adjust the system clock to correct any error it may have. This object has been deprecated in favor of the juniNtpSysClockOffsetErrorNew object, which uses DisplayString for its SYNTAX.
Status: deprecated Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpSysClockFrequencyError 1.3.6.1.4.1.4874.2.2.56.2.1.3
Displays the system clock frequency error in parts per million (ppm). It will always be a positive value. This error adjustment happens when the system reboots or the NTP is enabled for the first time and it may take up to fifteen minutes to complete. Each system clock oscillator interrupts to update its clock. If, for example, it interrupts one million time per second then it has a resolution of microseconds. This is also the frequency of the clock update. Frequency error means that this system clock failed to update by parts per millionth of a second. For example, if the frequency error is 1ppm, it means the clock is ahead by 0.864 second in a day, and therefore the clock will need to be corrected by that amount in the next 24 hours for the clock to be accurate. The frequency error varies with temperature. Therefore the system clock will usually need to be corrected when the system boots, based on the temperature at which it is operating. This object has been deprecated in favor of the juniNtpSysClockFrequencyErrorNew object, which uses DisplayString for its SYNTAX.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

juniNtpSysClockRootDelay 1.3.6.1.4.1.4874.2.2.56.2.1.4
This indicates the NTP time message total Network roundtrip delay to the primary reference source at the root of the synchronization subnet, in seconds. Note that this variable can take on both positive and negative values, depending on clock precision and skew.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpSysClockRootDispersion 1.3.6.1.4.1.4874.2.2.56.2.1.5
This indicates 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    
  JuniNtpClockUnsignedTime  

juniNtpSysClockStratumNumber 1.3.6.1.4.1.4874.2.2.56.2.1.6
Displays the stratum number of the system clock. -1 - shows stratum is not set 1 - primary reference (e.g. calibrated atomic clock, radio clock) 2-255 - secondary reference (via NTP)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -1..255  

juniNtpSysClockLastUpdateTime 1.3.6.1.4.1.4874.2.2.56.2.1.7
Displays the time of the system clock at the time when it was last updated by any associated NTP server(peer).
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpTimeStamp  

juniNtpSysClockLastUpdateServer 1.3.6.1.4.1.4874.2.2.56.2.1.8
Displays the IP address of the NTP server (peer) which done last update to the system clock.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

juniNtpSysClockOffsetErrorNew 1.3.6.1.4.1.4874.2.2.56.2.1.9
Displays the estimated offset error of the system clock relative to the master clock in seconds. This variable can take on both positive and negative values; the value will be positive if the system clock is ahead of the master clock; the value will be negative if the system clock is behind the master clock. This offset value will be used by the internal NTP filter algorithm to adjust the system clock to correct any error it may have.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..25)  

juniNtpSysClockFrequencyErrorNew 1.3.6.1.4.1.4874.2.2.56.2.1.10
Displays the system clock frequency error in parts per million (ppm). It will always be a positive value. This error adjustment happens when the system reboots or the NTP is enabled for the first time and it may take up to fifteen minutes to complete. Each system clock oscillator interrupts to update its clock. If, for example, it interrupts one million time per second then it has a resolution of microseconds. This is also the frequency of the clock update. Frequency error means that this system clock failed to update by parts per millionth of a second. For example, if the frequency error is 1ppm, it means the clock is ahead by 0.864 second in a day, and therefore the clock will need to be corrected by that amount in the next 24 hours for the clock to be accurate. The frequency error varies with temperature. Therefore the system clock will usually need to be corrected when the system boots, based on the temperature at which it is operating.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..25)  

juniNtpClientAdminStatus 1.3.6.1.4.1.4874.2.2.56.2.2.1
By enabling/disabling the NTP admin status, the router is enabled/ disabled to run as NTP client for the correction and synchronization of the system clock time with the reliable time sources (stratum time servers). At any given time, only one NTP client can run on any router on the system. Sets the NTP admin status along with the routerIndex where NTP client has be enabled in that router context.
Status: current Access: read-write
OBJECT-TYPE    
  JuniEnable  

juniNtpClientSystemRouterIndex 1.3.6.1.4.1.4874.2.2.56.2.2.2
The index of the router to be enabled or disabled as the system-wide NTP client. Always set along with juniNtpClientAdminStatus. This is also the router context when NTP is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

juniNtpClientPacketSourceIfIndex 1.3.6.1.4.1.4874.2.2.56.2.2.3
When the NTP client sends an NTP packet, the source IP address is normally set to the address of the interface through which the NTP packet is sent. Sets all the outgoing NTP packets' source ifIndex to one specific ifIndex on the NTP client from which the source ifIndex is taken. This ifIndex will be the index of the IP interface as NTP is IP/UDP based. If the value is zero, it means no interface has configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

juniNtpClientBroadcastDelay 1.3.6.1.4.1.4874.2.2.56.2.2.4
Allows to set the estimated round-trip broadcast delay between the system client and broadcast servers (peers).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..999999  

juniNtpClientIfTable 1.3.6.1.4.1.4874.2.2.56.2.2.5
Lists all the NTP client's interfaces enabled for NTP. All the IP interfaces on the NTP client are by default enabled for NTP communications and can be disabled individually on each IP interface. If desired, any IP interface can be blocked from participating in NTP communication.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniNtpClientIfEntry

juniNtpClientIfEntry 1.3.6.1.4.1.4874.2.2.56.2.2.5.1
Each entry is per interface config for NTP.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniNtpClientIfEntry  

juniNtpClientIfRouterIndex 1.3.6.1.4.1.4874.2.2.56.2.2.5.1.1
The index of the router to be enabled or disabled as an NTP client.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniNtpClientIfIfIndex 1.3.6.1.4.1.4874.2.2.56.2.2.5.1.2
The ifIndex of the interface on the NTP client.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

juniNtpClientIfDisable 1.3.6.1.4.1.4874.2.2.56.2.2.5.1.3
Enable/disable NTP on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

juniNtpClientIfIsBroadcastClient 1.3.6.1.4.1.4874.2.2.56.2.2.5.1.4
Enable/disable NTP client's interface as broadcast client. As NTP client's broadcast interface, it receives the broadcast NTP messages from the associated servers (peers).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

juniNtpClientIfIsBroadcastServer 1.3.6.1.4.1.4874.2.2.56.2.2.5.1.5
Enable/disable NTP interface as broadcast server. As NTP server's broadcast interface, it broadcast NTP messages on the interfac.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

juniNtpClientIfIsBroadcastServerVersion 1.3.6.1.4.1.4874.2.2.56.2.2.5.1.6
NTP Server Version on the NTP broadcast server interface. Default version is 3
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4  

juniNtpClientIfIsBroadcastServerDelay 1.3.6.1.4.1.4874.2.2.56.2.2.5.1.7
Poll Interval for broadcasting NTP messages in seconds as a power of two. Default value is 6(64s). Minimal value is 4(16s) and maximum value is 17 (36.4h).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 4..17  

juniNtpServerStratumNumber 1.3.6.1.4.1.4874.2.2.56.2.3.1
Configure the stratum number (level) of the NTP server. Due to one system clock, setting the stratum number have a effect of setting all the NTP servers' stratum to one stratum number(level) on the system.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

juniNtpServerAdminStatus 1.3.6.1.4.1.4874.2.2.56.2.3.2
Enable/disable the NTP server on the router.
Status: current Access: read-write
OBJECT-TYPE    
  JuniEnable  

juniNtpPeerCfgTable 1.3.6.1.4.1.4874.2.2.56.2.4.1
This table provides information on the peers with which the NTP client has associations. The associated peers(servers) to client will be running different hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniNtpPeerCfgEntry

juniNtpPeerCfgEntry 1.3.6.1.4.1.4874.2.2.56.2.4.1.1
Each entry provides one NTP server's configuration information. Each peer is uniquely identified by the routerIndex of the client to which it has to be associated and the Ip address of the remote server(peer) itself. Entries are automatically created when the user configures the remote peer NTP server info on the system which has to be associated with the NTP client and deleted when the user removes the peer association from the NTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniNtpPeerCfgEntry  

juniNtpPeerCfgIpAddress 1.3.6.1.4.1.4874.2.2.56.2.4.1.1.1
Peer's IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

juniNtpPeerCfgNtpVersion 1.3.6.1.4.1.4874.2.2.56.2.4.1.1.2
Displays the peer server NTP software version.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..4  

juniNtpPeerCfgPacketSourceIfIndex 1.3.6.1.4.1.4874.2.2.56.2.4.1.1.3
All the outgoing NTP packets' source address can be configured to one specific interface address on the NTP peer server. This object allows to configure all the outgoing NTP packets' source IP ifIndex to one specific IP ifIndex on the NTP server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

juniNtpPeerCfgIsPreferred 1.3.6.1.4.1.4874.2.2.56.2.4.1.1.4
Select whether this NTP server is a preferred time source to the NTP client to which it has association.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

juniNtpPeerCfgRowStatus 1.3.6.1.4.1.4874.2.2.56.2.4.1.1.5
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniNtpPeerCfgRowStatus
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

juniNtpPeerTable 1.3.6.1.4.1.4874.2.2.56.2.4.2
This table provides information on the peers with which the NTP client has associations. The associated peers (servers) to client will be running different hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniNtpPeerEntry

juniNtpPeerEntry 1.3.6.1.4.1.4874.2.2.56.2.4.2.1
Each entry provides one NTP server (peer) information. Each peer is uniquely identified by the routerIndex of the client to which it has to be associated and the Ip address of the remote server (peer) itself. Entries are automatically created when the user configures the remote peer NTP server info on the system which has to be associated with the NTP client and deleted when the user removes the peer association from the NTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniNtpPeerEntry  

juniNtpPeerState 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.1
Displays the peer server association state to NTP client on the system. Bit Peer State Description --- ---------- ------------------------------------------------ 0 master Means NTP client on the system has chosen this peer server as the master. 1 configured Confirms peer server configured for the NTP client. 2 selected NTP client will consider this peer server when it chooses the master. 3 unusable Indication that the server does not meet the initial criteria for the master 4 preferred Indicates as preferred time source. 5 correct NTP client considers the peer server's clock is reasonably correct. 6 incorrect NTP client considers the peer server's clock is not reasonably correct 7 reserved Each bit position value of 0 and 1 disables and enables that peer state respectively.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

juniNtpPeerStratumNumber 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.2
Displays the peer server system clock stratum number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

juniNtpPeerAssociationMode 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.3
Displays the peer server association mode to the NTP client on the router. broadcastServer - Broadcast only NTP messages. multicastServer - Broadcast only NTP messages for IGMP multicast Network. unicastServer - Only sends NTP poll messages to the peer servers.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER broacastServer(0), multicastServer(1), unicastServer(2)  

juniNtpPeerBroadcastInterval 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.4
Displays the broadcast time interval of the NTP time messages from the peer when the peer is enabled either as broadcast server or multicast server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

juniNtpPeerPolledInterval 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.5
Displays the time interval at which peer will be polled by NTP client with which peer has associations when it is enabled as unicast server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

juniNtpPeerPollingInterval 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.6
Displays the time interval at which peer will poll the servers with which peer has associations when it is enabled as unicast server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

juniNtpPeerDelay 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.7
Displays the peer server broadcast delay.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpPeerDispersion 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.8
Displays the peer server dispersion.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockUnsignedTime  

juniNtpPeerOffsetError 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.9
Displays the peer server offset error.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpPeerReachability 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.10
Displays the peer reachability status. An 8-bit number that shows whether or not the peer server responded to the last eight requests to the server to which it has association; one indicates a response, zero indicates no response. Count from rightmost to leftmost as latest to later requests as reachability states. For example, 0b11111111 indicates that the peer server responded to the last eight requests. If the system client reaches one peer server less often than it does other peer servers, that server is not a good choice for the master
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

juniNtpPeerRootDelay 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.11
Displays the peer server root delay.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpPeerRootDispersion 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.12
Displays the peer server root dispersion.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockUnsignedTime  

juniNtpPeerRootSyncDistance 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.13
Displays the peer server synchronization distance. Measure of the total time error since the update in the path to the stratum 1 server.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpPeerRootTime 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.14
Last time at which the stratum 1 server sent clock update reply to the this peer server.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpTimeStamp  

juniNtpPeerRootTimeUpdateServer 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.15
IP address of the stratum 1 server last updated the peer server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

juniNtpPeerReceiveTime 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.16
If the peer server is either broadcast or multicast server, this will represent time stamp at which NTP client received the broadcast message. If it is unicast server, it represents the time stamp at which the peer has sent the response to the NTP client poll message.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpTimeStamp  

juniNtpPeerTransmitTime 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.17
If the peer server is either broadcast or multicast server, this will represent time stamp at which peer sent the broadcast message. If it is unicast server, it represents the time stamp at which the NTP client has received response from the peer.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpTimeStamp  

juniNtpPeerRequestTime 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.18
For unicast server, it represents the time stamp at which the system client sent NTP request to the peer.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpTimeStamp  

juniNtpPeerPrecision 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.19
Length of the clock tick (interrupt interval) of the server's clock.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpPeerLastUpdateTime 1.3.6.1.4.1.4874.2.2.56.2.4.2.1.20
Displays the seconds since the last update from the NTP server
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

juniNtpPeerFilterRegisterTable 1.3.6.1.4.1.4874.2.2.56.2.4.3
The following table contains NTP state variables used by the NTP clock filter and selection algorithms. This table depicts a shift register. Each stage in the shift register is a 3-tuple consisting of the measured clock offset, measured clock delay and measured clock dispersion associated with a single observation. The NTP clock-filter and selection algorithms are designed to minimize the error in the calculated time by using the objects values in the filter table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JuniNtpPeerFilterRegisterEntry

juniNtpPeerFilterRegisterEntry 1.3.6.1.4.1.4874.2.2.56.2.4.3.1
Each entry corresponds to one stage of the shift register and reading one set of values clock delay, clock offset and clock dispersion. Entries are automatically created whenever a peer is configured and deleted when the peer is removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  JuniNtpPeerFilterRegisterEntry  

juniNtpPeerFilterIndex 1.3.6.1.4.1.4874.2.2.56.2.4.3.1.1
An integer value in the specified range that is used to index into the table. The size of the table is fixed at 8. Each entry identifies a particular reading of the clock filter variables in the shift register. Entries are added starting at index 1. The index wraps back to 1 when it reaches 8. When the index wraps back, the new entries will overwrite the old entries effectively deleting the old entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

juniNtpPeerFilterOffset 1.3.6.1.4.1.4874.2.2.56.2.4.3.1.2
The offset of the peer clock relative to the system clock in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockSignedTime  

juniNtpPeerFilterDelay 1.3.6.1.4.1.4874.2.2.56.2.4.3.1.3
Roundtrip delay of the peer clock relative to the system 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    
  JuniNtpClockSignedTime  

juniNtpPeerFilterDispersion 1.3.6.1.4.1.4874.2.2.56.2.4.3.1.4
The maximum error of the peer clock relative to the system clock over the network path between them, in seconds. Only positive values greater than zero are possible.
Status: current Access: read-only
OBJECT-TYPE    
  JuniNtpClockUnsignedTime  

juniNtpRouterAccessGroupPeer 1.3.6.1.4.1.4874.2.2.56.2.5.1
Configure the name of the peer access list for the NTP enabled router.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

juniNtpRouterAccessGroupServe 1.3.6.1.4.1.4874.2.2.56.2.5.2
Configure the name of the serve access list for the NTP enabled router.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

juniNtpRouterAccessGroupServeOnly 1.3.6.1.4.1.4874.2.2.56.2.5.3
Configure the name of the serve-only access list for the NTP enabled router.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

juniNtpRouterAccessGroupQueryOnly 1.3.6.1.4.1.4874.2.2.56.2.5.4
Configure the name of the peer query-only list for the NTP enabled router.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

juniNtpTraps 1.3.6.1.4.1.4874.2.2.56.2.0
OBJECT IDENTIFIER    

juniNtpFrequencyCalibrationStart 1.3.6.1.4.1.4874.2.2.56.2.0.1
This trap will be generated at the start of frequency synchronization.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniNtpFrequencyCalibrationEnd 1.3.6.1.4.1.4874.2.2.56.2.0.2
This trap will be generated when frequency synchronization completes successfully.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniNtpTimeSynUp 1.3.6.1.4.1.4874.2.2.56.2.0.3
This trap indicates that some kind of time synchronization has started. This trap will be generated at the start of time synchronization with the configured time servers irrespective of whether time synchronization is done with all the configured time servers or any one of them (there may be reachability or other problems) when NTP is enabled on the router.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniNtpTimeSynDown 1.3.6.1.4.1.4874.2.2.56.2.0.4
This trap will be generated when the NTP client is not able to time synchronize with any of the configured time servers for any reasons when NTP is enabled on the router.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniNtpTimeServerSynUp 1.3.6.1.4.1.4874.2.2.56.2.0.5
This trap will be generated to report the time synchronization status of each configured time server on the router when it starts time synchronization with the NTP client.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniNtpTimeServerSynDown 1.3.6.1.4.1.4874.2.2.56.2.0.6
This trap will be generated to report the time synchronization status of each configured time server on the router when it stops time synchronization with the NTP client for any reasons.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniNtpFirstSystemClockSet 1.3.6.1.4.1.4874.2.2.56.2.0.7
This trap will be generated to report when the system clock offset error is set for the first time from the good time sample taken, enabling the time synchronization. This is usually the case after a system reboot.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniNtpClockOffSetLimitCrossed 1.3.6.1.4.1.4874.2.2.56.2.0.8
This trap will be generated whenever the system clock's offset error is more than 15 minutes. This is an indication that something is not set properly, since an offset of 15 minutes is not considered to be a normal offset error compared to the accuracy of the time servers and system clock. For example, it may indicate an improper setting of the timezone.
Status: current Access: read-write
NOTIFICATION-TYPE    

juniSysClockConformance 1.3.6.1.4.1.4874.2.2.56.3
OBJECT IDENTIFIER    

juniSysClockCompliances 1.3.6.1.4.1.4874.2.2.56.3.1
OBJECT IDENTIFIER    

juniSysClockGroups 1.3.6.1.4.1.4874.2.2.56.3.2
OBJECT IDENTIFIER    

juniSysClockCompliance 1.3.6.1.4.1.4874.2.2.56.3.1.1
Obsolete compliance statement for entities that implement the Juniper System Clock MIB. This statement became obsolete when NTP traps were added.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

juniSysClockCompliance2 1.3.6.1.4.1.4874.2.2.56.3.1.2
Obsolete compliance statement for entities that implement the Juniper System Clock MIB. This statement became obsolete when new offset and frequency error objects were added.
Status: obsolete Access: read-write
MODULE-COMPLIANCE    

juniSysClockCompliance3 1.3.6.1.4.1.4874.2.2.56.3.1.3
The compliance statement for entities that implement the Juniper System Clock MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

juniSysClockTimeGroup 1.3.6.1.4.1.4874.2.2.56.3.2.1
The management objects pertaining to the System Clock current date and time.
Status: current Access: read-write
OBJECT-GROUP    

juniSysClockDstGroup 1.3.6.1.4.1.4874.2.2.56.3.2.2
The management objects pertaining to the System Clock daylight savings time information.
Status: current Access: read-write
OBJECT-GROUP    

juniNtpSysClockGroup 1.3.6.1.4.1.4874.2.2.56.3.2.3
Obsolete management objects pertaining to the system clock when NTP is configured on the system. This group became obsolete when replacement clock offset and frequency error objects with DisplaySting syntax were added.
Status: obsolete Access: read-write
OBJECT-GROUP    

juniNtpClientGroup 1.3.6.1.4.1.4874.2.2.56.3.2.4
The management objects pertaining to the NTP client group.
Status: current Access: read-write
OBJECT-GROUP    

juniNtpServerGroup 1.3.6.1.4.1.4874.2.2.56.3.2.5
The management objects pertaining to the NTP server group.
Status: current Access: read-write
OBJECT-GROUP    

juniNtpPeersGroup 1.3.6.1.4.1.4874.2.2.56.3.2.6
The management objects pertaining to the NTP peers group.
Status: obsolete Access: read-write
OBJECT-GROUP    

juniNtpAccessGroupGroup 1.3.6.1.4.1.4874.2.2.56.3.2.7
The management objects pertaining to the NTP per router access group.
Status: current Access: read-write
OBJECT-GROUP    

juniNtpNotificationGroup 1.3.6.1.4.1.4874.2.2.56.3.2.8
The management notifications pertaining to NTP state changes.
Status: current Access: read-write
NOTIFICATION-GROUP    

juniNtpSysClockGroup2 1.3.6.1.4.1.4874.2.2.56.3.2.9
The management objects pertaining to the system clock when NTP is configured on the system.
Status: current Access: read-write
OBJECT-GROUP    

juniNtpSysClockDeprecatedGroup 1.3.6.1.4.1.4874.2.2.56.3.2.10
Deprecated management objects pertaining to the system clock when NTP is configured on the system.
Status: deprecated Access: read-write
OBJECT-GROUP    

juniNtpPeersGroup1 1.3.6.1.4.1.4874.2.2.56.3.2.11
The management objects pertaining to the NTP peers group.
Status: current Access: read-write
OBJECT-GROUP