tlsVersion
MX-WEB-MIB ·
.0.1200.1.100.400
Object
scalar r/w
Enumeration
TLS version
Defines the allowed TLS versions for the network security
settings when using the HTTPS.
* SSLv3: Allow SSL version 3 and all TLS versions.
* TLSv1: Allow TLS versions 1 and up.
* TLSv1_1: Allow TLS versions 1.1 and up.
* TLSv1_2: Allow TLS versions 1.2 and up.
Any connection attempts to the web server using a TLS version
that is not allowed will result in a failure to establish the
connection.
Context
- MIB
- MX-WEB-MIB
- OID
.0.1200.1.100.400- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- serverGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-WEB-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-WEB-MIB::tlsVersion.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-WEB-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-WEB-MIB::tlsVersion'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | sSLv3 |
200 | tLSv1 |
300 | tLSv1-1 |
400 | tLSv1-2 |