voipProviderType
BIANCA-BRICK-VOIP-MIB ·
.0.1.1.7
Object
column r/w
Enumeration
Type of provider (H.323, MGCP, SIP). Currently only SIP is implemented. In case of type SIP a further (automatically added) voipSipProviderTable with the same table index defines further variables for SIP provider.
Context
- MIB
- BIANCA-BRICK-VOIP-MIB
- OID
.0.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- voipProviderEntry
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::voipProviderType'
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::voipProviderType.<voipProviderDomain>.<voipProviderAccount>'
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::voipProviderType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | h323 |
3 | mgcp |
4 | sip |