httpsCipherSuite

MX-WEB-MIB · .0.1200.1.100.300

Object

scalar r/w Enumeration
HTTPS cipher suite
          
Defines the allowed cipher suites for the network security
settings to which the Web server should listen when using the
HTTPS
          
  * CS1:
      + TLS_DHE_RSA_WITH_AES_256_CBC_SHA
      + TLS_DHE_DSS_WITH_AES_256_CBC_SHA
      + TLS_RSA_WITH_AES_256_CBC_SHA
      + TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
      + TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
      + TLS_RSA_WITH_3DES_EDE_CBC_SHA
      + TLS_DHE_RSA_WITH_AES_128_CBC_SHA
      + TLS_DHE_DSS_WITH_AES_128_CBC_SHA
      + TLS_RSA_WITH_AES_128_CBC_SHA
      + TLS_RSA_WITH_RC4_128_SHA
      + TLS_RSA_WITH_RC4_128_MD5
  * CS2:
      + TLS_RSA_WITH_AES_128_CBC_SHA
      + TLS_RSA_WITH_AES_256_CBC_SHA
      + TLS_RSA_WITH_3DES_EDE_CBC_SHA
      + TLS_DHE_RSA_WITH_AES_128_CBC_SHA
      + TLS_DHE_RSA_WITH_AES_256_CBC_SHA
      + TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
  * CS3:
      + TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
      + TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
      + TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
      + TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
      + TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
      + TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
      + TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
      + TLS_RSA_WITH_AES_256_GCM_SHA384
      + TLS_RSA_WITH_AES_256_CBC_SHA256
      + TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
      + TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
      + TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
      + TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
      + TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
      + TLS_RSA_WITH_AES_128_GCM_SHA256
      + TLS_RSA_WITH_AES_128_CBC_SHA256
          
Any connection attempts to the web server using a cipher that
is not allowed by the cipher suite will result in a failure to
establish the connection.

Context

MIB
MX-WEB-MIB
OID
.0.1200.1.100.300
Type
scalar
Access
readwrite
Status
current
Parent
serverGroup

Scalars 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::httpsCipherSuite.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::httpsCipherSuite'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100cS1
200cS2
300cS3