rsADFarmClientMode
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.135.1.14
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.135.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Default
entryPerSession- Parent
- rsADFarmEntry
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 'WSD-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WSD-MIB::rsADFarmClientMode'
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::rsADFarmClientMode.<rsADFarmName>'
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::rsADFarmClientMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | regular |
2 | entryPerSession |
3 | serverPerSession |
4 | removeEntryAtSessionEnd |
5 | removeEntryAtSessionEndForServerPerSession |