HM2-PLATFORM-TIMERANGE-MIB

File: HM2-PLATFORM-TIMERANGE-MIB.mib (13567 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HM2-TC-MIB

Imported symbols

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

Defined Types

Hm2AgentTimeRangeAbsoluteDateAndTime  
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)  

Hm2AgentTimeRangePeriodicTime  
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)  

Hm2AgentTimeRangeEntry  
SEQUENCE    
  hm2AgentTimeRangeIndex Unsigned32
  hm2AgentTimeRangeName DisplayString
  hm2AgentTimeRangeOperState INTEGER
  hm2AgentTimeRangeStatus RowStatus

Hm2AgentTimeRangeAbsoluteEntry  
SEQUENCE    
  hm2AgentTimeRangeAbsoluteEntryIndex Integer32
  hm2AgentTimeRangeAbsoluteStartDateAndTime Hm2AgentTimeRangeAbsoluteDateAndTime
  hm2AgentTimeRangeAbsoluteEndDateAndTime Hm2AgentTimeRangeAbsoluteDateAndTime
  hm2AgentTimeRangeAbsoluteStatus RowStatus

Hm2AgentTimeRangePeriodicEntry  
SEQUENCE    
  hm2AgentTimeRangePeriodicEntryIndex Integer32
  hm2AgentTimeRangePeriodicStartDay BITS
  hm2AgentTimeRangePeriodicStartTime Hm2AgentTimeRangePeriodicTime
  hm2AgentTimeRangePeriodicEndDay BITS
  hm2AgentTimeRangePeriodicEndTime Hm2AgentTimeRangePeriodicTime
  hm2AgentTimeRangePeriodicStatus RowStatus

Defined Values

hm2PlatformTimeRange 1.3.6.1.4.1.248.12.53
The Hirschmann MIB for Time Ranges. Copyright (C) 2011. All Rights Reserved.
MODULE-IDENTITY    

hm2AgentTimeRangeGroup 1.3.6.1.4.1.248.12.53.1
OBJECT IDENTIFIER    

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

hm2AgentTimeRangeAdminMode 1.3.6.1.4.1.248.12.53.1.248
TimeRange admin mode: enable - enable TimeRange disable - disable TimeRange.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hm2AgentTimeRangeTable 1.3.6.1.4.1.248.12.53.1.2
A table of Hm2AgentTimeRange instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentTimeRangeEntry

hm2AgentTimeRangeEntry 1.3.6.1.4.1.248.12.53.1.2.1
hm2AgentTimeRangeIndex and hm2AgentTimeRangeName must be set to complete a new hm2AgentTimeRangeEntry instance
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentTimeRangeEntry  

hm2AgentTimeRangeIndex 1.3.6.1.4.1.248.12.53.1.2.1.1
The Hm2AgentTimeRange table index this instance is associated with.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

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

hm2AgentTimeRangeOperState 1.3.6.1.4.1.248.12.53.1.2.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)  

hm2AgentTimeRangeStatus 1.3.6.1.4.1.248.12.53.1.2.1.4
Status of this instance. active(1) - this Hm2AgentTimeRange 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  

hm2AgentTimeRangeAbsoluteTable 1.3.6.1.4.1.248.12.53.1.3
A table of absolute entries for time ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentTimeRangeAbsoluteEntry

hm2AgentTimeRangeAbsoluteEntry 1.3.6.1.4.1.248.12.53.1.3.1
A table of absolute entries for time ranges. Atleast one of hm2AgentTimeRangeAbsoluteStartDateAndTime and hm2AgentTimeRangeAbsoluteEndDateAndTime must be set to complete a new Absolute entry instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentTimeRangeAbsoluteEntry  

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

hm2AgentTimeRangeAbsoluteStartDateAndTime 1.3.6.1.4.1.248.12.53.1.3.1.2
The start time for an absolute entry in the time range
Status: current Access: read-create
OBJECT-TYPE    
  Hm2AgentTimeRangeAbsoluteDateAndTime  

hm2AgentTimeRangeAbsoluteEndDateAndTime 1.3.6.1.4.1.248.12.53.1.3.1.3
The end time for an absolute entry in the time range.
Status: current Access: read-create
OBJECT-TYPE    
  Hm2AgentTimeRangeAbsoluteDateAndTime  

hm2AgentTimeRangeAbsoluteStatus 1.3.6.1.4.1.248.12.53.1.3.1.4
Status of this instance. active(1) - this hm2AgentTimeRangeAbsoluteEntry 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  

hm2AgentTimeRangePeriodicTable 1.3.6.1.4.1.248.12.53.1.4
A table periodic entries for time ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hm2AgentTimeRangePeriodicEntry

hm2AgentTimeRangePeriodicEntry 1.3.6.1.4.1.248.12.53.1.4.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 hm2AgentTimeRangePeriodicStartDay and hm2AgentTimeRangePeriodicStartTime together forms the start dayandtime and objects hm2AgentTimeRangePeriodicEndDay and hm2AgentTimeRangePeriodicEndTime together 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 hm2AgentTimeRangePeriodicStartDay, then the same days should be specified in the hm2AgentTimeRangePeriodicEndDay
Status: current Access: not-accessible
OBJECT-TYPE    
  Hm2AgentTimeRangePeriodicEntry  

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

hm2AgentTimeRangePeriodicStartDay 1.3.6.1.4.1.248.12.53.1.4.1.2
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 hm2AgentTimeRangePeriodicStartDay and hm2AgentTimeRangePeriodicEndDay objects
Status: current Access: read-create
OBJECT-TYPE    
  BITS sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7)  

hm2AgentTimeRangePeriodicStartTime 1.3.6.1.4.1.248.12.53.1.4.1.3
The starting time for an periodic entry in the time range.
Status: current Access: read-create
OBJECT-TYPE    
  Hm2AgentTimeRangePeriodicTime  

hm2AgentTimeRangePeriodicEndDay 1.3.6.1.4.1.248.12.53.1.4.1.4
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 hm2AgentTimeRangePeriodicStartDay and hm2AgentTimeRangePeriodicEndDay objects
Status: current Access: read-create
OBJECT-TYPE    
  BITS sunday(1), monday(2), tuesday(3), wednesday(4), thursday(5), friday(6), saturday(7)  

hm2AgentTimeRangePeriodicEndTime 1.3.6.1.4.1.248.12.53.1.4.1.5
The end time for an periodic entry in the time range.
Status: current Access: read-create
OBJECT-TYPE    
  Hm2AgentTimeRangePeriodicTime  

hm2AgentTimeRangePeriodicStatus 1.3.6.1.4.1.248.12.53.1.4.1.6
Status of this instance. active(1) - this hm2AgentTimeRangePeriodicEntry 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