All MIBs › CASCADE-MIB › dsx1IntervalNumber
dsx1IntervalNumber
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::dsx1IntervalNumber
OID (numeric): 1.3.6.1.4.1.277.1.8.3.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes inter- val (assuming that all 96 intervals are valid).
What is dsx1IntervalNumber?
This read-only value, bounded 1 to 96, identifies which specific historical 15-minute interval this row represents, where 1 is the most recently completed interval and 96 is the least recently completed (24 hours prior), assuming all 96 intervals are valid per dsx1ValidIntervals. This is the index that orders the historical performance table chronologically, letting an admin walk backward through the last 24 hours in 15-minute increments. An engineer investigating a specific outage timestamp from three hours ago would calculate which dsx1IntervalNumber corresponds to that time (roughly interval 12, since 3 hours / 15 minutes = 12 intervals ago) and pull that specific row's error counts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.8.3.1.3 snmpwalk -v2c -c public <target> CASCADE-MIB::dsx1IntervalNumber
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.8.3.1.3.1 snmpget -v2c -c public <target> CASCADE-MIB::dsx1IntervalNumber.1
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::dsx1IntervalNumber OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8 | ds1 | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8.3 | dsx1IntervalTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8.3.1 | dsx1IntervalEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.8.3.1.3 | dsx1IntervalNumber | CASCADE-MIB |