VMWARE-OBSOLETE-MIB

File: VMWARE-OBSOLETE-MIB.mib (16250 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
VMWARE-ROOT-MIB VMWARE-PRODUCTS-MIB VMWARE-VMINFO-MIB
VMWARE-RESOURCES-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Gauge32 Counter64
Integer32 DisplayString MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP vmwResources
vmwTraps vmwObsolete vmwProductSpecific
vmwNotifications vmwESX vmwVmID
vmwVmConfigFilePath vmwMemory vmwCPU

Defined Types

VmwCpuEntry  
SEQUENCE    
  vmwCpuVMID Integer32
  vmwCpuShares Gauge32
  vmwCpuUtil Gauge32

VmwMemEntry  
SEQUENCE    
  vmwMemVMID Integer32
  vmwMemShares Gauge32
  vmwMemConfigured Gauge32
  vmwMemUtil Gauge32

VmwHbaEntry  
SEQUENCE    
  vmwHbaIdx Integer32
  vmwHbaName DisplayString
  vmwHbaVMID Integer32
  vmwDiskShares Gauge32
  vmwNumReads Counter32
  vmwKbRead Counter32
  vmwNumWrites Counter32
  vmwKbWritten Counter32

VmwNetEntry  
SEQUENCE    
  vmwNetIdx Integer32
  vmwNetName DisplayString
  vmwNetVMID Integer32
  vmwNetIfAddr DisplayString
  vmwNetShares Gauge32
  vmwNetPktsTx Counter32
  vmwNetKbTx Counter32
  vmwNetPktsRx Counter32
  vmwNetKbRx Counter32
  vmwNetHCPktsTx Counter64
  vmwNetHCKbTx Counter64
  vmwNetHCPktsRx Counter64
  vmwNetHCKbRx Counter64

Defined Values

vmwObsoleteMIB 1.3.6.1.4.1.6876.800.1
This MIB module contains all previously published managed objects that have been made obsolete. The mib preserves OID mappings such that backward compatiblity is maintained.
MODULE-IDENTITY    

vmkLoaded 1.3.6.1.4.1.6876.4.1.1
Has the vmkernel been loaded? (yes/no)
Status: obsolete Access: read-only
OBJECT-TYPE    
  DisplayString  

vmwCpuTable 1.3.6.1.4.1.6876.3.1.2
CPU Usage table by virtual machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VmwCpuEntry

vmwCpuEntry 1.3.6.1.4.1.6876.3.1.2.1
A record for CPU usage by a single virtual machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  VmwCpuEntry  

vmwCpuVMID 1.3.6.1.4.1.6876.3.1.2.1.1
ID allocated to running vm by the vmkernel.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..1023  

vmwCpuShares 1.3.6.1.4.1.6876.3.1.2.1.2
Share of CPU allocated to vm by vmkernel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

vmwCpuUtil 1.3.6.1.4.1.6876.3.1.2.1.3
Time the virtual machine has been running on the CPU (seconds).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

vmwMemTable 1.3.6.1.4.1.6876.3.2.4
Table of memory usage by virtual machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VmwMemEntry

vmwMemEntry 1.3.6.1.4.1.6876.3.2.4.1
A record for memory usage by a single virtual machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  VmwMemEntry  

vmwMemVMID 1.3.6.1.4.1.6876.3.2.4.1.1
ID allocated to running vm by the vmkernel.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 0..1023  

vmwMemShares 1.3.6.1.4.1.6876.3.2.4.1.2
Shares of memory allocated to vm by vmkernel.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

vmwMemConfigured 1.3.6.1.4.1.6876.3.2.4.1.3
Amount of memory the vm was configured with. (KB)
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

vmwMemUtil 1.3.6.1.4.1.6876.3.2.4.1.4
Amount of memory utilized by the vm. (KB; instantaneous)
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

vmwHBATable 1.3.6.1.4.1.6876.3.3
Disk adapter and target information table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VmwHbaEntry

vmwHBAEntry 1.3.6.1.4.1.6876.3.3.1
A record for a single hba on the machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  VmwHbaEntry  

vmwHbaIdx 1.3.6.1.4.1.6876.3.3.1.1
Index for HBA table @todo fix this!.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 0..1023  

vmwHbaName 1.3.6.1.4.1.6876.3.3.1.2
String describing the disk. Format: ::
Status: obsolete Access: read-only
OBJECT-TYPE    
  DisplayString  

vmwHbaVMID 1.3.6.1.4.1.6876.3.3.1.3
ID assigned to running vm by the vmkernel.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32  

vmwDiskShares 1.3.6.1.4.1.6876.3.3.1.4
Share of disk bandwidth allocated to this vm.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

vmwNumReads 1.3.6.1.4.1.6876.3.3.1.5
Number of reads to this disk since disk module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwKbRead 1.3.6.1.4.1.6876.3.3.1.6
Kilobytes read from this disk since disk module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwNumWrites 1.3.6.1.4.1.6876.3.3.1.7
Number of writes to this disk since disk module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwKbWritten 1.3.6.1.4.1.6876.3.3.1.8
Kilobytes written to this disk since disk module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwNetTable 1.3.6.1.4.1.6876.3.4
Network adapter statistics.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VmwNetEntry

vmwNetEntry 1.3.6.1.4.1.6876.3.4.1
A record for a single nic on the machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  VmwNetEntry  

vmwNetIdx 1.3.6.1.4.1.6876.3.4.1.1
Index for net table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 0..255  

vmwNetName 1.3.6.1.4.1.6876.3.4.1.2
String describing the network adapter. Format: vmnic*
Status: obsolete Access: read-only
OBJECT-TYPE    
  DisplayString  

vmwNetVMID 1.3.6.1.4.1.6876.3.4.1.3
ID assigned to running vm by the vmkernel.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32  

vmwNetIfAddr 1.3.6.1.4.1.6876.3.4.1.4
MAC address of vm's virtual NIC.
Status: obsolete Access: read-only
OBJECT-TYPE    
  DisplayString  

vmwNetShares 1.3.6.1.4.1.6876.3.4.1.5
Share of net bandwidth allocated to this vm.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Gauge32  

vmwNetPktsTx 1.3.6.1.4.1.6876.3.4.1.6
Number of pkts transmitted on this NIC since network module was loaded. Deprecated in favour of pktsHCTx.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwNetKbTx 1.3.6.1.4.1.6876.3.4.1.7
Kilobytes sent from this NIC since network module was loaded. Deprecated in favour of kbHCTx.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwNetPktsRx 1.3.6.1.4.1.6876.3.4.1.8
Number of pkts received on this NIC since network module was loaded. Deprecated in favour of pktsHCRx.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwNetKbRx 1.3.6.1.4.1.6876.3.4.1.9
Kilobytes received on this NIC since network module was loaded. Deprecated in favour of kbHCRx.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

vmwNetHCPktsTx 1.3.6.1.4.1.6876.3.4.1.10
Number of pkts transmitted on this NIC since network module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter64  

vmwNetHCKbTx 1.3.6.1.4.1.6876.3.4.1.11
Kilobytes sent from this NIC since network module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter64  

vmwNetHCPktsRx 1.3.6.1.4.1.6876.3.4.1.12
Number of pkts received on this NIC since network module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter64  

vmwNetHCKbRx 1.3.6.1.4.1.6876.3.4.1.13
Kilobytes received on this NIC since network module was loaded.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter64  

vpxdTrapType 1.3.6.1.4.1.6876.50.301
This is the trap type in the preceding traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

vpxdHostName 1.3.6.1.4.1.6876.50.302
This is the name of the host in the preceding traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

vpxdVMName 1.3.6.1.4.1.6876.50.303
This is the name of the VM in the preceding traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

vpxdOldStatus 1.3.6.1.4.1.6876.50.304
This is the old status in the preceding traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

vpxdNewStatus 1.3.6.1.4.1.6876.50.305
This is the new status in the preceding traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

vpxdObjValue 1.3.6.1.4.1.6876.50.306
This is the current object value in the preceding traps.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

vmPoweredOn 1.3.6.1.4.1.6876.0.1
This trap is sent when a virtual machine is powered ON from a suspended or a powered off state.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

vmPoweredOff 1.3.6.1.4.1.6876.0.2
This trap is sent when a virtual machine is powered OFF.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

vmHBLost 1.3.6.1.4.1.6876.0.3
This trap is sent when a virtual machine detects a loss in guest heartbeat.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

vmHBDetected 1.3.6.1.4.1.6876.0.4
This trap is sent when a virtual machine detects or regains the guest heartbeat.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

vmSuspended 1.3.6.1.4.1.6876.0.5
This trap is sent when a virtual machine is suspended.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

vpxdTrap 1.3.6.1.4.1.6876.0.201
This trap is sent when entity status changed.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-TYPE    

vmwObsoleteMIBConformance 1.3.6.1.4.1.6876.800.1.2
OBJECT IDENTIFIER    

vmwObsoleteMIBCompliances 1.3.6.1.4.1.6876.800.1.2.1
OBJECT IDENTIFIER    

vmwObsMIBGroups 1.3.6.1.4.1.6876.800.1.2.2
OBJECT IDENTIFIER    

vmwObsoleteObsoleteMIBCompliance 1.3.6.1.4.1.6876.800.1.2.1.3
The compliance statement for entities which implement the VMWARE-RESOURCE-MIB.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

vmwObsoleteGroup 1.3.6.1.4.1.6876.800.1.2.2.2
These objects are no longer provided, see VMWARE-VMINFO-MIB for replacement.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

vmwOldVCNotificationGroup 1.3.6.1.4.1.6876.800.1.2.2.3
Group of objects describing notifications (traps).
Status: obsolete Access: accessible-for-notify
NOTIFICATION-GROUP