ascQuiesced
IBM-ENETDISPATCHER-MIB ·
.1.3.6.1.4.1.2.6.144.1.2.2.11.1.2
Object
True if this server has been quiesced, false otherwise.
When a server is quiesced, no more connections are sent
to the server. A server can be quiesced via the
ndcontrol manager quiesce command.
True=1, False=2.
Context
- MIB
- IBM-ENETDISPATCHER-MIB
- OID
.1.3.6.1.4.1.2.6.144.1.2.2.11.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- indAllSrvrsCnfgEntry
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 'IBM-ENETDISPATCHER-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-ENETDISPATCHER-MIB::ascQuiesced'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-ENETDISPATCHER-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-ENETDISPATCHER-MIB::ascQuiesced.<ascAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-ENETDISPATCHER-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-ENETDISPATCHER-MIB::ascQuiesced'
Syntax
- Source
- SNMPv2-TC-v1TruthValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | true |
2 | false |