signalingChannelSendIsdnProgress
MX-ISDN-MIB ·
.0.1850.1.500.100.1.10300
Object
column r/w
Enumeration
Send ISDN Progress message
Sets the strategy for sending ISDN Progress messages.
* SendAll: Send an ISDN Progress message in all situations
where call progression is signaled.
* SendInband: Send an ISDN Progress message only when call
progression contains an indication of in-band information.
* SendAlerting: Send an ISDN Alerting message only when call
progression contains an indication of in-band information.
The strategy for sending Progress messages should be adapted to
the configuration of the peer ISDN switch. Some switches may
terminate calls when receiving one or many ISDN progress
messages.
Context
- MIB
- MX-ISDN-MIB
- OID
.0.1850.1.500.100.1.10300- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- signalingChannelEntry
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 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ISDN-MIB::signalingChannelSendIsdnProgress'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-ISDN-MIB::signalingChannelSendIsdnProgress.<signalingChannelInterfaceName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-ISDN-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-ISDN-MIB::signalingChannelSendIsdnProgress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | sendAll |
200 | sendInband |
300 | sendAlerting |