All MIBs › CISCO-TS-STACK-MIB › ciscoTsTrapRcvrStatus
ciscoTsTrapRcvrStatus
Module: CISCO-TS-STACK-MIB
OID (symbolic): CISCO-TS-STACK-MIB::ciscoTsTrapRcvrStatus
OID (numeric): 1.3.6.1.4.1.9.5.32.1.1.25.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Setting the value of this object to invalid(3) deletes the row from the table. The value invalid(3) should never be returned on a GET.
Setting this value to create(4) causes a new row to be created if the row does not already exist. To create a new row set ciscoTsTrapRcvrStatus to create(4) and ciscoTsTrapRcvrIndex to any valid index which does not already exist.
The value returned on GETs should be valid(2) or other(1), which is used to indicate any other condition.
What is ciscoTsTrapRcvrStatus?
This read-write enum is the row-control object for the trap receiver table: setting it to invalid(3) deletes that row, and setting it to create(4), paired with a fresh ciscoTsTrapRcvrIndex, adds a new trap receiver entry. The description warns that invalid(3) should never come back on a GET, so seeing it there would itself indicate an agent inconsistency worth reporting. An admin decommissioning an old NMS server would set this object to invalid(3) on that server's row to remove it cleanly from the trap distribution list.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.5.32.1.1.25.1.2 snmpwalk -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsTrapRcvrStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.5.32.1.1.25.1.2.1 snmpget -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsTrapRcvrStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.5.32.1.1.25.1.2.1 i <value>
Start monitoring Cisco stackable terminal server (async port aggregation, legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-TS-STACK-MIB::ciscoTsTrapRcvrStatus OID value, configure state conditions and alerts, and monitor any Cisco stackable terminal server (async port aggregation, legacy) from a single console.
OID Breakdown
Upper-level ancestors (9 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 |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.5 | workgroup | CISCO-ES-STACK-MIB |
| 1.3.6.1.4.1.9.5.32 | tsStack | CISCO-STACK-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.5.32.1 | ciscoTsMain | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.1.1 | ciscoTsConfig | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.1.1.25 | ciscoTsTrapRcvrTable | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.1.1.25.1 | ciscoTsTrapRcvrEntry | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.1.1.25.1.2 | ciscoTsTrapRcvrStatus | CISCO-TS-STACK-MIB |