rsADServerAdminStatus
WSD-MIB ·
.1.3.6.1.4.1.89.35.1.136.1.6
Object
column r/w
Enumeration
Administrative status of application on server.
enable - activates the server.
The rsADServerOperStatus will change to active.
disable - stops the server.
The rsADServerOperStatus will change to notInService.
connectionsShutdown - gracefully shuts down connections to the server by allowing existing connections to complete,
while new connections are not forwarded to this server.
The rsADServerOperStatus will change to noNewSessions.
sessionsShutdown - gracefully shuts down sessions to the server by allowing existing sessions to complete
(new connections that match existing sessions on this server are still forwarded to the server), while new sessions are not forwarded to this server.
The rsADServerOperStatus will change to noNewSessions.
Context
- MIB
- WSD-MIB
- OID
.1.3.6.1.4.1.89.35.1.136.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rsADApplicationServerEntry
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::rsADServerAdminStatus'
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::rsADServerAdminStatus.<rsADServerFarmName>.<rsADServerAddr>.<rsADServerPort>'
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::rsADServerAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | connectionsShutdown |
4 | sessionsShutdown |