rsWSDFarmRedirectionMode
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.13.1.15
Object
column r/w
Enumeration
This variable indicates if redirection is enabled and if enable which redirection mode is established (http, triangle or dns redirection). If redirection is disabled (i.e. -noRedirection), HTTP traffic is handled as all other traffic.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.13.1.15- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rsWSDFarmEntry
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::rsWSDFarmRedirectionMode'
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::rsWSDFarmRedirectionMode.<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::rsWSDFarmRedirectionMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | httpRedirection |
2 | triangleRedirection |
3 | noRedirection |
4 | httpAndTriangleRedirection |
5 | dnsRedirection |
6 | dnsReevaluationRedirection |
7 | rtspRedirection |