prefixBasedRoutingForceTransport

MX-SBC-MIB · .0.4400.1.150.100.1.700

Object

column r/w Enumeration
Force Transport
              
Force the use of a selected transport protocol when
initiating SIP dialogs. Supersedes what is defined in the
Call Agent.
              
  * None: Transport is not forced. Will use UDP if the use of
    another transport protocol is not forced elsewhere.
  * TCP: The outbound SIP signaling will be transported over
    TCP on the normal port.
  * UDP: The outbound SIP signaling will be transported over
    UDP on the normal port.
  * TLS: The outbound SIP signaling will be transported over
    TLS on the secure port.
              
Note: To force TLS and guarantee that no other transport
protocol can be used, you must also set the
SignalingInterface.AllowedTransports parameter to TlsOnly.

Context

MIB
MX-SBC-MIB
OID
.0.4400.1.150.100.1.700
Type
column
Access
readwrite
Status
current
Parent
prefixBasedRoutingEntry

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-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::prefixBasedRoutingForceTransport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::prefixBasedRoutingForceTransport.<prefixBasedRoutingRuleId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SBC-MIB::prefixBasedRoutingForceTransport'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100none
200tCP
300uDP
400tLS