signalingInterfaceTlsMode
MX-SBC-MIB ·
.0.4400.1.100.400.1.475
Object
column r/w
Enumeration
TLS Mode
The TLS mode that this signaling interface uses.
* Both: Permits both client and server connections.
* Client: This Signaling Interface can only be used as a
TLS client. If no host certificate is present on the unit
only this mode is enabled
* Server: This Signaling Interface can only be used as a
TLS server. This mode requires a valid host certificate
on the unit.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.100.400.1.475- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- signalingInterfaceEntry
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::signalingInterfaceTlsMode'
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::signalingInterfaceTlsMode.<signalingInterfaceId>'
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::signalingInterfaceTlsMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | both |
200 | client |
300 | server |