signalingChannelCallReroutingBehavior

MX-ISDN-MIB · .0.1850.1.500.100.1.10700

Object

column r/w Enumeration
Call Rerouting Behavior
              
Defines how the call rerouting request received from the
private network side is supported. Rerouting requests are
received in a Facility IE.
              
  * Unsupported: Rerouting requests received are rejected. A
    reject answer is sent to the private network.
  * RelayReroute: Rerouting requests are relayed as received to
    the public network side. If the peer rejects or does not
    support the reroute request, the ISDN service may initiate
    a new call to process the rerouting request locally.
  * ProcessLocally: Received Rerouting requests are not relayed
    to the public network side. The ISDN service attempts to
    connect to the rerouted address by initiating a new call.

Context

MIB
MX-ISDN-MIB
OID
.0.1850.1.500.100.1.10700
Type
column
Access
readwrite
Status
current
Parent
signalingChannelEntry

Walk 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::signalingChannelCallReroutingBehavior'
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::signalingChannelCallReroutingBehavior.<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::signalingChannelCallReroutingBehavior'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100unsupported
200relayReroute
300processLocally