RADLAN-TIMESYNCHRONIZATION-MIB

File: RADLAN-TIMESYNCHRONIZATION-MIB.mib (33586 bytes)

Imported modules

RADLAN-MIB RADLAN-SNMPv2 SNMPv2-TC-v1
SNMPv2-SMI SNMPv2-TC

Imported symbols

rnd TruthValue DisplayString
Unsigned32 Integer32 IpAddress
MODULE-IDENTITY OBJECT-TYPE TEXTUAL-CONVENTION
RowStatus

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)  

NTPSignedTimeValue  
The time in seconds that could represent signed quantities like time delay with respect to some source. This textual-convention is specific to RADLAN implementation of NTP where 32-bit integers are used for such quantities. The signed integer part is in the first 16 bits and the fraction part is in the last 16 bits.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

NTPStratum  
Indicates the stratum of the clock. The stratum defines the accuracy of a time server. Higher the stratum, lower the accuracy. 0, unspecified 1, primary reference (e.g., calibrated atomic clock, radio clock) 2-255, secondary reference (via NTP)
TEXTUAL-CONVENTION    
  Integer32 0..255  

RlSntpBroadcastEntry  
SEQUENCE    
  rlSntpBroadcastIfIndex INTEGER
  rlSntpBroadcastIfAdminState INTEGER
  rlSntpBroadcastMode INTEGER
  rlSntpBroadcastPolled TruthValue
  rlSntpBroadcastAddress IpAddress
  rlSntpBroadcastStratum NTPStratum
  rlSntpBroadcastLastResp NTPTimeStamp
  rlSntpBroadcastStatus INTEGER
  rlSntpBroadcastOffset NTPTimeStamp
  rlSntpBroadcastDelay NTPSignedTimeValue
  rlSntpBroadcastRowStatus RowStatus

RlSntpAnycastEntry  
SEQUENCE    
  rlSntpAnycastIfIndex INTEGER
  rlSntpAnycastAddress IpAddress
  rlSntpAnycastStratum NTPStratum
  rlSntpAnycastLastResp NTPTimeStamp
  rlSntpAnycastStatus INTEGER
  rlSntpAnycastOffset NTPTimeStamp
  rlSntpAnycastDelay NTPSignedTimeValue
  rlSntpAnycastRowStatus RowStatus

RlSntpServerEntry  
SEQUENCE    
  rlSntpServerAddress IpAddress
  rlSntpServerPolled TruthValue
  rlSntpServerStratum NTPStratum
  rlSntpServerLastResp NTPTimeStamp
  rlSntpServerStatus INTEGER
  rlSntpServersOffset NTPTimeStamp
  rlSntpServersDelay NTPSignedTimeValue
  rlSntpServersKeyIdentifier Unsigned32
  rlSntpServerRowStatus RowStatus

RlSntpAuthenticationEntry  
SEQUENCE    
  rlSntpAuthenticationKeyID Unsigned32 1..4294967295
  rlSntpAuthenticationKeyValue DisplayString
  rlSntpAuthenticationKeyState INTEGER
  rlSntpAuthenticationRowStatus RowStatus

Defined Values

rlTimeSynchronization 1.3.6.1.4.1.89.92
The MIB module describes the private MIB for SNTP & TIME definitions.
MODULE-IDENTITY    

rlTimeSyncMethodMode 1.3.6.1.4.1.89.92.1
OBJECT IDENTIFIER    

rlSntpNtpClient 1.3.6.1.4.1.89.92.2
OBJECT IDENTIFIER    

rlSntpNtpConfig 1.3.6.1.4.1.89.92.2.1
OBJECT IDENTIFIER    

rlSntpConfig 1.3.6.1.4.1.89.92.2.2
OBJECT IDENTIFIER    

rlNtpConfig 1.3.6.1.4.1.89.92.2.3
OBJECT IDENTIFIER    

rlTimeSyncMibVersion 1.3.6.1.4.1.89.92.1.1
TimeSync Mib Version.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rndTimeSyncManagedTime 1.3.6.1.4.1.89.92.1.2
The time will be sent in the format hhmmss
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(6)  

rndTimeSyncManagedDate 1.3.6.1.4.1.89.92.1.3
The date will be sent in the format ddmmyy
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(6)  

rndTimeSyncManagedDateTime 1.3.6.1.4.1.89.92.1.4
The date and time will be sent in the format ddmmyyhhmmss
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(12)  

rlTimeSyncMethod 1.3.6.1.4.1.89.92.1.5
Method to be used for time synchronization in the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), sntp(2), ntp(3)  

rlTimeZone 1.3.6.1.4.1.89.92.1.6
Offset from Greenwich time (format [+/-]hh:mm).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..6)  

rlTimeZoneCode 1.3.6.1.4.1.89.92.1.7
Code definition for current TimeZone.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..4)  

rlDaylightSavingTimeMode 1.3.6.1.4.1.89.92.1.8
Daylight Saving Time - Recurring/Date/None.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER recurring(1), date(2), none(3)  

rlDaylightSavingTimeStart 1.3.6.1.4.1.89.92.1.9
Daylight Saving Time start date. In recurring mode: week wday month hh:mm In date mode: month day year hh:mm week: 0-6 (0=First, 6=Last) wday: 1-7 (Sunday-Saturday) month: 1-12 (January-December) day: 1-31 year: 0-99 (2000-2099) hh: 0-23 (hours) mm: 0-59 (minutes)
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(14)  

rlDaylightSavingTimeEnd 1.3.6.1.4.1.89.92.1.10
Daylight Saving Time end date. In recurring mode: week wday month hh:mm In date mode: month day year hh:mm week: 0-6 (0=First, 6=Last) wday: 1-7 (Sunday-Saturday) month: 1-12 (January-December) day: 1-31 year: 0-99 (2000-2099) hh: 0-23 (hours) mm: 0-59 (minutes)
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(14)  

rlDaylightSavingTimeOffset 1.3.6.1.4.1.89.92.1.11
Daylight Saving Time - The number of minutes to add to the clock during summer time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rlDaylightSavingTimeCode 1.3.6.1.4.1.89.92.1.12
Code definition for current Daylight Saving Time.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..4)  

rlTZDSTOffset 1.3.6.1.4.1.89.92.1.13
Local Time Zone and Daylight Saving Time offset in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSntpNtpMibVersion 1.3.6.1.4.1.89.92.2.1.1
SntpNtp Mib Version.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSntpNtpConfigMode 1.3.6.1.4.1.89.92.2.1.2
Current configuration operational mode of SNTP/NTP client.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), unicast(2), anycast(3), multicast(4), unicastAnycast(5), unicastMulticast(6), anycastMulticast(7), unicastAnycastMulticast(8)  

rlSntpNtpConfigSysStratum 1.3.6.1.4.1.89.92.2.1.3
The stratum of the local clock. If the value is set to 1, i.e., this is a primary reference, then the Primary-Clock procedure described in Section 3.4.6, in RFC-1305 is invoked.
Status: current Access: read-only
OBJECT-TYPE    
  NTPStratum  

rlSntpNtpConfigPollInterval 1.3.6.1.4.1.89.92.2.1.4
Period of time (in seconds) between succesive attempts to perform an update via SNTP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlSntpNtpConfigPrimaryPollSrvAddr 1.3.6.1.4.1.89.92.2.1.5
Ip Address of a trusted SNTP server for polling.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlSntpNtpConfigPrimaryPollSrvMrid 1.3.6.1.4.1.89.92.2.1.6
The mrid of the primary server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSntpNtpConfigPrimaryPollSrvIfIndex 1.3.6.1.4.1.89.92.2.1.7
The interface addressed of the primary server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSntpNtpConfigPrimaryPollSrvStratum 1.3.6.1.4.1.89.92.2.1.8
The stratum of the primary polling server.
Status: current Access: read-only
OBJECT-TYPE    
  NTPStratum  

rlSntpNtpConfigSyncSrvAddr 1.3.6.1.4.1.89.92.2.1.9
Ip Address of the synced server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlSntpNtpConfigSyncSrvMrid 1.3.6.1.4.1.89.92.2.1.10
The mrid of the synced server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSntpNtpConfigSyncSrvIfIndex 1.3.6.1.4.1.89.92.2.1.11
The interface addressed of the synced server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlSntpNtpConfigSyncSrvType 1.3.6.1.4.1.89.92.2.1.12
Synced server type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), unicast(2), anycast(3), broadcast(4)  

rlSntpNtpConfigSyncSrvStratum 1.3.6.1.4.1.89.92.2.1.13
The stratum of the synced server.
Status: current Access: read-only
OBJECT-TYPE    
  NTPStratum  

rlSntpNtpConfigRetryTimeout 1.3.6.1.4.1.89.92.2.1.14
SNTP/NTP requests Retry Interval.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlSntpNtpConfigRetryCnt 1.3.6.1.4.1.89.92.2.1.15
SNTP/NTP requests Retry Count.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rlSntpClientMode 1.3.6.1.4.1.89.92.2.2.1
Current operational mode of SNTP client.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), active(2), passive(3)  

rlSntpUnicastAdminState 1.3.6.1.4.1.89.92.2.2.2
SNTP Unicast Administrative state - Enable/Disable SNTP. In case of reinitializing polling or time synchronization this MIB is modified. The MIB can be enabled even thought it is already enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlSntpBroadcastAdminState 1.3.6.1.4.1.89.92.2.2.3
SNTP Broadcast Administrative state - Enable/Disable SNTP. In case of reinitializing polling or time synchronization this MIB is modified. The MIB can be enabled even thought it is already enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlSntpAnycastAdminState 1.3.6.1.4.1.89.92.2.2.4
SNTP Anycast Administrative state - Enable/Disable SNTP. In case of reinitializing polling or time synchronization this MIB is modified. The MIB can be enabled even thought it is already enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlSntpUnicastPollState 1.3.6.1.4.1.89.92.2.2.5
SNTP Unicast poll state - TRUE for polled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSntpBroadcastPollState 1.3.6.1.4.1.89.92.2.2.6
SNTP Broadcast poll state - TRUE for polled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSntpAnycastPollState 1.3.6.1.4.1.89.92.2.2.7
SNTP Anycast poll state - TRUE for polled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSntpAuthenticationState 1.3.6.1.4.1.89.92.2.2.8
SNTP authentication state- Enable/Disable SNTP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlTimeValidFlag 1.3.6.1.4.1.89.92.2.2.9
Is time valid.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSntpConfigBroadcastTable 1.3.6.1.4.1.89.92.2.2.10
A table containing broadcast mode information per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSntpBroadcastEntry

rlSntpBroadcastEntry 1.3.6.1.4.1.89.92.2.2.10.1
Private paramters for interface: sntp status, broadcast mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSntpBroadcastEntry  

rlSntpBroadcastIfIndex 1.3.6.1.4.1.89.92.2.2.10.1.1
The interface addressed by this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlSntpBroadcastIfAdminState 1.3.6.1.4.1.89.92.2.2.10.1.2
SNTP interface Adminstrative state- Enable/Disable SNTP. In case of reinitializing polling or time synchronization this MIB is modified. The MIB can be enabled even thought it is already enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlSntpBroadcastMode 1.3.6.1.4.1.89.92.2.2.10.1.3
SNTP/NTP Broadcast Mode. none - no broadcast SNTP packets are received or sent. Receive - host only receive SNTP packets that were sent to broadcast address (were not directed to the host). This is multicast mode in the RFC. Send - host only send SNTP packets and wait for replies directed to the host. This is anycast mode in the RFC. ReceiveSend - host receive broadcast messages (destination is broadcast address in the received messages) and send SNTP packets to wait for replies directed to the host (destination address of the reply is the host address). This mode combines anycast and multicast modes in the RFC.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), receive(2), send(3), receiveSend(4)  

rlSntpBroadcastPolled 1.3.6.1.4.1.89.92.2.2.10.1.4
TRUE if participating in polling cycle, else FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSntpBroadcastAddress 1.3.6.1.4.1.89.92.2.2.10.1.5
Ip Address of a trusted SNTP server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlSntpBroadcastStratum 1.3.6.1.4.1.89.92.2.2.10.1.6
The stratum of this server.
Status: current Access: read-only
OBJECT-TYPE    
  NTPStratum  

rlSntpBroadcastLastResp 1.3.6.1.4.1.89.92.2.2.10.1.7
SNTP Broadcast Last Response Time
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

rlSntpBroadcastStatus 1.3.6.1.4.1.89.92.2.2.10.1.8
The Operational State of the remote IP Address of the SNTP Broadcast. unknown - requests were not sent yet. inProcess - replies were not received yet. up - server sent SNTP packets. down - server stopped sending SNTP packets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), inProcess(2), up(3), down(4)  

rlSntpBroadcastOffset 1.3.6.1.4.1.89.92.2.2.10.1.9
The estimated offset of the server's clock relative to the local clock, in seconds. The host determines the value of this object using the algorithm described in RFC 2030.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

rlSntpBroadcastDelay 1.3.6.1.4.1.89.92.2.2.10.1.10
The estimated round-trip delay of the server's clock relative to the local clock over the network path between them, in seconds. The host determines the value of this object using the algorithm described in RFC 2030.
Status: current Access: read-only
OBJECT-TYPE    
  NTPSignedTimeValue  

rlSntpBroadcastRowStatus 1.3.6.1.4.1.89.92.2.2.10.1.11
The Status of this SNTP broadcast interface information.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlSntpConfigAnycastTable 1.3.6.1.4.1.89.92.2.2.11
A table containing anycast information per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSntpAnycastEntry

rlSntpAnycastEntry 1.3.6.1.4.1.89.92.2.2.11.1
Private paramters for interface: server info.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSntpAnycastEntry  

rlSntpAnycastIfIndex 1.3.6.1.4.1.89.92.2.2.11.1.1
The interface addressed by this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlSntpAnycastAddress 1.3.6.1.4.1.89.92.2.2.11.1.2
Ip Address of a trusted SNTP server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rlSntpAnycastStratum 1.3.6.1.4.1.89.92.2.2.11.1.3
The stratum of this server.
Status: current Access: read-only
OBJECT-TYPE    
  NTPStratum  

rlSntpAnycastLastResp 1.3.6.1.4.1.89.92.2.2.11.1.4
SNTP Anycast Last Response Time
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

rlSntpAnycastStatus 1.3.6.1.4.1.89.92.2.2.11.1.5
The Operational State of the remote IP Address of the SNTP Anycast. unknown - requests were not sent yet. inProcess - replies were not received yet. up - server sent SNTP packets. down - server stopped sending SNTP packets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), inProcess(2), up(3), down(4)  

rlSntpAnycastOffset 1.3.6.1.4.1.89.92.2.2.11.1.6
The estimated offset of the server's clock relative to the local clock, in seconds. The host determines the value of this object using the algorithm described in RFC 2030.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

rlSntpAnycastDelay 1.3.6.1.4.1.89.92.2.2.11.1.7
The estimated round-trip delay of the server's clock relative to the local clock over the network path between them, in seconds. The host determines the value of this object using the algorithm described in RFC 2030.
Status: current Access: read-only
OBJECT-TYPE    
  NTPSignedTimeValue  

rlSntpAnycastRowStatus 1.3.6.1.4.1.89.92.2.2.11.1.8
The Status of this SNTP anycast interface information.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlSntpConfigServerTable 1.3.6.1.4.1.89.92.2.2.12
A table containing trusted SNTP servers to be queried in unicast or broadcast mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSntpServerEntry

rlSntpServerEntry 1.3.6.1.4.1.89.92.2.2.12.1
A trusted server.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSntpServerEntry  

rlSntpServerAddress 1.3.6.1.4.1.89.92.2.2.12.1.1
Ip Address of a trusted SNTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rlSntpServerPolled 1.3.6.1.4.1.89.92.2.2.12.1.2
TRUE if participating in polling cycle, else FALSE.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlSntpServerStratum 1.3.6.1.4.1.89.92.2.2.12.1.3
The stratum of this server.
Status: current Access: read-only
OBJECT-TYPE    
  NTPStratum  

rlSntpServerLastResp 1.3.6.1.4.1.89.92.2.2.12.1.4
SNTP Server Last Response Time
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

rlSntpServerStatus 1.3.6.1.4.1.89.92.2.2.12.1.5
The Operational State of the remote IP Address of the SNTP Server. unknown - requests were not sent yet. inProcess - replies were not received yet. up - server sent SNTP packets. down - server stopped sending SNTP packets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), inProcess(2), up(3), down(4)  

rlSntpServersOffset 1.3.6.1.4.1.89.92.2.2.12.1.6
The estimated offset of the server's clock relative to the local clock, in seconds. The host determines the value of this object using the algorithm described in RFC 2030.
Status: current Access: read-only
OBJECT-TYPE    
  NTPTimeStamp  

rlSntpServersDelay 1.3.6.1.4.1.89.92.2.2.12.1.7
The estimated round-trip delay of the server's clock relative to the local clock over the network path between them, in seconds. The host determines the value of this object using the algorithm described in RFC 2030.
Status: current Access: read-only
OBJECT-TYPE    
  NTPSignedTimeValue  

rlSntpServersKeyIdentifier 1.3.6.1.4.1.89.92.2.2.12.1.8
Authentication key identifier. The valid range is 1-4294967295. Value zero, means no authentication is being done.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

rlSntpServerRowStatus 1.3.6.1.4.1.89.92.2.2.12.1.9
The Status of this SNTP server information.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlSntpConfigAuthenticationTable 1.3.6.1.4.1.89.92.2.2.13
A table authentication keys.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlSntpAuthenticationEntry

rlSntpAuthenticationEntry 1.3.6.1.4.1.89.92.2.2.13.1
Keys information for authenticationof NTP packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlSntpAuthenticationEntry  

rlSntpAuthenticationKeyID 1.3.6.1.4.1.89.92.2.2.13.1.1
The key identifier. Valid rabge for key identifier is 1-4294967295.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rlSntpAuthenticationKeyValue 1.3.6.1.4.1.89.92.2.2.13.1.2
Key value.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..8)  

rlSntpAuthenticationKeyState 1.3.6.1.4.1.89.92.2.2.13.1.3
Authentication key state - Enable/Disable key.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rlSntpAuthenticationRowStatus 1.3.6.1.4.1.89.92.2.2.13.1.4
The Status of this Authentication key information.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus