vmConfigStatus

MX-VM-MIB · .0.4500.1.100.100.1.700

Object

column Enumeration
Configuration Status
              
Configuration status of the row.
              
Indicates if the configuration of this VM is valid and ready
to be applied.
              
  * Valid: The current content of the row is valid.
  * USBNotAvailable: The VM is started witout using USB,
    because the configured USB is used by another VM.
  * MissingVMConfig: The config file of VM is missing and the
    VM cannot be started. This config status is set when the
    Vm service tries to start a virtual machine but its image
    and config file are missing in vm/images.
  * NeedRestartToApplyConfig: The configuration has changed
    but not applied, Stop and restart the VM to apply new
    config.

Context

MIB
MX-VM-MIB
OID
.0.4500.1.100.100.1.700
Type
column
Access
readonly
Status
current
Parent
vmEntry

Walk 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 'MX-VM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-VM-MIB::vmConfigStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-VM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-VM-MIB::vmConfigStatus.<vmIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-VM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-VM-MIB::vmConfigStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100valid
200uSBNotAvailable
300missingVMConfig
400needRestartToApplyConfig