mdlPbxFraSignaling
RAD-Mpmx-MIB ·
.1.3.6.1.4.1.164.3.2.2.1.1.1.1.9
Object
column r/w
Enumeration
Signaling - describes the way the signaling ABCD bits pass from the
local extension to the remote extension and vice-versa.
endToEnd = the signaling ABCD bits pass without change from local to
remote extension.
localTermination = the signaling ABCD bits received from the local extension
are translated to different ON Hook/OFF Hook bit values and then
passed to remote extension. This is relevant when the Local
and Remote ON Hook/OFF Hook values are different.
Context
- MIB
- RAD-Mpmx-MIB
- OID
.1.3.6.1.4.1.164.3.2.2.1.1.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mdlPbxFramerCnfgEntry
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 'RAD-Mpmx-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Mpmx-MIB::mdlPbxFraSignaling'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Mpmx-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Mpmx-MIB::mdlPbxFraSignaling.<mdlPbxFraCnfgIdx>.<mdlPbxFraSltIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Mpmx-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Mpmx-MIB::mdlPbxFraSignaling'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notApplicable |
2 | endToEnd |
3 | localTermination |