rsWSDDynamicSidLookupMode
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.40.42.1.5
Object
column r/w
Enumeration
Defines scope for the persistency identifier search. indicator (1), search for a token=value pair that may appear anywhere within the the HTTP header. offset (2), indicates that the entry is of 'Pattern Match' type. header (3), search for HTTP header name given by rsADDynamicSidHeaderName. Header parameter may be indicated by rsADDynamicSid variable. regexp (4), search regular expression in all the HTTP header. httpCookie(5), search for a token=value pair within the Cookie header. token is given by the rsADDynamicSid field value. requestUrl(6), search for a token=value pair within the HTTP request line. token is given by the rsADDynamicSid field value. xmlTag (7) maintain persistency based on a SOAP tag and/or SOAP Header Field. Available only with ADXL and TSL license.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.40.42.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Default
httpCookie- Parent
- rsWSDDynamicSidEntry
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::rsWSDDynamicSidLookupMode'
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::rsWSDDynamicSidLookupMode.<rsWSDDynamicSidFarm>.<rsWSDDynamicSidPort>.<rsWSDDynamicSidL4Protocol>'
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::rsWSDDynamicSidLookupMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | indicator |
2 | offset |
3 | header |
4 | regexp |
5 | httpCookie |
6 | requestUrl |
7 | xmlTag |
8 | radiusAttr |