r2SignalingVariantsIncomingDeclineMethod
MX-R2-MIB ·
.0.1875.1.100.200.1.970
Object
column r/w
Enumeration
Incoming Decline Method
Sets how to cancel a call attempt from R2 if the called party
rejects the call when in Seizure Acknowledged state (waiting
for answer).
* Release: B bit is set to 0 and state is set to Released.
* ClearBack: B bit is set to 0 until decline guard expires
then B bit is set to 1 and state is set to Clear-back.
See also R2TimerVariants.DeclineGuardTimeout parameter.
Context
- MIB
- MX-R2-MIB
- OID
.0.1875.1.100.200.1.970- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- r2SignalingVariantsEntry
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 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::r2SignalingVariantsIncomingDeclineMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-R2-MIB::r2SignalingVariantsIncomingDeclineMethod.<r2SignalingVariantsInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-R2-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-R2-MIB::r2SignalingVariantsIncomingDeclineMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | release |
200 | clearBack |