zhoneVoipServerProtocol
ZHONE-COM-VOIP-MIB ·
.1.3.6.1.4.1.5504.4.3.4.6.1.1.7
Object
column r/w
Enumeration
The signalling protocol used for VOIP. Choicees are SIP (Session Initiation Protocol) and MGCP (Media Gateway Control Protocol).
Context
- MIB
- ZHONE-COM-VOIP-MIB
- OID
.1.3.6.1.4.1.5504.4.3.4.6.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhoneVoipServerEntry
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 'ZHONE-COM-VOIP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-VOIP-MIB::zhoneVoipServerProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-VOIP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-VOIP-MIB::zhoneVoipServerProtocol.<applIndex>.<zhoneVoipServerAddressIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-VOIP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-VOIP-MIB::zhoneVoipServerProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sip |
2 | mgcp |
3 | megaco |
4 | ncs |