ccActiveCallDirection
AT-ISDN-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.37.3.1.6
Object
column Enumeration
The direction of this active call. The value 'in' indicates that this active call is an incoming call, the value 'out' indicates that the active call is an outgoing call. The value 'undefined' indicates that the active call has just been created and a direction has not been assigned to it yet.
Context
- MIB
- AT-ISDN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.37.3.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ccActiveCallEntry
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 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ISDN-MIB::ccActiveCallDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ISDN-MIB::ccActiveCallDirection.<ccActiveCallIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-ISDN-MIB::ccActiveCallDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | in |
2 | out |
3 | undefined |