certificateValidation

MX-SBC-MIB · .0.4400.1.400.100

Object

scalar r/w Enumeration
Level of security for TLS certificate validation.
          
When establishing a TLS connection as a client, this parameter
defines the level of security to use when validating the
server's certificate.
          
  * NoValidation: Allow a connection to the server without
    validating its certificate. This option provides partial
    security and should be selected with care.
  * HostName: Allow a connection to the server by validating
    if its certificate is trusted and valid. The validations
    performed on the certificate include the expiration date
    and indicate if the Subject Alternate Name (SAN) or Common
    Name (CN) matches the FQDN or IP address of the server.

Context

MIB
MX-SBC-MIB
OID
.0.4400.1.400.100
Type
scalar
Access
readwrite
Status
current
Parent
transportGroup

Scalars have one instance, identified by the .0 suffix.

Read the scalar 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::certificateValidation.0'
More examples
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::certificateValidation'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100noValidation
200hostName