serviceCallOperStatus

BINTEC-SERVICECALL-MIB · .0.8.2.1.2

Object

column Enumeration
This object identifies the current operational state of this service
call.
	Idle: The entry has been created but the daemon has not started calling yet.
	Start: The service call is started, but the authentication procedure is not yet done.
	Running: The service call is up and running.
	Done: The service call is completed and the row will be deleted.
	Error: Somewhere something went wrong.
Blocked: Retry in a few seconds (This state usually is reached when
        network is currently unavailable.

Context

MIB
BINTEC-SERVICECALL-MIB
OID
.0.8.2.1.2
Type
column
Access
readonly
Status
current
Parent
serviceCallEntry

Walk 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::serviceCallOperStatus'
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::serviceCallOperStatus.<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::serviceCallOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1idle
2start
3running
4done
5error
6blocked