signalingInterfaceStatusAllowedTransports
MX-SBC-MIB ·
.0.4400.1.200.200.1.485
Object
column Enumeration
Allowed Transports
Transport protocols allowed on the Signaling Interface. The
possible values are:
* All: The Signaling Interface has no restriction on the
transport protocol. It supports all transport protocols
supported by the SBC.
* TlsOnly: The Signaling Interface supports only TLS.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.200.200.1.485- Type
- column
- Access
- readonly
- Status
- current
- Parent
- signalingInterfaceStatusEntry
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-SBC-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SBC-MIB::signalingInterfaceStatusAllowedTransports'
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::signalingInterfaceStatusAllowedTransports.<signalingInterfaceStatusId>'
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::signalingInterfaceStatusAllowedTransports'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | all |
200 | tlsOnly |