AISYSCFGTIME-MIB

File: AISYSCFGTIME-MIB.mib (3376 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress enterprises DisplayString
TruthValue

Defined Types

AiSCTimeNtpServerEntry  
SEQUENCE    
  aiSCTimeNtpServerIndex Integer32
  aiSCTimeNtpServerAddress IpAddress

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSysCfg 1.3.6.1.4.1.539.32
OBJECT IDENTIFIER    

aiSysCfgTime 1.3.6.1.4.1.539.32.2
MIB module for timekeeping.
MODULE-IDENTITY    

aiSCTimeZone 1.3.6.1.4.1.539.32.2.1
The current Time Zone of the system in the following format: <+|->HH:MM, where HH is the number of hours and MM is the number of minutes. <+/-> specifies the East/West direction. For example, EST would be displayed as: -05:00. The ':' is optional, making this variable conform to ISO-8601
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(5..6)  

aiSCDaylightSavingEnabled 1.3.6.1.4.1.539.32.2.2
Indicates whether Daylight saving is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aiSCDaylightSavingStatus 1.3.6.1.4.1.539.32.2.3
If aiSCDaylightSavingEnabled is disabled(1), then that is also the value of this object. Otherwise, aiSCDaylightSavingStatus is active(2) if we are currently observing Daylight Savings Time and inactive(3) otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), active(2), inactive(3)  

aiSCTimeSntpEnabled 1.3.6.1.4.1.539.32.2.4
Indicates whether the SNTP client is enabled on this system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aiSCTimeSntpPollInterval 1.3.6.1.4.1.539.32.2.5
SNTP poll interval in minutes
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..9999  

aiSCTimeNtpServerTable 1.3.6.1.4.1.539.32.2.6
A table of information on each NTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AiSCTimeNtpServerEntry

aiSCTimeNtpServerEntry 1.3.6.1.4.1.539.32.2.6.1
Information on a given NTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  AiSCTimeNtpServerEntry  

aiSCTimeNtpServerIndex 1.3.6.1.4.1.539.32.2.6.1.1
Self referential index in this table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

aiSCTimeNtpServerAddress 1.3.6.1.4.1.539.32.2.6.1.2
IP address of the primary NTP Server
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress