NETGEAR-TIMERANGE-MIB

File: NETGEAR-TIMERANGE-MIB.mib (17670 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB SNMPv2-TC
QUANTA-LB6M-REF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 DisplayString RowStatus
TEXTUAL-CONVENTION lb6m

Defined Types

TimeRangeAbsoluteDateAndTime  
A date-time specification for absolute time entry in a time range. field octets contents range ----- ------ -------- ----- 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 For example, Oct 9, 2009 at 1:30 PM would be displayed as: 2009-10-9,13:30.
TEXTUAL-CONVENTION    
  OCTET STRING Size(6)  

TimeRangePeriodicTime  
A time specification for periodic time entry in a time range. field octets contents range ----- ------ -------- ----- 1 1 hour 0..23 1 1 minutes 0..59 For example,1:30 PM would be displayed as: 13:30.
TEXTUAL-CONVENTION    
  OCTET STRING Size(2)  

TimeRangePeriodicDate  
A date specification for periodic time entry in a time range. field octets contents range ----- ------ -------- ----- 1 1-2 year 1993..2035 2 3 month 1..12 3 4 day 1..31 For example, Oct 9, 2009 would be displayed as: 2009-10-9
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

TimeRangeEntry  
SEQUENCE    
  timeRangeIndex Unsigned32
  timeRangeName DisplayString
  timeRangeOperState INTEGER
  timeRangeStatus RowStatus

TimeRangeAbsoluteEntry  
SEQUENCE    
  timeRangeAbsoluteEntryIndex Integer32
  timeRangeAbsoluteStartDateAndTime TimeRangeAbsoluteDateAndTime
  timeRangeAbsoluteEndDateAndTime TimeRangeAbsoluteDateAndTime
  timeRangeAbsoluteStatus RowStatus

TimeRangePeriodicEntry  
SEQUENCE    
  timeRangePeriodicEntryIndex Integer32
  timeRangePeriodicFrequency Integer32
  timeRangePeriodicPattern Integer32
  timeRangePeriodicDayMask Integer32
  timeRangePeriodicStartDate TimeRangePeriodicDate
  timeRangePeriodicStartDay BITS
  timeRangePeriodicStartTime TimeRangePeriodicTime
  timeRangePeriodicEndDate TimeRangePeriodicDate
  timeRangePeriodicEndDay BITS
  timeRangePeriodicEndTime TimeRangePeriodicTime
  timeRangePeriodicStatus RowStatus

Defined Values

fastPathTimeRange 1.3.6.1.4.1.4413.1.1.53
The Netgear Private MIB for NETGEAR Time Ranges
MODULE-IDENTITY    

fastPathTimeRangeGroup 1.3.6.1.4.1.4413.1.1.53.1
OBJECT IDENTIFIER    

timeRangeAdminMode 1.3.6.1.4.1.4413.1.1.53.1.1
TimeRange admin mode: enable - enable TimeRange disable - disable TimeRange.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

timeRangeIndexNextFree 1.3.6.1.4.1.4413.1.1.53.1.2
This object contains an unused value for the timeRangeIndex to be used when creating a new TimeRange. A value of zero indicates the TimeRange table is full.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

timeRangeTable 1.3.6.1.4.1.4413.1.1.53.1.3
A table of TimeRange instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TimeRangeEntry

timeRangeEntry 1.3.6.1.4.1.4413.1.1.53.1.3.1
timeRangeIndex and timeRangeName must be set to complete a new timeRangeEntry instance
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeRangeEntry  

timeRangeIndex 1.3.6.1.4.1.4413.1.1.53.1.3.1.1
The TimeRange table index this instance is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

timeRangeName 1.3.6.1.4.1.4413.1.1.53.1.3.1.2
The name of this TimeRange entry, which must consist of 1 to 31 alphanumeric characters and uniquely identify this TimeRange. This object must be set to complete a new TimeRange row instance.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

timeRangeOperState 1.3.6.1.4.1.4413.1.1.53.1.3.1.3
Operating status of the time-range. It depends on the current time and the periodic and absolute time entries defined in the time-range
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(0), inactive(1)  

timeRangeStatus 1.3.6.1.4.1.4413.1.1.53.1.3.1.4
Status of this instance. active(1) - this TimeRange instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

timeRangeAbsoluteEntryTable 1.3.6.1.4.1.4413.1.1.53.1.4
A table of absolute entries for time ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TimeRangeAbsoluteEntry

timeRangeAbsoluteEntry 1.3.6.1.4.1.4413.1.1.53.1.4.1
A table of absolute entries for time ranges. Atleast one of timeRangeAbsoluteStartDateAndTime and timeRangeAbsoluteEndDateAndTime must be set to complete a new Absolute entry instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeRangeAbsoluteEntry  

timeRangeAbsoluteEntryIndex 1.3.6.1.4.1.4413.1.1.53.1.4.1.1
The index of this absolute time entry within time range.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..10  

timeRangeAbsoluteStartDateAndTime 1.3.6.1.4.1.4413.1.1.53.1.4.1.2
The start time for an absolute entry in the time range
Status: current Access: read-create
OBJECT-TYPE    
  TimeRangeAbsoluteDateAndTime  

timeRangeAbsoluteEndDateAndTime 1.3.6.1.4.1.4413.1.1.53.1.4.1.3
The end time for an absolute entry in the time range.
Status: current Access: read-create
OBJECT-TYPE    
  TimeRangeAbsoluteDateAndTime  

timeRangeAbsoluteStatus 1.3.6.1.4.1.4413.1.1.53.1.4.1.4
Status of this instance. active(1) - this timeRangeAbsoluteEntry is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

timeRangePeriodicEntryTable 1.3.6.1.4.1.4413.1.1.53.1.5
A table periodic entries for time ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TimeRangePeriodicEntry

timeRangePeriodicEntry 1.3.6.1.4.1.4413.1.1.53.1.5.1
A table periodic entries for time ranges. All the objects in the periodic entry must be set to complete a new periodic entry instance. Objects timeRangePeriodicStartDay and timeRangePeriodicStartTime together forms the start dayandtime and objects timeRangePeriodicEndDay and timeRangePeriodicEndTime toghetehr forms end dayandtime. The time range to which the periodic entry belongs is active between start dayandtime and end dayandtime. If more than one day is specified in the timeRangePeriodicStartDay, then the same days should be specified in the timeRangePeriodicEndDay
Status: current Access: not-accessible
OBJECT-TYPE    
  TimeRangePeriodicEntry  

timeRangePeriodicEntryIndex 1.3.6.1.4.1.4413.1.1.53.1.5.1.1
The index of this periodic entry within time range.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..10  

timeRangePeriodicFrequency 1.3.6.1.4.1.4413.1.1.53.1.5.1.2
The frequency of this periodic entry within the time range.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

timeRangePeriodicPattern 1.3.6.1.4.1.4413.1.1.53.1.5.1.3
The pattern for a periodic entry in the time range. Can be one of the following: 0 - weekly, 1 - daily, 2 - monthly.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2  

timeRangePeriodicDayMask 1.3.6.1.4.1.4413.1.1.53.1.5.1.4
Depending on the value of the timeRangeEntryPattern this field can have different meanings. In case timeRangeEntryPattern is set to 'daily' or 'weekly' the field contains a bitmap where each bit presents a day of week. Structure of the bitmap is the following : bit 0 - sunday, bit 1 - monday, bit 2 - tuesday, bit 3 - wednesday, bit 4 - thursday, bit 5 - friday, bit 6 - saturday. In case timeRangeEntryPattern is set to 'monthly' the field contains a day of month (1..31).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

timeRangePeriodicStartDate 1.3.6.1.4.1.4413.1.1.53.1.5.1.5
The start date for a periodic entry in the time range
Status: current Access: read-create
OBJECT-TYPE    
  TimeRangePeriodicDate  

timeRangePeriodicStartDay 1.3.6.1.4.1.4413.1.1.53.1.5.1.6
The starting day or days on which the configuration that referenced the time range starts going into effect. Same day can be set for both timeRangePeriodicStartDay and timeRangePeriodicEndDay objects
Status: current Access: read-create
OBJECT-TYPE    
  BITS sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7)  

timeRangePeriodicStartTime 1.3.6.1.4.1.4413.1.1.53.1.5.1.7
The starting time for an periodic entry in the time range.
Status: current Access: read-create
OBJECT-TYPE    
  TimeRangePeriodicTime  

timeRangePeriodicEndDate 1.3.6.1.4.1.4413.1.1.53.1.5.1.8
The end date for a periodic entry in the time range
Status: current Access: read-create
OBJECT-TYPE    
  TimeRangePeriodicDate  

timeRangePeriodicEndDay 1.3.6.1.4.1.4413.1.1.53.1.5.1.9
The ending day or days on which the configuration that referenced the time range is no longer in efect. Same day can be set for both timeRangePeriodicStartDay and timeRangePeriodicEndDay objects
Status: current Access: read-create
OBJECT-TYPE    
  BITS sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7)  

timeRangePeriodicEndTime 1.3.6.1.4.1.4413.1.1.53.1.5.1.10
The end time for an periodic entry in the time range. Use end time 00:00 to specify last minute of the day.
Status: current Access: read-create
OBJECT-TYPE    
  TimeRangePeriodicTime  

timeRangePeriodicStatus 1.3.6.1.4.1.4413.1.1.53.1.5.1.11
Status of this instance. active(1) - this timeRangePeriodicEntry is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus