cslbxProbeHTTPCfgSslTlsVersion
CISCO-SLB-HEALTH-MON-MIB ·
.1.3.6.1.4.1.9.9.254.1.6.5.1.6
Object
column r/w
Enumeration
This object represents the version of
the SSL/TLS protocol.
The possible value(s) are :
other : Version not applicable.
This value can not be set by the user.
sslv2 : SSL Version 2.0.
sslv3 : SSL Version 3.0.
tlsv1 : TLS Version 1.0.
all : All supported versions as reported in
cslbxProbeHTTPSslTlsVersionSupported
object.
Context
- MIB
- CISCO-SLB-HEALTH-MON-MIB
- OID
.1.3.6.1.4.1.9.9.254.1.6.5.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cslbxProbeHTTPCfgEntry
- Groups
- 2
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 'CISCO-SLB-HEALTH-MON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SLB-HEALTH-MON-MIB::cslbxProbeHTTPCfgSslTlsVersion'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SLB-HEALTH-MON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SLB-HEALTH-MON-MIB::cslbxProbeHTTPCfgSslTlsVersion.<slbEntity>.<cslbxProbeName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SLB-HEALTH-MON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SLB-HEALTH-MON-MIB::cslbxProbeHTTPCfgSslTlsVersion'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | sslv2 |
3 | sslv3 |
4 | tlsv1 |
5 | all |