vmNetworkAdapter

MX-VM-MIB · .0.4500.1.100.100.1.560

Object

column r/w Enumeration
Virtual Network Adapter
              
Configures the virtualised network adapter for this VM.
              
  * E1000: Intel 82545EM emulated network interface card.
    Highest compatibility, slower performance.
  * Virtio: Paravirtualised network adapter. Best
    performance, a specific guest OS VM driver is required.
              
This parameter is effective only if the
Eth.Link.VirtualSwitch parameter or the
InternalVirtualSwitchEnable parameter is enabled.

Context

MIB
MX-VM-MIB
OID
.0.4500.1.100.100.1.560
Type
column
Access
readwrite
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::vmNetworkAdapter'
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::vmNetworkAdapter.<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::vmNetworkAdapter'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100e1000
200virtio