All MIBs › CASCADE-MIB › nameStatus
nameStatus
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::nameStatus
OID (numeric): 1.3.6.1.4.1.277.3.1.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The status of the binding.
What is nameStatus?
This read-write enumerated value reports whether this name binding entry's status is active(1) or invalid(2), the health/validity indicator for the binding. An invalid status likely results from a stale registration, a conflicting duplicate, or an underlying port/node issue, and distinguishes a healthy currently-usable binding from one that exists in the table but shouldn't be relied upon. An engineer auditing name bindings for a network migration would filter out entries where nameStatus reports invalid(2) before treating the remaining active(1) entries as the authoritative current registration set.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.3.1.1.6 snmpwalk -v2c -c public <target> CASCADE-MIB::nameStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.3.1.1.6.1 snmpget -v2c -c public <target> CASCADE-MIB::nameStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.3.1.1.6.1 i <value>
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::nameStatus 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.3 | namebinding | CASCADE-MIB |
| 1.3.6.1.4.1.277.3.1 | namebindingTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.3.1.1 | namebindingEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.3.1.1.6 | nameStatus | CASCADE-MIB |