cslbxProbeHTTPCfgSslSessionReuse
CISCO-SLB-HEALTH-MON-MIB ·
.1.3.6.1.4.1.9.9.254.1.6.5.1.7
Object
This object enables/disables reusing of the SSL Session ID. If set to 'true', SSL session ID will be reused. If set to 'false', SSL session ID will not be reused. In SSL, a new session ID is created every time the client and the SSL module go through a full key exchange and establish a new master secret key. Enabling this object allows the SSL module to reuse the master key on subsequent connections with the client, which can speed up the SSL negotiation process.
Context
- MIB
- CISCO-SLB-HEALTH-MON-MIB
- OID
.1.3.6.1.4.1.9.9.254.1.6.5.1.7- 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::cslbxProbeHTTPCfgSslSessionReuse'
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::cslbxProbeHTTPCfgSslSessionReuse.<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::cslbxProbeHTTPCfgSslSessionReuse'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |