applSrvIndex

APPLICATION-MIB · .1.3.6.1.2.1.62.1.1.3.1.1

Object

column Unsigned32
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.

Context

MIB
APPLICATION-MIB
OID
.1.3.6.1.2.1.62.1.1.3.1.1
Type
column
Access
readonly
Status
current
Parent
applSrvInstToRunApplElmtEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'APPLICATION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPLICATION-MIB::applSrvIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APPLICATION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPLICATION-MIB::applSrvIndex.<applSrvIndex>.<sysApplElmtRunIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APPLICATION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APPLICATION-MIB::applSrvIndex'

Syntax

Unsigned32

Values & Constraints

Object Constraints
range: 1-4294967295

Conformance