ARRIS-C3-NTP-MIB

File: ARRIS-C3-NTP-MIB.mib (4249 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ARRIS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 IpAddress RowStatus
cmtsC3

Defined Types

DcxNTPServerEntry  
SEQUENCE    
  dcxNTPServerIp IpAddress
  dcxNTPServerInterval Integer32
  dcxNTPServerSuccess Counter32
  dcxNTPServerAttempts Counter32
  dcxNTPServerOffset Integer32
  dcxNTPServerStatus RowStatus

Defined Values

cmtsC3NTPMIB 1.3.6.1.4.1.4115.1.4.3.7
This MIB manages the NTP software on the Arris CMTS C3
MODULE-IDENTITY    

dcxNTPObjects 1.3.6.1.4.1.4115.1.4.3.7.1
OBJECT IDENTIFIER    

dcxNTPServerTable 1.3.6.1.4.1.4115.1.4.3.7.1.1
This table contains a list of the NTP servers that the CMTS is configured to use. If the table is empty, then no NTP servers are specified, and the time will be read from the on-board RTC (Real Time Clock). Each NTP server in this table will be queried, but only the master NTP server will be used to update the system time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DcxNTPServerEntry

dcxNTPServerEntry 1.3.6.1.4.1.4115.1.4.3.7.1.1.1
An entry describing an NTP server. Entries are ordered by dcxNTPServerIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  DcxNTPServerEntry  

dcxNTPServerIp 1.3.6.1.4.1.4115.1.4.3.7.1.1.1.1
The IP address to which this entry's addressing information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dcxNTPServerInterval 1.3.6.1.4.1.4115.1.4.3.7.1.1.1.2
The interval for which the CMTS will wait before trying to connect to the NTP server (in seconds).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dcxNTPServerSuccess 1.3.6.1.4.1.4115.1.4.3.7.1.1.1.3
The number of times the NTP server has been successfully polled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxNTPServerAttempts 1.3.6.1.4.1.4115.1.4.3.7.1.1.1.4
The number of times the NTP server has been polled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dcxNTPServerOffset 1.3.6.1.4.1.4115.1.4.3.7.1.1.1.5
The offset (in seconds) from which the NTP server differs from the CMTS.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dcxNTPServerStatus 1.3.6.1.4.1.4115.1.4.3.7.1.1.1.6
Controls and reflects the status of rows in this table. Rows in this table may be created by either the create-and-go or create-and-wait paradigms. There is no restriction on changing values in a row of this table while the row is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dcxNTPMasterServer 1.3.6.1.4.1.4115.1.4.3.7.1.2
This value contains the IP of the current master NTP server as specified in dcxNTPServerTable. An IP address of 0.0.0.0 will be displayed if the NTP master server is not in the list, or not configured.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress