appnCosNodeRowMaxCongestAllow

APPN-MIB · .1.3.6.1.2.1.34.4.1.5.3.1.7

Object

column Integer32
Indicates whether low congestion will be tolerated.  This
object and appnCosNodeRowMinCongestAllow together delineate a
range of acceptable congestion states for a node.  For the
ordered pair (minimum congestion allowed, maximum congestion
allowed), the values are interpreted as follows:
              
 - (0,0):  only low congestion is acceptable
 - (0,1):  either low or high congestion is acceptable
 - (1,1):  only high congestion is acceptable.
              
Note that the combination (1,0) is not defined, since it
would identify a range whose lower bound was high congestion
and whose upper bound was low congestion.

Context

MIB
APPN-MIB
OID
.1.3.6.1.2.1.34.4.1.5.3.1.7
Type
column
Access
readonly
Status
current
Parent
appnCosNodeRowEntry
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 'APPN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPN-MIB::appnCosNodeRowMaxCongestAllow'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APPN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPN-MIB::appnCosNodeRowMaxCongestAllow.<appnCosNodeRowName>.<appnCosNodeRowIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APPN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APPN-MIB::appnCosNodeRowMaxCongestAllow'

Syntax

Integer32

Values & Constraints

Object Constraints
range: 0-1

Conformance