EdgeSwitch-TIMERANGE-MIB: View SNMP OID List / Download MIB

VENDOR: BROADCOM LIMITED


 Home MIB: EdgeSwitch-TIMERANGE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 fastPathTimeRange 1.3.6.1.4.1.4413.1.1.53
The Ubiquiti Private MIB for EdgeSwitch Time Ranges
       fastPathTimeRangeGroup 1.3.6.1.4.1.4413.1.1.53.1
           timeRangeAdminMode 1.3.6.1.4.1.4413.1.1.53.1.1 integer read-only
TimeRange admin mode: enable - enable TimeRange disable - disable TimeRange. Enumeration: 'enable': 1, 'disable': 2.
           timeRangeIndexNextFree 1.3.6.1.4.1.4413.1.1.53.1.2 integer32 read-only
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.
           timeRangeTable 1.3.6.1.4.1.4413.1.1.53.1.3 no-access
A table of TimeRange instances.
               timeRangeEntry 1.3.6.1.4.1.4413.1.1.53.1.3.1 no-access
timeRangeIndex and timeRangeName must be set to complete a new timeRangeEntry instance
                   timeRangeIndex 1.3.6.1.4.1.4413.1.1.53.1.3.1.1 unsigned32 no-access
The TimeRange table index this instance is associated with.
                   timeRangeName 1.3.6.1.4.1.4413.1.1.53.1.3.1.2 displaystring read-only
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.
                   timeRangeOperState 1.3.6.1.4.1.4413.1.1.53.1.3.1.3 integer read-only
Operating status of the time-range. It depends on the current time and the periodic and absolute time entries defined in the time-range Enumeration: 'active': 0, 'inactive': 1.
                   timeRangeStatus 1.3.6.1.4.1.4413.1.1.53.1.3.1.4 rowstatus read-only
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
           timeRangeAbsoluteEntryTable 1.3.6.1.4.1.4413.1.1.53.1.4 no-access
A table of absolute entries for time ranges
               timeRangeAbsoluteEntry 1.3.6.1.4.1.4413.1.1.53.1.4.1 no-access
A table of absolute entries for time ranges. Atleast one of timeRangeAbsoluteStartDateAndTime and timeRangeAbsoluteEndDateAndTime must be set to complete a new Absolute entry instance.
                   timeRangeAbsoluteEntryIndex 1.3.6.1.4.1.4413.1.1.53.1.4.1.1 integer32 no-access
The index of this absolute time entry within time range.
                   timeRangeAbsoluteStartDateAndTime 1.3.6.1.4.1.4413.1.1.53.1.4.1.2 timerangeabsolutedateandtime read-only
The start time for an absolute entry in the time range
                   timeRangeAbsoluteEndDateAndTime 1.3.6.1.4.1.4413.1.1.53.1.4.1.3 timerangeabsolutedateandtime read-only
The end time for an absolute entry in the time range.
                   timeRangeAbsoluteStatus 1.3.6.1.4.1.4413.1.1.53.1.4.1.4 rowstatus read-only
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
           timeRangePeriodicEntryTable 1.3.6.1.4.1.4413.1.1.53.1.5 no-access
A table periodic entries for time ranges
               timeRangePeriodicEntry 1.3.6.1.4.1.4413.1.1.53.1.5.1 no-access
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
                   timeRangePeriodicEntryIndex 1.3.6.1.4.1.4413.1.1.53.1.5.1.1 integer32 no-access
The index of this periodic entry within time range.
                   timeRangePeriodicFrequency 1.3.6.1.4.1.4413.1.1.53.1.5.1.2 integer32 read-only
The frequency of this periodic entry within the time range.
                   timeRangePeriodicPattern 1.3.6.1.4.1.4413.1.1.53.1.5.1.3 integer32 read-only
The pattern for a periodic entry in the time range. Can be one of the following: 0 - weekly, 1 - daily, 2 - monthly.
                   timeRangePeriodicDayMask 1.3.6.1.4.1.4413.1.1.53.1.5.1.4 integer32 read-only
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).
                   timeRangePeriodicStartDate 1.3.6.1.4.1.4413.1.1.53.1.5.1.5 timerangeperiodicdate read-only
The start date for a periodic entry in the time range
                   timeRangePeriodicStartDay 1.3.6.1.4.1.4413.1.1.53.1.5.1.6 bits read-only
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 Bits: 'monday': 2, 'tuesday': 3, 'friday': 6, 'wednesday': 4, 'thursday': 5, 'sunday': 1, 'saturday': 7.
                   timeRangePeriodicStartTime 1.3.6.1.4.1.4413.1.1.53.1.5.1.7 timerangeperiodictime read-only
The starting time for an periodic entry in the time range.
                   timeRangePeriodicEndDate 1.3.6.1.4.1.4413.1.1.53.1.5.1.8 timerangeperiodicdate read-only
The end date for a periodic entry in the time range
                   timeRangePeriodicEndDay 1.3.6.1.4.1.4413.1.1.53.1.5.1.9 bits read-only
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 Bits: 'monday': 2, 'tuesday': 3, 'friday': 6, 'wednesday': 4, 'thursday': 5, 'sunday': 1, 'saturday': 7.
                   timeRangePeriodicEndTime 1.3.6.1.4.1.4413.1.1.53.1.5.1.10 timerangeperiodictime read-only
The end time for an periodic entry in the time range. Use end time 00:00 to specify last minute of the day.
                   timeRangePeriodicStatus 1.3.6.1.4.1.4413.1.1.53.1.5.1.11 rowstatus read-only
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