TUBS-IBR-XEN-MIB

File: TUBS-IBR-XEN-MIB.mib (10247 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB TUBS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP SnmpAdminString ibr

Defined Types

XenDomainState  
This data type represents the state of a Xen domain. unknown(1): No known/defined state. running(2): The domain is running on any CPU. blocked(3): The domain is blocked, e.g., waiting for I/O. paused(4): The domain has been paused. crashed(5): The domain exepectedly crashed. dying(6): The domain is in the process of going down or dying to any other reason. shutdown(7): The domain has been shutdown.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), running(2), blocked(3), paused(4), crashed(5), dying(6), shutdown(7)  

XenDomainEntry  
SEQUENCE    
  xenDomainName SnmpAdminString
  xenDomainState XenDomainState
  xenDomainMemKBytes Unsigned32
  xenDomainMaxMemKBytes Unsigned32

XenVCPUEntry  
SEQUENCE    
  xenVCPUIndex Unsigned32
  xenVCPUMilliseconds Counter32

XenNetworkEntry  
SEQUENCE    
  xenNetworkIndex Unsigned32
  xenNetworkInKBytes Counter32
  xenNetworkInPkts Counter32
  xenNetworkInErrors Counter32
  xenNetworkInDiscards Counter32
  xenNetworkOutKBytes Counter32
  xenNetworkOutPkts Counter32
  xenNetworkOutErrors Counter32
  xenNetworkOutDiscards Counter32

Defined Values

xenMIB 1.3.6.1.4.1.1575.1.14
Experimental MIB module for Xen Virtual Hosting.
MODULE-IDENTITY    

xenObjects 1.3.6.1.4.1.1575.1.14.1
OBJECT IDENTIFIER    

xenTraps 1.3.6.1.4.1.1575.1.14.2
OBJECT IDENTIFIER    

xenConformance 1.3.6.1.4.1.1575.1.14.3
OBJECT IDENTIFIER    

xenHost 1.3.6.1.4.1.1575.1.14.1.1
OBJECT IDENTIFIER    

xenHostXenVersion 1.3.6.1.4.1.1575.1.14.1.1.1
The version string of the Xen version running on the physical host.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

xenHostTotalMemKBytes 1.3.6.1.4.1.1575.1.14.1.1.2
The total amount of available memory in Kbytes on the physical host.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

xenHostCPUs 1.3.6.1.4.1.1575.1.14.1.1.3
The total number of CPUs on the physical host.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

xenHostCPUMHz 1.3.6.1.4.1.1575.1.14.1.1.4
The CPU frequency in MHz of the CPUs on the physical host.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

xenDomainTable 1.3.6.1.4.1.1575.1.14.1.2
A list of all Xen domains on the physical host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XenDomainEntry

xenDomainEntry 1.3.6.1.4.1.1575.1.14.1.2.1
An entry describing a particular Xen domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  XenDomainEntry  

xenDomainName 1.3.6.1.4.1.1575.1.14.1.2.1.1
The name of the Xen domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

xenDomainState 1.3.6.1.4.1.1575.1.14.1.2.1.2
The state of the Xen domain.
Status: current Access: read-only
OBJECT-TYPE    
  XenDomainState  

xenDomainMemKBytes 1.3.6.1.4.1.1575.1.14.1.2.1.3
The amount of memory in Kbytes currently occupied by the Xen domain.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

xenDomainMaxMemKBytes 1.3.6.1.4.1.1575.1.14.1.2.1.4
The total amount of memory in Kbytes assigned to the Xen domain. A value of zero denotes that there is no limit.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

xenVCPUTable 1.3.6.1.4.1.1575.1.14.1.3
A list of all VCPUs per Xen domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XenVCPUEntry

xenVCPUEntry 1.3.6.1.4.1.1575.1.14.1.3.1
An entry describing a VCPU of a Xen domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  XenVCPUEntry  

xenVCPUIndex 1.3.6.1.4.1.1575.1.14.1.3.1.1
The index of the VCPU.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

xenVCPUMilliseconds 1.3.6.1.4.1.1575.1.14.1.3.1.2
The number milliseconds consumed by the VCPU since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkTable 1.3.6.1.4.1.1575.1.14.1.4
A list of all networks per Xen domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XenNetworkEntry

xenNetworkEntry 1.3.6.1.4.1.1575.1.14.1.4.1
An entry describing a network of a Xen domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  XenNetworkEntry  

xenNetworkIndex 1.3.6.1.4.1.1575.1.14.1.4.1.1
The index of the network.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

xenNetworkInKBytes 1.3.6.1.4.1.1575.1.14.1.4.1.2
The number of Kbytes received on the network interface since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkInPkts 1.3.6.1.4.1.1575.1.14.1.4.1.3
The number of packets received on the network interface since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkInErrors 1.3.6.1.4.1.1575.1.14.1.4.1.4
The number of erroneous packets received on the network interface since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkInDiscards 1.3.6.1.4.1.1575.1.14.1.4.1.5
The number of dropped packets received on the network interface since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkOutKBytes 1.3.6.1.4.1.1575.1.14.1.4.1.6
The number of Kbytes sent on the network interface since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkOutPkts 1.3.6.1.4.1.1575.1.14.1.4.1.7
The number of packets sent on the network interface since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkOutErrors 1.3.6.1.4.1.1575.1.14.1.4.1.8
The number of packets that could not be sent on the network interface because of any errors since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenNetworkOutDiscards 1.3.6.1.4.1.1575.1.14.1.4.1.9
The number of packets that have not been sent on the network interface even though no errors had been detected since the Xen domain has been set up.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xenCompliances 1.3.6.1.4.1.1575.1.14.3.1
OBJECT IDENTIFIER    

xenGroups 1.3.6.1.4.1.1575.1.14.3.2
OBJECT IDENTIFIER    

xenCompliance 1.3.6.1.4.1.1575.1.14.3.1.1
The compliance statement for an SNMP entity which implements the Xen MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

xenGeneralGroup 1.3.6.1.4.1.1575.1.14.3.2.1
A collection of all Xen MIB objects.
Status: current Access: read-only
OBJECT-GROUP