All MIBs › APPLICATION-MIB › applSrvIndex
applSrvIndex
Module: APPLICATION-MIB
OID (symbolic): APPLICATION-MIB::applSrvIndex
OID (numeric): 1.3.6.1.2.1.62.1.1.3.1.1
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: An applSrvIndex is the system-unique identifier of an instance of a service. The value is unique not only across all instances of a given service, but also across all services in a system.
Re-use of values for this index should be avoided. No two service instances in a given system shall concurrently have the same value for this index.
The value zero is excluded from the set of permitted values for this index. This allows other tables to potentially represent things which cannot be associated with a specific service instance.
What is applSrvIndex?
Provides the system-wide unique numeric index that identifies a specific instance of an application service across all services on the system. This read-only attribute is used to index into service-related tables and should not be reused after a service instance is removed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.62.1.1.3.1.1 snmpwalk -v2c -c public <target> APPLICATION-MIB::applSrvIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.62.1.1.3.1.1.1 snmpget -v2c -c public <target> APPLICATION-MIB::applSrvIndex.1
Start monitoring Servers running managed distributed applications with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the APPLICATION-MIB::applSrvIndex OID value, configure state conditions and alerts, and monitor any Servers running managed distributed applications 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.62 | applicationMib | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1 | applicationMibObjects | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.1 | applServiceGroup | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.1.3 | applSrvInstToRunApplElmtTable | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.1.3.1 | applSrvInstToRunApplElmtEntry | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.1.3.1.1 | applSrvIndex | APPLICATION-MIB |