astChanTransferCap
ASTERISK-MIB ·
.1.3.6.1.4.1.22736.1.5.2.1.41
Object
column Enumeration
Transfer Capabilities for this channel.
Context
- MIB
- ASTERISK-MIB
- OID
.1.3.6.1.4.1.22736.1.5.2.1.41- Type
- column
- Access
- readonly
- Status
- current
- Parent
- astChanEntry
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 'ASTERISK-MIB' -M '/opt/observium/mibs/digium:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASTERISK-MIB::astChanTransferCap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASTERISK-MIB' -M '/opt/observium/mibs/digium:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASTERISK-MIB::astChanTransferCap.<astChanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASTERISK-MIB' -M '/opt/observium/mibs/digium:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASTERISK-MIB::astChanTransferCap'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | speech |
8 | digital |
9 | restrictedDigital |
16 | audio3k |
17 | digitalWithTones |
24 | video |