rsADRedirectionAppRedirMode
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.40.60.1.14
Object
column r/w
Enumeration
Application redirection status can be in one of three modes:
enable - any of enabled the redirection modes can be used.
disable - none of the redirection modes can be used (equiv. to
enable with all redirection modes disabled)
dns2ndRedir - can only use dns redirection, but as a fall back all
enabled redirection modes can be used.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.40.60.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Default
disable- Parent
- rsADRedirectionEntry
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::rsADRedirectionAppRedirMode'
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::rsADRedirectionAppRedirMode.<rsADRedirectionFarmName>'
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::rsADRedirectionAppRedirMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | dns2ndRedir |