All MIBs › EMPIRE-SVCRSP › svcRspMatchDescr
svcRspMatchDescr
Module: EMPIRE-SVCRSP
OID (symbolic): EMPIRE-SVCRSP::svcRspMatchDescr
OID (numeric): 1.3.6.1.4.1.546.16.6.12
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description: This MIB object, when used in conjunction with svcRspEventMatchIndex can be used to quickly determine the index number corresponding to a particular entry description. SNMP Set'ing a description to this MIB object causes the agent to search through entries in the svcrsp table and place the index value of the last entry whose description matches, in the svcRspMatchIndex MIB object. If the description is not found, then 0 is placed in svcRspEventMatchIndex.
What is svcRspMatchDescr?
This read-write DisplayString is a lookup control: setting it to a description string makes the agent search the svcrsp table for the last entry whose svcRspTableDescr matches, then places that entry's index in svcRspMatchIndex (or 0 if not found). An admin uses this to find a test's table index by its human-readable description instead of walking the whole table. Setting svcRspMatchDescr to "Prod HTTP check - login page" causes the agent to populate svcRspMatchIndex with that entry's row index.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.546.16.6.12 snmpwalk -v2c -c public <target> EMPIRE-SVCRSP::svcRspMatchDescr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.546.16.6.12.1 snmpget -v2c -c public <target> EMPIRE-SVCRSP::svcRspMatchDescr.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.546.16.6.12.1 s <value>
Start monitoring Server running Empire/CA SystemEDGE monitoring agent (service response/availability tests) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the EMPIRE-SVCRSP::svcRspMatchDescr OID value, configure state conditions and alerts, and monitor any Server running Empire/CA SystemEDGE monitoring agent (service response/availability tests) from a single console.
OID Breakdown
Upper-level ancestors (8 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.546 | empire | CAHYPERV-AIM-MIB |
| 1.3.6.1.4.1.546.16 | applications | CAHYPERV-AIM-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.546.16.6 | svcRsp | EMPIRE-SVCRSP |
| 1.3.6.1.4.1.546.16.6.12 | svcRspMatchDescr | EMPIRE-SVCRSP |