serviceCallForwardedService
BINTEC-SERVICECALL-MIB ·
.0.8.2.1.5
Object
column r/w
Enumeration
This object identifies the service to be forwarded to the service technician. The services are: Control: A commuication channel between serviced and B.A.B.E. used for signalling commands. Http: Http on port 80. Https: Https (using SSL) on port 443. Shell: Telnet using port 23. Trace: Bricktrace for packet capture analysis using port 7000.
Context
- MIB
- BINTEC-SERVICECALL-MIB
- OID
.0.8.2.1.5- 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::serviceCallForwardedService'
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::serviceCallForwardedService.<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::serviceCallForwardedService'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | control |
2 | http |
3 | https |
4 | shell |
5 | trace |