systemPhoneFacDisplayDuringCall
FEC-SYSTEL-MIB ·
.0.64.1.3.1.3
Object
column r/w
Enumeration
Information shown on display during an active call: number-and-costOrDuration(1): Shows call number and cost, if no costs are provided by the PSTN instead the call number and the duration will be shown. number-and-costOrNothing(2): Shows call number and cost, if no costs are provided by the PSTN instead only call number will be shown. number-and-duration(3): Shows call number and duration. number-and-time(4): Shows call number and actual time. numberOnly(5): Shows call number only. date-and-time-only(6): Shows actual date and time only.
Context
- MIB
- FEC-SYSTEL-MIB
- OID
.0.64.1.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- systemPhoneFacilityEntry
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 'FEC-SYSTEL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SYSTEL-MIB::systemPhoneFacDisplayDuringCall'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-SYSTEL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-SYSTEL-MIB::systemPhoneFacDisplayDuringCall.<systemPhoneFacIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-SYSTEL-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-SYSTEL-MIB::systemPhoneFacDisplayDuringCall'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | number-and-costOrDuration |
2 | number-and-costOrNothing |
3 | number-and-duration |
4 | number-and-time |
5 | numberOnly |
6 | date-and-time-only |