cmdInvokeGetWebUI
AWCVX-MIB ·
.1.3.6.1.4.1.522.3.8.4
Object
Initiate loading of the getWebUI file.
Commands recognized: start.
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 'AWCVX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AWCVX-MIB::cmdInvokeGetWebUI.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AWCVX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AWCVX-MIB::cmdInvokeGetWebUI'
Syntax
- Source
- AwcInvokeCommand
- Base type
Enumeration
Type Description
Command directive to control asynchronous operations
on the host system of the SNMP agent. Not all
asynchronous operations support all directives. For
example, not all operations support 'restart' or
'restartNotify' commands.
inactive - No operation is either started or
in progress.
start - Start the operation. Perform the
operation to completion.
startNotify - Start the operation. Perform the
operation to completion, then
notify the requesting SNMP Manager
via a Trap.
restart - If the operation is not already
started, start it. If it is already
started, re-initialize the operation
in a graceful manner and start it
over again. Do not alter the Notify
option of the corresponding Start
command.
restartNotify - If the operation is not already
started, start it. If it is
already started, re-initialize the
operation in a graceful manner and
start it over again. When the
operation is complete, notify the
requesting SNMP Manager via a Trap.
cancel - If the operation, is not started, do
nothing. If it is started, stop the
operation gracefully. Notify the SNMP
Manager via a Trap in accordance with
whether {Re}Start or {Re}StartNotify
was used.
Multiple use of 'start' before an operation completes
is ignored. Multiple use of 'startNotify' before an
operation completes adds the Notify option of the
operation.
Values & Constraints
Type Values
1 | inactive |
2 | start |
3 | startNotify |
4 | restart |
5 | restartNotify |
6 | cancel |
Conformance
Member of