All MIBs › CASCADE-MIB › swRevision
swRevision
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::swRevision
OID (numeric): 1.3.6.1.4.1.277.6.1.1.3
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: The software revision number in the form (major.minor.maint.patch) where major == the major release number minor == the minor release number maint == a maintenance release based on major.minor patch == a patch release based on major.minor.maint
What is swRevision?
This value reports the software revision running on this card in major.minor.maint.patch form, per the description, where each segment has a distinct meaning: major and minor mark the release, maint marks a maintenance build on that release, and patch marks an individual patch on top of the maintenance build. This granular versioning is what an admin uses to confirm whether a specific bug fix (typically shipped as a patch increment) is actually present on this card, rather than just confirming the card is on 'roughly' the right release. Two cards showing the same major.minor but different patch numbers could behave differently for a known, patched issue.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.6.1.1.3 snmpwalk -v2c -c public <target> CASCADE-MIB::swRevision
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.6.1.1.3.1 snmpget -v2c -c public <target> CASCADE-MIB::swRevision.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::swRevision 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.6 | software | CASCADE-MIB |
| 1.3.6.1.4.1.277.6.1 | swTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.6.1.1 | swEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.6.1.1.3 | swRevision | CASCADE-MIB |