sipCfgDialProxyMethod
ARRIS-SIP-MIB ·
.1.3.6.1.4.1.4115.11.1.37.1.6
Object
column r/w
Enumeration
Used to configure the method that the VSC is passed up to the proxy. In the 'default' method the VSC is prepended to the dialstring and sent to the proxy. In the 'PC20' method the VSC is sent as the host of the SIP URI the dialstring is then sent to the proxy in a user parameter in the SIP URI.
Context
- MIB
- ARRIS-SIP-MIB
- OID
.1.3.6.1.4.1.4115.11.1.37.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sipCfgDialProxyEntry
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 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-SIP-MIB::sipCfgDialProxyMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-SIP-MIB::sipCfgDialProxyMethod.<sipCfgDialProxyNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-SIP-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-SIP-MIB::sipCfgDialProxyMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | default |
1 | pc20 |