All MIBs › APPLICATION-MIB › applSrvInstance
applSrvInstance
Module: APPLICATION-MIB
OID (symbolic): APPLICATION-MIB::applSrvInstance
OID (numeric): 1.3.6.1.2.1.62.1.1.4.1.1
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: An applSrvInstance 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.
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.
This attribute is semantically identical to applSrvIndex.
What is applSrvInstance?
Reports the system-unique identifier for a particular running instance of an application service, ensuring uniqueness across all instances of all services. This read-only attribute distinguishes multiple concurrent instances of the same service type.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.62.1.1.4.1.1 snmpwalk -v2c -c public <target> APPLICATION-MIB::applSrvInstance
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.62.1.1.4.1.1.1 snmpget -v2c -c public <target> APPLICATION-MIB::applSrvInstance.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::applSrvInstance 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.4 | applRunApplElmtToSrvInstTable | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.1.4.1 | applRunApplElmtToSrvInstEntry | APPLICATION-MIB |
| 1.3.6.1.2.1.62.1.1.4.1.1 | applSrvInstance | APPLICATION-MIB |