rdwrProxyFailureAction
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.134.9
Object
scalar r/w
Enumeration
Defines how AD handles proxy failure. fail ? failover to backup on any proxy failure. failOnSSL ? failover to backup on SSL acceleration failure. failOnComp ? failover to backup on hardware compression failure. failOnSSLandComp - failover to backup on SSL acceleration and on hardware compression failures. ignore ? proxy failure does not trigger failover to backup device.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.134.9- Type
- scalar
- Access
- readwrite
- Status
- current
- Default
ignore
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::rdwrProxyFailureAction.0'
More examples
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::rdwrProxyFailureAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fail |
2 | failOnSSL |
3 | failOnComp |
4 | failOnSSLandComp |
5 | ignore |