edgeCallSetupBackoff

LIGHTSTREAM-MIB · .1.3.6.1.4.1.711.2.1.8.1.1.1.10

Object

column mandatory r/w Integer32
This specifies the maximum power of 2 to backoff in call
setup retry attempts.  For each retry up to this maxumim
the retry timer will be adjusted by multipliing by 2**(n).
The first retry will be multiplied by 2**0 or 1, the second
by 2**1 or 2, and so on.  The variable can range from 1 to
10.

Context

MIB
LIGHTSTREAM-MIB
OID
.1.3.6.1.4.1.711.2.1.8.1.1.1.10
Type
column
Access
readwrite
Status
mandatory
Parent
edgePortEntry

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 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGHTSTREAM-MIB::edgeCallSetupBackoff'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGHTSTREAM-MIB::edgeCallSetupBackoff.<edgeIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIGHTSTREAM-MIB::edgeCallSetupBackoff'

Syntax

Integer32

Values & Constraints

Object Constraints
range: 1-10