ASCEND-MIBTIME-MIB

File: ASCEND-MIBTIME-MIB.mib (4295 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibtimeDateProfileEntry  
SEQUENCE    
  timeDateProfile-Index-o INTEGER
  timeDateProfile-Time-Hour INTEGER
  timeDateProfile-Time-Minute INTEGER
  timeDateProfile-Time-Second INTEGER
  timeDateProfile-Date-Weekday INTEGER
  timeDateProfile-Date-Month INTEGER
  timeDateProfile-Date-Year INTEGER
  timeDateProfile-Date-Day INTEGER
  timeDateProfile-Action-o INTEGER

Defined Values

mibtimeDateProfile 1.3.6.1.4.1.529.23.130
OBJECT IDENTIFIER    

mibtimeDateProfileTable 1.3.6.1.4.1.529.23.130.1
A list of mibtimeDateProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibtimeDateProfileEntry

mibtimeDateProfileEntry 1.3.6.1.4.1.529.23.130.1.1
A mibtimeDateProfile entry containing objects that maps to the parameters of mibtimeDateProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibtimeDateProfileEntry  

timeDateProfile-Index-o 1.3.6.1.4.1.529.23.130.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

timeDateProfile-Time-Hour 1.3.6.1.4.1.529.23.130.1.1.2
Number of hours, in 24 hour format, where midnight is a zero, etc.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

timeDateProfile-Time-Minute 1.3.6.1.4.1.529.23.130.1.1.3
Number of minutes since last hour.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

timeDateProfile-Time-Second 1.3.6.1.4.1.529.23.130.1.1.4
Number of seconds since last minute.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

timeDateProfile-Date-Weekday 1.3.6.1.4.1.529.23.130.1.1.5
The day of the week, where Sunday is a one, and Saturday is a seven.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sunday(2), monday(3), tuesday(4), wednesday(5), thursday(6), friday(7), saturday(8)  

timeDateProfile-Date-Month 1.3.6.1.4.1.529.23.130.1.1.6
The month of the year (i.e. 1..12).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER january(2), february(3), march(4), april(5), may(6), june(7), july(8), august(9), september(10), october(11), november(12), december(13)  

timeDateProfile-Date-Year 1.3.6.1.4.1.529.23.130.1.1.7
The year in 'yyyy' format should be in the range (1990 - 2089). The year in 'yy' format should be in the range (00 - 99). Year from (0 - 89) will be taken as (2000 - 2089) and (90 - 99) will be taken as (1990 - 1999).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

timeDateProfile-Date-Day 1.3.6.1.4.1.529.23.130.1.1.8
The day in the month (i.e. 1..31).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

timeDateProfile-Action-o 1.3.6.1.4.1.529.23.130.1.1.9
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)