ifInvCapStackStatus

IF-CAP-STACK-MIB · .1.3.6.1.2.1.166.1.2.1.1

Object

The status of the possible 'cross-connect capability'
relationship between two sub-layers.
              
An instance of this object exists for each instance of the
ifCapStackStatus object, and vice versa.  For example, if the
variable ifCapStackStatus.H.L exists, then the variable
ifInvCapStackStatus.L.H must also exist, and vice versa.  In
addition, the two variables always have the same value.
              
The ifInvCapStackStatus object is read-only, as it describes
a cross-connect capability.

Context

MIB
IF-CAP-STACK-MIB
OID
.1.3.6.1.2.1.166.1.2.1.1
Type
column
Access
readonly
Status
current
Parent
ifInvCapStackEntry
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 'IF-CAP-STACK-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IF-CAP-STACK-MIB::ifInvCapStackStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IF-CAP-STACK-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IF-CAP-STACK-MIB::ifInvCapStackStatus.<ifStackLowerLayer>.<ifStackHigherLayer>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IF-CAP-STACK-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IF-CAP-STACK-MIB::ifInvCapStackStatus'

Syntax

Source
SNMPv2-TCTruthValue
Base type
Enumeration
Type Description
Represents a boolean value.

Values & Constraints

Type Values
1true
2false

Conformance

Member of
Compliance refinements
ifCapStackCompliance SNMPv2-TC::TruthValue
Values: true(1)
Support for the false(2) value is OPTIONAL for
implementations supporting pluggable interfaces.