r2OutgoingDigitSignaling
MX-R2-MIB ·
.0.1875.1.100.100.1.760
Object
column r/w
Enumeration
Outgoing Digit Signaling
Defines the R2 outgoing digit signaling method.
* MfcR2: Multi Frequency Compelled - R2.
* DtmfR2: Dual Tone Multi Frequency - R2.
Digit signaling is also known as Address Signaling, Selection
Signals, and Register Signaling. The digits are used
primarily to indicate the called number, but can also have
other meanings, as documented in the ITU-T Q.441
specification.
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::r2OutgoingDigitSignaling'
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::r2OutgoingDigitSignaling.<r2Name>'
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::r2OutgoingDigitSignaling'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | mfcR2 |
200 | dtmfR2 |