rsWSDFarmClientMode

WSD-MIB · .1.3.6.1.4.1.89.35.1.13.1.20

Object

column r/w Enumeration
Client mode for this farm. How a single client's sessions are handled in the client table.
Regular: all sessions to the same server, differentiated by destination port.
EntryPerSession: all sessions to the same server, differentiated by both ports.
ServerPerSession: new server selected for every session.
RemoveEntry: extends EntryPerSession by removing terminated TCP sessions.
RemoveServerPerSession: extends ServerPerSession to remove terminated TCP sessions.

Context

MIB
WSD-MIB
OID
.1.3.6.1.4.1.89.35.1.13.1.20
Type
column
Access
readwrite
Status
current
Default
entryPerSession
Parent
rsWSDFarmEntry

Walk 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 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WSD-MIB::rsWSDFarmClientMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WSD-MIB::rsWSDFarmClientMode.<rsWSDFarmAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WSD-MIB::rsWSDFarmClientMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1regular
2entryPerSession
3serverPerSession
4removeEntryAtSessionEnd
5removeEntryAtSessionEndForServerPerSession