serviceCallType
BINTEC-SERVICECALL-MIB ·
.0.8.2.1.4
Object
column r/w
Enumeration
This object identifies the type of service call, it can either be the PBX itself or a phone attached to the pbx.
Context
- MIB
- BINTEC-SERVICECALL-MIB
- OID
.0.8.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- serviceCallEntry
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 'BINTEC-SERVICECALL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-SERVICECALL-MIB::serviceCallType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-SERVICECALL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-SERVICECALL-MIB::serviceCallType.<serviceCallIndex>.<serviceCallTicket>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-SERVICECALL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-SERVICECALL-MIB::serviceCallType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pbx |
2 | phone |