voipExtensionType
BIANCA-BRICK-VOIP-MIB ·
.0.2.1.5
Object
column r/w
Enumeration
Interface type of extension. 'analog' (POTS), 'digital' (ISDN), SIP, MGCP, H.323 (or 'delete'). MGCP and H.323 are currently not implemented.
Context
- MIB
- BIANCA-BRICK-VOIP-MIB
- OID
.0.2.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- voipExtensionEntry
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::voipExtensionType'
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::voipExtensionType.<voipExtensionNumber>.<voipExtensionType>'
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::voipExtensionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | analog |
2 | digital |
3 | sip |
4 | h323 |
5 | mgcp |
7 | delete |