HUAWEI-VGMP-MIB

File: HUAWEI-VGMP-MIB.mib (41097 bytes)

Imported modules

HUAWEI-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC IF-MIB

Imported symbols

hwDatacomm OBJECT-GROUP NOTIFICATION-GROUP
Unsigned32 Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus
TEXTUAL-CONVENTION TimeStamp InterfaceIndex

Defined Types

HWVgmpGroupCfgEntry  
SEQUENCE    
  hwVgmpGroupCfgID Integer32
  hwVgmpGroupCfgEnable INTEGER
  hwVgmpGroupCfgPri Integer32
  hwVgmpGroupCfgUseVrrpPri INTEGER
  hwVgmpGroupCfgPriPlusValue Integer32
  hwVgmpGroupCfgPreemptEnable INTEGER
  hwVgmpGroupCfgPreemptDelayValue Integer32
  hwVgmpGroupCfgHelloInterval Integer32
  hwVgmpGroupCfgSendEnable INTEGER
  hwVgmpGroupCfgState INTEGER
  hwVgmpGroupCfgRunPri Integer32
  hwVgmpGroupCfgCreateTime Unsigned32
  hwVgmpGroupCfgLastChangeTime Unsigned32
  hwVgmpGroupCfgPeerState INTEGER
  hwVgmpGroupCfgVrrpNum Integer32
  hwVgmpGroupCfgReset INTEGER
  hwVgmpGroupCfgOperRowStatus RowStatus
  hwVgmpGroupCfgNextState INTEGER

HWVgmpMemberEntry  
SEQUENCE    
  hwVgmpMemberIfIndex InterfaceIndex
  hwVgmpMemberVRID Integer32
  hwVgmpMemberData INTEGER
  hwVgmpMemberTran INTEGER
  hwVgmpMemberVrrpOnline INTEGER
  hwVgmpMemberOperRowStatus RowStatus

HWVgmpTrackBFDEntry  
SEQUENCE    
  hwVgmpTrackBFDID Integer32
  hwVgmpTrackBFDReduceValue Integer32
  hwVgmpTrackBFDPreeEnable INTEGER
  hwVgmpTrackBFDOperRowStatus RowStatus

HWVgmpStatisticEntry  
SEQUENCE    
  hwVgmpStatisticCheckFailDropNum Integer32
  hwVgmpStatisticDisableDropNum Integer32
  hwVgmpStatisticModeTypeErrDropNum Integer32
  hwVgmpStatisticAccHelloREQ Integer32
  hwVgmpStatisticSendHelloREQ Integer32
  hwVgmpStatisticAccHelloACK Integer32
  hwVgmpStatisticSendHelloACK Integer32
  hwVgmpStatisticAccMasterToSlaveREQ Integer32
  hwVgmpStatisticSendMasterToSlaveREQ Integer32
  hwVgmpStatisticAccMasterToSlaveACK Integer32
  hwVgmpStatisticSendMasterToSlaveACK Integer32
  hwVgmpStatisticAccMasterToSlaveNACK Integer32
  hwVgmpStatisticSendMasterToSlaveNACK Integer32
  hwVgmpStatisticAccSlaveToMasterREQ Integer32
  hwVgmpStatisticSendSlaveToMasterREQ Integer32
  hwVgmpStatisticAccSlaveToMasterACK Integer32
  hwVgmpStatisticSendSlaveToMasterACK Integer32
  hwVgmpStatisticAccSlaveToMasterNACK Integer32
  hwVgmpStatisticSendSlaveToMasterNACK Integer32

Defined Values

hwVgmpMib 1.3.6.1.4.1.2011.5.25.122
This mib is used for VGMP.
MODULE-IDENTITY    

vgmpGlobalCtrl 1.3.6.1.4.1.2011.5.25.122.0
OBJECT IDENTIFIER    

hwVgmpTrapSnmpCtrl 1.3.6.1.4.1.2011.5.25.122.0.1
A switch decides whether the system sends trap info or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

hwVgmpStrictCheck 1.3.6.1.4.1.2011.5.25.122.0.2
A switch decides whether the system carries out strict check or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

vgmpNotifications 1.3.6.1.4.1.2011.5.25.122.1
OBJECT IDENTIFIER    

hwVgmpOtherStateToMaster 1.3.6.1.4.1.2011.5.25.122.1.1
The status of the vrrp-group turns to master.
Status: current Access: read-write
NOTIFICATION-TYPE    

hwVgmpMasterToOtherState 1.3.6.1.4.1.2011.5.25.122.1.2
The status of the vrrp-group changes from master to other state.
Status: current Access: read-write
NOTIFICATION-TYPE    

vgmpOperations 1.3.6.1.4.1.2011.5.25.122.2
OBJECT IDENTIFIER    

vgmpStatistics 1.3.6.1.4.1.2011.5.25.122.3
OBJECT IDENTIFIER    

vgmpConformance 1.3.6.1.4.1.2011.5.25.122.4
OBJECT IDENTIFIER    

hwVgmpGroupCfgTable 1.3.6.1.4.1.2011.5.25.122.2.1
The vrrp-group configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWVgmpGroupCfgEntry

hwVgmpGroupCfgEntry 1.3.6.1.4.1.2011.5.25.122.2.1.1
An entry in the vrrp-group configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HWVgmpGroupCfgEntry  

hwVgmpGroupCfgID 1.3.6.1.4.1.2011.5.25.122.2.1.1.1
The vrrp-group ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..16  

hwVgmpGroupCfgEnable 1.3.6.1.4.1.2011.5.25.122.2.1.1.2
Whether to enable vrrp-group or not.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwVgmpGroupCfgPri 1.3.6.1.4.1.2011.5.25.122.2.1.1.3
The priority of the vrrp-group. This attribute cannot be configured if attribute 'hwVgmpGroupCfgUseVrrpPri' is set to 'enable'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..254  

hwVgmpGroupCfgUseVrrpPri 1.3.6.1.4.1.2011.5.25.122.2.1.1.4
Whether using vrrp priority compute vrrp-group priority or not. This attribute is exclusive with attributes 'hwVgmpGroupCfgPri' and 'hwVgmpGroupCfgPriPlusValue', so it is suggested not to configure this attribute together with 'hwVgmpGroupCfgPri' or 'hwVgmpGroupCfgPriPlusValue'. '.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwVgmpGroupCfgPriPlusValue 1.3.6.1.4.1.2011.5.25.122.2.1.1.5
The plus priority value after an interface added into a group. This attribute cannot be configured if attribute 'hwVgmpGroupCfgUseVrrpPri' is set to 'enable'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..254  

hwVgmpGroupCfgPreemptEnable 1.3.6.1.4.1.2011.5.25.122.2.1.1.6
Whether to enable preempt switch or not.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwVgmpGroupCfgPreemptDelayValue 1.3.6.1.4.1.2011.5.25.122.2.1.1.7
The delaying time of vrrp-group enters into new master state.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..60000  

hwVgmpGroupCfgHelloInterval 1.3.6.1.4.1.2011.5.25.122.2.1.1.8
The interval for the vrrp-group to send vgmp hello packets.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 200..60000  

hwVgmpGroupCfgSendEnable 1.3.6.1.4.1.2011.5.25.122.2.1.1.9
Whether to enable vrrp-group group-send or not.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwVgmpGroupCfgState 1.3.6.1.4.1.2011.5.25.122.2.1.1.10
The state of the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nouse(1), init(2), master(3), slave(4), master2slave(5), slave2master(6), max(7)  

hwVgmpGroupCfgRunPri 1.3.6.1.4.1.2011.5.25.122.2.1.1.11
The vrrp-group current run priority, it is different from hwVgmpGroupCfgPri. The value calculates according as configured priority attribute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

hwVgmpGroupCfgCreateTime 1.3.6.1.4.1.2011.5.25.122.2.1.1.12
A span of the current time subtract the vrrp-group create time. This attribute is expressed as second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwVgmpGroupCfgLastChangeTime 1.3.6.1.4.1.2011.5.25.122.2.1.1.13
A span of the current time subtract the vrrp-group last change time. This attribute is expressed as second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hwVgmpGroupCfgPeerState 1.3.6.1.4.1.2011.5.25.122.2.1.1.14
The vrrp-group peer state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER online(1), offline(2)  

hwVgmpGroupCfgVrrpNum 1.3.6.1.4.1.2011.5.25.122.2.1.1.15
The vrrp-group member number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..64  

hwVgmpGroupCfgReset 1.3.6.1.4.1.2011.5.25.122.2.1.1.16
A reset sign of vrrp-group statistics.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER reset(1), unused(2)  

hwVgmpGroupCfgOperRowStatus 1.3.6.1.4.1.2011.5.25.122.2.1.1.17
The row status variable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwVgmpGroupCfgNextState 1.3.6.1.4.1.2011.5.25.122.2.1.1.18
The next state of vrrp-Group. It provides for trap matching, you can get only unknown state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nouse(1), init(2), master(3), slave(4), master2slave(5), slave2master(6), unknown(7)  

hwVgmpMemberTable 1.3.6.1.4.1.2011.5.25.122.2.2
The vrrp-group member configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWVgmpMemberEntry

hwVgmpMemberEntry 1.3.6.1.4.1.2011.5.25.122.2.2.1
An entry in the vrrp-group member configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HWVgmpMemberEntry  

hwVgmpMemberIfIndex 1.3.6.1.4.1.2011.5.25.122.2.2.1.1
The index of the member table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hwVgmpMemberVRID 1.3.6.1.4.1.2011.5.25.122.2.2.1.2
The vrrp-group member's vitual router id.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

hwVgmpMemberData 1.3.6.1.4.1.2011.5.25.122.2.2.1.3
It specifies the vrrp-group member's attributes. 'enable' indicates this is the vgmp data channel.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwVgmpMemberTran 1.3.6.1.4.1.2011.5.25.122.2.2.1.4
It identifiers a vrrp-group member's attribute, 'enable' indicates this is the vgmp data transfer-only channel. This attribute cannot be configured if attribute 'hwVgmpMemberData' is set to 'disable'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwVgmpMemberVrrpOnline 1.3.6.1.4.1.2011.5.25.122.2.2.1.5
The vrrp-group member's peer state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), peerDown(2), up(3)  

hwVgmpMemberOperRowStatus 1.3.6.1.4.1.2011.5.25.122.2.2.1.6
The row status variable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwVgmpTrackBFDTable 1.3.6.1.4.1.2011.5.25.122.2.3
The vrrp-group tracking BFD session table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWVgmpTrackBFDEntry

hwVgmpTrackBFDEntry 1.3.6.1.4.1.2011.5.25.122.2.3.1
An entry in the vrrp-group tracking BFD session table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HWVgmpTrackBFDEntry  

hwVgmpTrackBFDID 1.3.6.1.4.1.2011.5.25.122.2.3.1.1
The session id of vrrp-group tracking BFD.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8191  

hwVgmpTrackBFDReduceValue 1.3.6.1.4.1.2011.5.25.122.2.3.1.2
The value which the system will subtract from priority, when a bfd session is down. You can't set zero.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..254  

hwVgmpTrackBFDPreeEnable 1.3.6.1.4.1.2011.5.25.122.2.3.1.3
Whether to enable track BFD slave preempt.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwVgmpTrackBFDOperRowStatus 1.3.6.1.4.1.2011.5.25.122.2.3.1.4
The row status variable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwVgmpStatisticTable 1.3.6.1.4.1.2011.5.25.122.3.1
The packets statistic information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HWVgmpStatisticEntry

hwVgmpStatisticEntry 1.3.6.1.4.1.2011.5.25.122.3.1.1
An entry in the packets statistic information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HWVgmpStatisticEntry  

hwVgmpStatisticCheckFailDropNum 1.3.6.1.4.1.2011.5.25.122.3.1.1.1
The number of dropped packets due to check failure.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticDisableDropNum 1.3.6.1.4.1.2011.5.25.122.3.1.1.2
The number of dropped packets because the vrrp-group is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticModeTypeErrDropNum 1.3.6.1.4.1.2011.5.25.122.3.1.1.3
The number of dropped packets because the vrrp-group mode or type is wrong.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccHelloREQ 1.3.6.1.4.1.2011.5.25.122.3.1.1.4
The number of hello REQ packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendHelloREQ 1.3.6.1.4.1.2011.5.25.122.3.1.1.5
The number of hello REQ packets sent by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccHelloACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.6
The number of hello ACK packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendHelloACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.7
The vrrp-group sending hello ACK packets num.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccMasterToSlaveREQ 1.3.6.1.4.1.2011.5.25.122.3.1.1.8
The number of MasterToSlave REQ packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendMasterToSlaveREQ 1.3.6.1.4.1.2011.5.25.122.3.1.1.9
The number of MasterToSlave REQ packets sent by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccMasterToSlaveACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.10
The number of MasterToSlave ACK packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendMasterToSlaveACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.11
The number of MasterToSlave ACK packets sent by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccMasterToSlaveNACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.12
The number of MasterToSlave NACK packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendMasterToSlaveNACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.13
The number of MasterToSlave NACK packets sent by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccSlaveToMasterREQ 1.3.6.1.4.1.2011.5.25.122.3.1.1.14
The number of SlaveToMaster REQ packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendSlaveToMasterREQ 1.3.6.1.4.1.2011.5.25.122.3.1.1.15
The number of SlaveToMaster REQ packets sent by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccSlaveToMasterACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.16
The number of SlaveToMaster ACK packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendSlaveToMasterACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.17
The number of SlaveToMaster ACK packets sent by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticAccSlaveToMasterNACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.18
The number of SlaveToMaster NACK packets received by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVgmpStatisticSendSlaveToMasterNACK 1.3.6.1.4.1.2011.5.25.122.3.1.1.19
The number of SlaveToMaster NACK packets sent by the vrrp-group.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwVGMPMIBCompliances 1.3.6.1.4.1.2011.5.25.122.4.1
OBJECT IDENTIFIER    

hwVGMPMIBGroups 1.3.6.1.4.1.2011.5.25.122.4.1.1
OBJECT IDENTIFIER    

hwVGMPGroAttrGroup 1.3.6.1.4.1.2011.5.25.122.4.1.1.1
Attributes of the vrrp-group configuration.
Status: current Access: read-only
OBJECT-GROUP    

hwVGMPMenAttrGroup 1.3.6.1.4.1.2011.5.25.122.4.1.1.2
The vrrp-group member table's atributes.
Status: current Access: read-only
OBJECT-GROUP    

hwVGMPBFDSessionGroup 1.3.6.1.4.1.2011.5.25.122.4.1.1.3
The vrrp-group tracking BFD table's atributes.
Status: current Access: read-only
OBJECT-GROUP    

hwVGMPStaticGroup 1.3.6.1.4.1.2011.5.25.122.4.1.1.4
The vrrp-group packet's statistic info.
Status: current Access: read-only
OBJECT-GROUP    

hwVGMPGlobalsGroup 1.3.6.1.4.1.2011.5.25.122.4.1.1.5
The vrrp-group global group.
Status: current Access: read-only
OBJECT-GROUP    

hwVGMPNotificationGroup 1.3.6.1.4.1.2011.5.25.122.4.1.1.6
The vrrp-group notification group.
Status: current Access: read-only
NOTIFICATION-GROUP