arcIndex
ARC-MIB ·
.1.3.6.1.2.1.117.2.1.1.1
Object
column ALARM-MIBResourceId
This object uniquely identifies a resource, which is under the
arcState's control for the associated arcAlarmType.
For example, if the resource is an interface, this object will
point to an instance of interface, e.g., ifIndex.1.
Net-SNMP examples
How SNMP and these commands workWalk 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 'ARC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARC-MIB::arcIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARC-MIB::arcIndex.<arcIndex>.<arcAlarmType>.<arcNotificationId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARC-MIB::arcIndex'
Syntax
- Source
- ALARM-MIBResourceId
- Base type
ObjectIdentifier
Values & Constraints
No enumerated values or constraints recorded.