RC-NTP-MIB

File: RC-NTP-MIB.mib (8065 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RAPID-CITY

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
IpAddress DisplayString TruthValue
RowStatus rcNtp

Defined Types

RcNtpServerEntry  
SEQUENCE    
  rcNtpServerAddress IpAddress
  rcNtpServerEnable TruthValue
  rcNtpServerAuthentication TruthValue
  rcNtpServerKeyId INTEGER
  rcNtpServerAccessAttempts Counter32
  rcNtpServerAccessSuccess Counter32
  rcNtpServerAccessFailure Counter32
  rcNtpServerRowStatus RowStatus
  rcNtpServerStratum DisplayString
  rcNtpServerVersion DisplayString
  rcNtpServerRootDelay DisplayString
  rcNtpServerPrecision DisplayString
  rcNtpServerReachable DisplayString
  rcNtpServerSynchronized DisplayString

RcNtpKeyEntry  
SEQUENCE    
  rcNtpKeyId INTEGER
  rcNtpKeySecret DisplayString
  rcNtpKeyRowStatus RowStatus

Defined Values

rcNtpMib 1.3.6.1.4.1.2272.1.33.0
Enterprise MIB for the Accelar product family.
MODULE-IDENTITY    

rcNtpGlobal 1.3.6.1.4.1.2272.1.33.1
OBJECT IDENTIFIER    

rcNtpGlobalEnable 1.3.6.1.4.1.2272.1.33.1.1
Enable/disable NTP feature
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcNtpGlobalInterval 1.3.6.1.4.1.2272.1.33.1.2
Time interval between successive NTP updates in minutes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..1440  

rcNtpServerTable 1.3.6.1.4.1.2272.1.33.2
The NTP server table. This table lists the information of a NTP server
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcNtpServerEntry

rcNtpServerEntry 1.3.6.1.4.1.2272.1.33.2.1
A NTP server table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcNtpServerEntry  

rcNtpServerAddress 1.3.6.1.4.1.2272.1.33.2.1.1
Server IP address of NTP time source referred to in this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcNtpServerEnable 1.3.6.1.4.1.2272.1.33.2.1.2
Enable or disable this server for participation in time update.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcNtpServerAuthentication 1.3.6.1.4.1.2272.1.33.2.1.3
Enable or disable the MD5 Authentication on this serve.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcNtpServerKeyId 1.3.6.1.4.1.2272.1.33.2.1.4
Public Key used to generate MD5 digest for this server.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

rcNtpServerAccessAttempts 1.3.6.1.4.1.2272.1.33.2.1.5
The number of NTP requests sent to this server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcNtpServerAccessSuccess 1.3.6.1.4.1.2272.1.33.2.1.6
The number of times this server was selected to update the time
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcNtpServerAccessFailure 1.3.6.1.4.1.2272.1.33.2.1.7
The number of times this server was rejected from updating the time
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcNtpServerRowStatus 1.3.6.1.4.1.2272.1.33.2.1.8
Used to create/delete entries.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcNtpServerStratum 1.3.6.1.4.1.2272.1.33.2.1.9
Stratum of this server
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

rcNtpServerVersion 1.3.6.1.4.1.2272.1.33.2.1.10
NTP version of this server
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

rcNtpServerRootDelay 1.3.6.1.4.1.2272.1.33.2.1.11
Root Delay of this server
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rcNtpServerPrecision 1.3.6.1.4.1.2272.1.33.2.1.12
NTP precision of this server in seconds
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

rcNtpServerReachable 1.3.6.1.4.1.2272.1.33.2.1.13
NTP Reachability of this server
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

rcNtpServerSynchronized 1.3.6.1.4.1.2272.1.33.2.1.14
Status of synchronization with this server
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

rcNtpKeyTable 1.3.6.1.4.1.2272.1.33.3
The NTP key table. This table lists the private key of the public key Id
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcNtpKeyEntry

rcNtpKeyEntry 1.3.6.1.4.1.2272.1.33.3.1
A NTP key table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcNtpKeyEntry  

rcNtpKeyId 1.3.6.1.4.1.2272.1.33.3.1.1
Public Key used to generate MD5 digest
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

rcNtpKeySecret 1.3.6.1.4.1.2272.1.33.3.1.2
Private Key used to generate MD5 Digest
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..8)  

rcNtpKeyRowStatus 1.3.6.1.4.1.2272.1.33.3.1.3
Used to create/delete entries.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus