NBS-NTP-MIB

File: NBS-NTP-MIB.mib (4100 bytes)

Imported modules

SNMPv2-SMI NBS-CMMC-MIB

Imported symbols

IpAddress OBJECT-TYPE MODULE-IDENTITY
nbsCmmcNtpGrp

Defined Types

NbsNtpServerEntry  
SEQUENCE    
  nbsNtpServerIpAddr IpAddress
  nbsNtpServerStatus INTEGER

Defined Values

nbsNtpMib 1.3.6.1.4.1.629.200.9.1
MIB for representing NBS NTP private information
MODULE-IDENTITY    

nbsNtpEnable 1.3.6.1.4.1.629.200.9.1.1
Whether or not to enable NTP
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notSupported(1), no(2), yes(3)  

nbsNtpServerTableSize 1.3.6.1.4.1.629.200.9.1.2
The number of rows in the NTP Server table
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

nbsNtpServerTable 1.3.6.1.4.1.629.200.9.1.3
A table of NTP servers to consult for time synchronization. It represents the current operational table as well as the NVRAM saved table. The entries in the table are saved over system resets and power up cycles
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbsNtpServerEntry

nbsNtpServerEntry 1.3.6.1.4.1.629.200.9.1.3.1
Contains the information necessary to contact an NTP server. The object nbsNtpServerTableEntryStatus, when written, is used to create or delete an entry/row in nbsNtpServerTable. To create a new entry, a SET PDU with the nbsNtpServerIpAddr object is required.
Status: current Access: not-accessible
OBJECT-TYPE    
  NbsNtpServerEntry  

nbsNtpServerIpAddr 1.3.6.1.4.1.629.200.9.1.3.1.1
IP Address of an NTP server that should be used for time synchronization.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

nbsNtpServerStatus 1.3.6.1.4.1.629.200.9.1.3.1.2
This object is used to get/set the validity of the information contained by nbsNtpServerEntry row. Setting this object to the value invalid(1) has the effect of deleting the corresponding nbsNtpServerTable entry. Deleting and entry has the effect of initializing it to default values : IpAddr = 0.0.0.0 Setting this object to the value valid(2) entry has the effect of creating a new row in the nbsNtpServerTable object, if an entry with the same nbsNtpServerIpAddr does not exist. If such an entry exists, then a 'badValue' error will be returned. The GET operations will receive a value of valid(2) for existing entries. An invalid(1) value indicates an entry that was deleted by a previous SET operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), active(2)