voipCallProtocolType
BIANCA-BRICK-VOIP-MIB ·
.0.3.1.2
Object
column Enumeration
The VoIP protocol used for the active call.
Context
- MIB
- BIANCA-BRICK-VOIP-MIB
- OID
.0.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- voipCallEntry
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 'BIANCA-BRICK-VOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-VOIP-MIB::voipCallProtocolType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-VOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-VOIP-MIB::voipCallProtocolType.<voipCallTimeStamp>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-VOIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-VOIP-MIB::voipCallProtocolType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | h323 |
2 | mgcp |
3 | sip |
4 | ipi |