rsWSDNoServicePageHTTPCode
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.40.35.1.25
Object
column r/w
Enumeration
The HTTP code acceptable in that farm.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.40.35.1.25- Type
- column
- Access
- readwrite
- Status
- current
- Default
ok- Parent
- rsWSDExtendedFarmEntry
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::rsWSDNoServicePageHTTPCode'
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::rsWSDNoServicePageHTTPCode.<rsWSDExtendedFarmAddress>'
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::rsWSDNoServicePageHTTPCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | continue |
200 | ok |
202 | accepted |
204 | no-content |
205 | reset-content |
206 | partial-content |
300 | multiple-choices |
301 | moved-permanently |
302 | moved-temporarily |
304 | not-modified |
400 | bad-request |
401 | unauthorized |
402 | payment-required |
403 | forbidden |
404 | object-not-found |
503 | service-unavailable |