HPVCMODULE-MIB

File: HPVCMODULE-MIB.mib (17921 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
RFC1155-SMI TRANSPORT-ADDRESS-MIB IF-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 NOTIFICATION-TYPE Counter32
Gauge32 mib-2 zeroDotZero
TEXTUAL-CONVENTION TruthValue RowPointer
SnmpAdminString enterprises TransportAddressType
TransportAddress ifIndex ifInErrors
ifOutErrors InterfaceIndex MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

VcModuleRole  
The virtual connect operational role of this module. The enumerations are described below: unintegrated - module is not a member of a domain primaryProtected - module is VCM primary, and a VCM standby exists primaryUnprotected - module is VCM primary, and no VCM standby exists standby - module is VCM standby other - module is not able to host VCM
TEXTUAL-CONVENTION    
  INTEGER unintegrated(1), primaryProtected(2), primaryUnprotected(3), standby(4), other(5)  

VcEnclosureRole  
The virtual connect operational role of the enclosure associated with with this module. The enumerations are described below: unknown - The enclosure role is unknown because of one of the following reasons, - The enclsoure is not part of a VC domain. - The module is in a transitory state. primary - The module is installed in the primary or sole enclosure. secondary - The module is installed in a secondary enclosure of a multi-enclosure domain.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), primary(2), secondary(3)  

VcModuleType  
The virtual connect interconnect module type. The enumerations are described below: vcModuleEnet - VC-Enet module vcModuleFC - VC-FC module vcModuleOther - Unknown module or a module not suppported by VC
TEXTUAL-CONVENTION    
  INTEGER vcModuleEnet(1), vcModuleFC(2), vcModuleOther(3)  

VcModulePortBpduLoopStatus  
The BPDU loop detection status of a VcModulePort. The enumerations are described below: ok - The port is operating normal. loop-detected - BPDU loop detected on this port.
TEXTUAL-CONVENTION    
  INTEGER ok(1), loop-dectected(2)  

VcModulePortProtectionStatus  
The port protection status of the VcModulePort. Port protection features provide protection against denial of service conditions caused by external entities. The enumerations are described below: ok - The port is operating normal. pause-flood-detected - Pause flood condition detected on this port. The port is disabled until a recovery action is taken.
TEXTUAL-CONVENTION    
  INTEGER ok(1), pause-flood-detected(2)  

VcModulePortEntry  
SEQUENCE    
  vcModulePort Integer32
  vcModulePortIfIndex InterfaceIndex
  vcModulePortBpduLoopStatus VcModulePortBpduLoopStatus
  vcModulePortProtectionStatus VcModulePortProtectionStatus

Defined Values

hp 1.3.6.1.4.1.11
OBJECT IDENTIFIER    

hpSysMgt 1.3.6.1.4.1.11.5
OBJECT IDENTIFIER    

hpEmbeddedServerMgt 1.3.6.1.4.1.11.5.7
OBJECT IDENTIFIER    

hpModuleMgmtProc 1.3.6.1.4.1.11.5.7.5
OBJECT IDENTIFIER    

virtualConnect 1.3.6.1.4.1.11.5.7.5.2
OBJECT IDENTIFIER    

vcModuleMIB 1.3.6.1.4.1.11.5.7.5.2.3
This MIB module describes module specific MIB objects present in each of the Virtual Connect Ethernet (VC-Enet) Modules. These objects represent information about individual VC-Enet modules irrespective of its VC domain role.
MODULE-IDENTITY    

vcModuleMIBObjects 1.3.6.1.4.1.11.5.7.5.2.3.1
OBJECT IDENTIFIER    

vcModuleObjects 1.3.6.1.4.1.11.5.7.5.2.3.1.1
OBJECT IDENTIFIER    

vcModuleDomainName 1.3.6.1.4.1.11.5.7.5.2.3.1.1.1
The administratively assigned name of the Virtual Connect Domain associated with this module.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

vcModuleRole 1.3.6.1.4.1.11.5.7.5.2.3.1.1.2
The VC domain role of this VC module.
Status: current Access: read-only
OBJECT-TYPE    
  VcModuleRole  

vcModuleDomainPrimaryAddressType 1.3.6.1.4.1.11.5.7.5.2.3.1.1.3
The transport address type used to address the primary VC module.
Status: current Access: read-only
OBJECT-TYPE    
  TransportAddressType  

vcModuleDomainPrimaryAddress 1.3.6.1.4.1.11.5.7.5.2.3.1.1.4
The address of the primary VC module. The address format is determined by the vcDomainPrimaryAddressType object.
Status: current Access: read-only
OBJECT-TYPE    
  TransportAddress  

vcModuleEnclosureRole 1.3.6.1.4.1.11.5.7.5.2.3.1.1.5
The VC enclosure role of the enclosure VC module.
Status: current Access: read-only
OBJECT-TYPE    
  VcEnclosureRole  

vcModulePortTable 1.3.6.1.4.1.11.5.7.5.2.3.1.1.6
A table that contains VC specific information about every port that is associated with this bridge.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VcModulePortEntry

vcModulePortEntry 1.3.6.1.4.1.11.5.7.5.2.3.1.1.6.1
VC specific information for each port of the bridge.
Status: current Access: not-accessible
OBJECT-TYPE    
  VcModulePortEntry  

vcModulePort 1.3.6.1.4.1.11.5.7.5.2.3.1.1.6.1.1
The port number of the port for which this entry contains management information.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

vcModulePortIfIndex 1.3.6.1.4.1.11.5.7.5.2.3.1.1.6.1.2
The value of the instance of the ifIndex object, defined in IF-MIB, for the interface corresponding to this port. A zero value indicates ifIndex is not available.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

vcModulePortBpduLoopStatus 1.3.6.1.4.1.11.5.7.5.2.3.1.1.6.1.3
The BPDU loop detection status for this port.
Status: current Access: read-only
OBJECT-TYPE    
  VcModulePortBpduLoopStatus  

vcModulePortProtectionStatus 1.3.6.1.4.1.11.5.7.5.2.3.1.1.6.1.4
The port protection status for this port.
Status: current Access: read-only
OBJECT-TYPE    
  VcModulePortProtectionStatus  

vcModuleMIBNotificationPrefix 1.3.6.1.4.1.11.5.7.5.2.3.2
OBJECT IDENTIFIER    

vcModuleMIBNotifications 1.3.6.1.4.1.11.5.7.5.2.3.2.0
OBJECT IDENTIFIER    

vcModuleMIBNotificationObjects 1.3.6.1.4.1.11.5.7.5.2.3.2.1
OBJECT IDENTIFIER    

vcModuleDomainRoleChange 1.3.6.1.4.1.11.5.7.5.2.3.2.0.1
The VCM role of the VC module has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortInputUtilizationUp 1.3.6.1.4.1.11.5.7.5.2.3.2.0.11
The port input utilization rate has exceeded high threshold. The input line utilization on a port has exceeded its threshold for longer than the threshold averaging period. The ifIndex is the index of the affected port in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortInputUtilizationDown 1.3.6.1.4.1.11.5.7.5.2.3.2.0.12
The port input utilization rate has dropped below low watermark. The input line utilization on a port has dropped below its low watermark for longer than the threshold averaging period. The ifIndex is the index of the affected port in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortOutputUtilizationUp 1.3.6.1.4.1.11.5.7.5.2.3.2.0.13
The port output utilization rate has exceeded high threshold. The output line utilization on a port has exceeded its high watermark for longer than the threshold averaging period. The ifIndex is the index of the affected port in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortOutputUtilizationDown 1.3.6.1.4.1.11.5.7.5.2.3.2.0.14
The port output utilization rate has dropped below low watermark. The output line utilization on a port has dropped below its low watermark for longer than the threshold averaging period. The ifIndex is the index of the affected port in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortInputErrorsUp 1.3.6.1.4.1.11.5.7.5.2.3.2.0.15
The input error count on a port has exceeded high watermark. The input error count on a port has exceeded its high watermark for longer than the error averaging period. The port is identified by ifIndex in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortInputErrorsDown 1.3.6.1.4.1.11.5.7.5.2.3.2.0.16
The input error count on a port has dropped below low watermark. The input error count on a port has dropped below its low watermark for longer than the error averaging period. The port is identified by ifIndex in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortOutputErrorsUp 1.3.6.1.4.1.11.5.7.5.2.3.2.0.17
The output error count on a port has exceeded its high watermark. The output error count on a port has exceeded its high watermark for longer than the error averaging period. The port is identified by ifIndex in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortOutputErrorsDown 1.3.6.1.4.1.11.5.7.5.2.3.2.0.18
The output error count on a port has dropped below its low watermark. The output error count on a port has dropped below its low watermark for longer than the error averaging period. The port is identified by ifIndex in ifTable.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortBpduLoopDetected 1.3.6.1.4.1.11.5.7.5.2.3.2.0.19
A BPDU loop condition is detected on this port. If the port is configured for loop protection, the port is disabled to protect against network loops. The port remains disabled until administrative action is taken.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortBpduLoopCleared 1.3.6.1.4.1.11.5.7.5.2.3.2.0.20
A previous BPDU loop condition is cleared. This trap is only sent when the agent detects transition from 'loop detected' state to 'ok' state on a given port.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortProtectionConditionDetected 1.3.6.1.4.1.11.5.7.5.2.3.2.0.21
A port protection condition is detected on this port. If the new port protection status is a value other than ok, the port may be disabled to protect the VC module from further service degradation.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModPortProtectionConditionCleared 1.3.6.1.4.1.11.5.7.5.2.3.2.0.22
Port is recovered from port protection codition. The port is recovered from port protection condition to normal operational state.
Status: current Access: read-only
NOTIFICATION-TYPE    

vcModuleMIBConformance 1.3.6.1.4.1.11.5.7.5.2.3.3
OBJECT IDENTIFIER    

vcModuleMIBCompliances 1.3.6.1.4.1.11.5.7.5.2.3.3.1
OBJECT IDENTIFIER    

vcModuleMIBGroups 1.3.6.1.4.1.11.5.7.5.2.3.3.2
OBJECT IDENTIFIER    

vcModuleMIBCompliance 1.3.6.1.4.1.11.5.7.5.2.3.3.1.1
The compliance statement for entities which implement the VC MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

vcModuleGroup 1.3.6.1.4.1.11.5.7.5.2.3.3.2.1
Virtual Connect Module objects.
Status: current Access: read-only
OBJECT-GROUP    

vcModPortThresholdNotificationsGroup 1.3.6.1.4.1.11.5.7.5.2.3.3.2.2
The notifications which indicate specific changes in the Virtual Connect port utilization status.
Status: current Access: read-only
NOTIFICATION-GROUP    

vcModPortStatusNotificationsGroup 1.3.6.1.4.1.11.5.7.5.2.3.3.2.3
The notifications which indicate specific changes in the Virtual Connect port operational status.
Status: current Access: read-only
NOTIFICATION-GROUP