HUAWEI-E-TRUNK-MIB

File: HUAWEI-E-TRUNK-MIB.mib (28965 bytes)

Imported modules

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

Imported symbols

huaweiMgmt IpAddress Integer32
Unsigned32 Counter32 Counter64
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
PhysAddress DisplayString TruthValue
TimeStamp RowStatus TEXTUAL-CONVENTION
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

HwETrunkEntry  
SEQUENCE    
  hwETrunkId Integer32
  hwETrunkSystemId PhysAddress
  hwETrunkPri Integer32
  hwETrunkStatus INTEGER
  hwETrunkStatusReason INTEGER
  hwETrunkPeerIpAddr IpAddress
  hwETrunkSourceIpAddr IpAddress
  hwETrunkReceiveFailTimeMultiple Integer32
  hwETrunkSendPeriod Integer32
  hwETrunkPacketReceive Counter64
  hwETrunkPacketSend Counter64
  hwETrunkPacketRecDrop Counter64
  hwETrunkPacketSndDrop Counter64
  hwETrunkPeerSystemId PhysAddress
  hwETrunkPeerPri Integer32
  hwETrunkPeerReceiveFailTime Integer32
  hwETrunkSecurityKeyType INTEGER
  hwETrunkSecurityKey OCTET STRING
  hwETrunkBfdSessId Integer32
  hwETrunkResetCounter Integer32
  hwETrunkRevertTime Integer32
  hwETrunkBfdSessName OCTET STRING
  hwETrunkDescription OCTET STRING
  hwETrunkAutoBFDEnable TruthValue
  hwETrunkAutoBFDTrackIfIndex Integer32
  hwETrunkAutoBFDTxInterval Integer32
  hwETrunkAutoBFDRxInterval Integer32
  hwETrunkAutoBFDDetectMultiplier Integer32
  hwETrunkRowStatus RowStatus

HwETrunkMemberEntry  
SEQUENCE    
  hwETrunkMemberParentId Integer32
  hwETrunkMemberType Integer32
  hwETrunkMemberId Unsigned32
  hwETrunkMemberStatus INTEGER
  hwETrunkMemberStatusReason INTEGER
  hwETrunkMemberWorkMode INTEGER
  hwETrunkMemberPhyStatus INTEGER
  hwETrunkMemberRemoteId Unsigned32
  hwETrunkMemberRowStatus RowStatus

HwETrunkBackupPortEntry  
SEQUENCE    
  hwETrunkBackupETrunkId Integer32
  hwETrunkBackupPortNum Integer32
  hwETrunkBackupPortRowStatus RowStatus

Defined Values

hwETrunkMIB 1.3.6.1.4.1.2011.5.25.178
The HUAWEI-E-TRUNK-MIB.mib provides information about E-Trunk.
MODULE-IDENTITY    

hwDatacomm 1.3.6.1.4.1.2011.5.25
OBJECT IDENTIFIER    

hwETrunkObjects 1.3.6.1.4.1.2011.5.25.178.1
OBJECT IDENTIFIER    

hwETrunkTable 1.3.6.1.4.1.2011.5.25.178.1.1
The E-Trunk table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwETrunkEntry

hwETrunkEntry 1.3.6.1.4.1.2011.5.25.178.1.1.1
E-Trunk entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwETrunkEntry  

hwETrunkId 1.3.6.1.4.1.2011.5.25.178.1.1.1.1
The index of the E-Trunk.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..128  

hwETrunkSystemId 1.3.6.1.4.1.2011.5.25.178.1.1.1.2
The system ID of the E-Trunk. It is a physical address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

hwETrunkPri 1.3.6.1.4.1.2011.5.25.178.1.1.1.3
The priority of the E-Trunk. The default value is 100.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..254  

hwETrunkStatus 1.3.6.1.4.1.2011.5.25.178.1.1.1.4
The status of the E-Trunk. 1:initialize. 2:backup. 3:master.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), backup(2), master(3)  

hwETrunkStatusReason 1.3.6.1.4.1.2011.5.25.178.1.1.1.5
The reason for the E-Trunk being in the current status. pri(1):Priority calculation. timeout(2):The receiving timer timed out. bfdDown(3):BFD detected the control link between the PE and peer down. peerTimeout(4):The receiving timer of the peer timed out. peerBfdDown(5):BFD of the peer detected the control link between the PE and peer down. allMemberDown(6):All members of the E-Trunk were down. init(7):Initiated the E-Trunk. peerNodeDown(8):The peer node is down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER pri(1), timeout(2), bfdDown(3), peerTimeout(4), peerBfdDown(5), allMemberDown(6), init(7), peerNodeDown(8)  

hwETrunkPeerIpAddr 1.3.6.1.4.1.2011.5.25.178.1.1.1.6
The peer IP address of the E-Trunk.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hwETrunkSourceIpAddr 1.3.6.1.4.1.2011.5.25.178.1.1.1.7
The source IP address of the E-Trunk.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hwETrunkReceiveFailTimeMultiple 1.3.6.1.4.1.2011.5.25.178.1.1.1.8
The detection time multiplier for failure detection. It is the multiple of the sending period.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..300  

hwETrunkSendPeriod 1.3.6.1.4.1.2011.5.25.178.1.1.1.9
The period for sending packets of the E-Trunk. The unit is 100ms.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..100  

hwETrunkPacketReceive 1.3.6.1.4.1.2011.5.25.178.1.1.1.10
The number of received packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwETrunkPacketSend 1.3.6.1.4.1.2011.5.25.178.1.1.1.11
The number of sent packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwETrunkPacketRecDrop 1.3.6.1.4.1.2011.5.25.178.1.1.1.12
The number of the dropped packets when the packets are received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwETrunkPacketSndDrop 1.3.6.1.4.1.2011.5.25.178.1.1.1.13
The number of the dropped packets when the packets are sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hwETrunkPeerSystemId 1.3.6.1.4.1.2011.5.25.178.1.1.1.14
The system ID of the peer E-Trunk. It is a physical address.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

hwETrunkPeerPri 1.3.6.1.4.1.2011.5.25.178.1.1.1.15
The priority of the peer E-Trunk.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..254  

hwETrunkPeerReceiveFailTime 1.3.6.1.4.1.2011.5.25.178.1.1.1.16
The failure time for the peer E-Trunk to receive packets. The unit is 100ms.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 15..30000  

hwETrunkSecurityKeyType 1.3.6.1.4.1.2011.5.25.178.1.1.1.17
The type of the security key. 1:The simple encrypt type. 2:The cipher encrypt type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER simple(1), cipher(2)  

hwETrunkSecurityKey 1.3.6.1.4.1.2011.5.25.178.1.1.1.18
This object can be set to a simple password with a string of 0 to 255 characters or a encrypted password with a string less than 392 characters. For security purposes, a get on this returns a zero length string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..392)  

hwETrunkBfdSessId 1.3.6.1.4.1.2011.5.25.178.1.1.1.19
The ID of a BFD session which is bound to the E-Trunk. When the status of the BFD session is changed, the status of the E-Trunk is also changed with BFD's status.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..8191  

hwETrunkResetCounter 1.3.6.1.4.1.2011.5.25.178.1.1.1.20
Reset hwETrunkPacketReceive,hwETrunkPacketSend,hwETrunkPacketRecDrop,hwETrunkPacketSndDrop.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..0  

hwETrunkRevertTime 1.3.6.1.4.1.2011.5.25.178.1.1.1.21
The delay time to revert. The unit is second. The default is 120.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..3600  

hwETrunkBfdSessName 1.3.6.1.4.1.2011.5.25.178.1.1.1.22
The name of a BFD session which is bound to the E-Trunk. And BFD session name is composed of octet string which is 1 to 15 octet and can't contain space within it. When the status of the BFD session is changed, the status of the E-Trunk is also changed with BFD's status.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..15)  

hwETrunkDescription 1.3.6.1.4.1.2011.5.25.178.1.1.1.23
The description of the E-Trunk. The default is NULL
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..242)  

hwETrunkAutoBFDEnable 1.3.6.1.4.1.2011.5.25.178.1.1.1.24
The object indicates whether the E-trunk enable auto BFD function.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwETrunkAutoBFDTrackIfIndex 1.3.6.1.4.1.2011.5.25.178.1.1.1.25
The object indicates the index of an interface which is tracked by the E-Trunk auto BFD session.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hwETrunkAutoBFDTxInterval 1.3.6.1.4.1.2011.5.25.178.1.1.1.26
The sending interval of E-Trunk auto BFD session in milliseconds. The default is 10.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..1000  

hwETrunkAutoBFDRxInterval 1.3.6.1.4.1.2011.5.25.178.1.1.1.27
The receiving interval of E-Trunk auto BFD session in milliseconds. The default is 10.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..1000  

hwETrunkAutoBFDDetectMultiplier 1.3.6.1.4.1.2011.5.25.178.1.1.1.28
The detect multiplier of E-Trunk auto BFD session. The default is 3.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..50  

hwETrunkRowStatus 1.3.6.1.4.1.2011.5.25.178.1.1.1.50
Current operation status of the row. It is used to manage the creation and deletion of conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwETrunkMemberTable 1.3.6.1.4.1.2011.5.25.178.1.2
The member table of the E-Trunk.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwETrunkMemberEntry

hwETrunkMemberEntry 1.3.6.1.4.1.2011.5.25.178.1.2.1
Member Entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwETrunkMemberEntry  

hwETrunkMemberParentId 1.3.6.1.4.1.2011.5.25.178.1.2.1.1
The ID of the E-Trunk to which the member belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..128  

hwETrunkMemberType 1.3.6.1.4.1.2011.5.25.178.1.2.1.2
The type of the member. Now it is Eth-Trunk and Global-VE. 1:Eth-Trunk. 2:Global-VE.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

hwETrunkMemberId 1.3.6.1.4.1.2011.5.25.178.1.2.1.3
The ID of the member.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hwETrunkMemberStatus 1.3.6.1.4.1.2011.5.25.178.1.2.1.4
The member status. 1:backup. 2:master.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER backup(1), master(2)  

hwETrunkMemberStatusReason 1.3.6.1.4.1.2011.5.25.178.1.2.1.5
The reason for the member being in the current status. forceBackup(1):The work mode of the member is force-backup. forceMaster(2):The work mode of the member is force-master. etrunkInit(3):The work mode of the member is auto. The status of E-Trunk is initialize. etrunkBackup(4):The work mode of the member is auto. The status of E-Trunk is backup. etrunkMaster(5):The work mode of the member is auto. The status of E-Trunk is master. peerMemberDown(6):The status of the member belonging to the peer E-Trunk is down. peerMemberUp(7):The status of the member belonging to the peer E-Trunk is up. activeActive(8):The status of the trill active-active is ok. degradedActive(9):The status of the trill active-active is fail, but the status of the peerlink is up. peerLinkDown(10):The status of the trill active-active is fail, and the status of the peerlink is down. linkDown(11):The status of the E-Trunk member is down. allActive(12):The E-Trunk member is bound to an EVPN instance, and the redundancy mode is all-active.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forceBackup(1), forceMaster(2), etrunkInit(3), etrunkBackup(4), etrunkMaster(5), peerMemberDown(6), peerMemberUp(7), activeActive(8), degradedActive(9), peerLinkDown(10), linkDown(11), allActive(12)  

hwETrunkMemberWorkMode 1.3.6.1.4.1.2011.5.25.178.1.2.1.6
The work mode of the member. 1:auto. 2:forceBackup. 3:forceMaster. 4:activeActive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER auto(1), forceBackup(2), forceMaster(3), activeActive(4)  

hwETrunkMemberPhyStatus 1.3.6.1.4.1.2011.5.25.178.1.2.1.7
The physical status of the member. 1:up. 2:down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

hwETrunkMemberRemoteId 1.3.6.1.4.1.2011.5.25.178.1.2.1.8
Indicates the ID of a remote E-Trunk member. By default, the ID of a remote E-Trunk member is the same as the ID of the local E-Trunk member. When both ends have E-Trunk member with different IDs, you need to specify the ID of a remote E-Trunk member.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hwETrunkMemberRowStatus 1.3.6.1.4.1.2011.5.25.178.1.2.1.50
Current operation status of the row. It is used to manage the creation and deletion of conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwETrunkBackupPortTable 1.3.6.1.4.1.2011.5.25.178.1.3
The backup port table of the E-Trunk.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwETrunkBackupPortEntry

hwETrunkBackupPortEntry 1.3.6.1.4.1.2011.5.25.178.1.3.1
Backup Port Entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwETrunkBackupPortEntry  

hwETrunkBackupETrunkId 1.3.6.1.4.1.2011.5.25.178.1.3.1.1
The index of the E-Trunk.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..128  

hwETrunkBackupPortNum 1.3.6.1.4.1.2011.5.25.178.1.3.1.2
The backup port number of the E-Trunk for RBS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1025..65535  

hwETrunkBackupPortRowStatus 1.3.6.1.4.1.2011.5.25.178.1.3.1.3
Current operation status of the row. It is used to manage the creation and deletion of conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwETrunkTraps 1.3.6.1.4.1.2011.5.25.178.2
OBJECT IDENTIFIER    

hwETrunkStatusChange 1.3.6.1.4.1.2011.5.25.178.2.1
The trap is generated when the status of the E-Trunk is changed or the status reason of the E-Trunk is changed.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwETrunkMemberStatusChange 1.3.6.1.4.1.2011.5.25.178.2.2
The trap is generated when the status of the memeber is changed or the status reason of the memeber is changed.
Status: current Access: read-create
NOTIFICATION-TYPE    

hwETrunkConformance 1.3.6.1.4.1.2011.5.25.178.3
OBJECT IDENTIFIER    

hwETrunkCompliances 1.3.6.1.4.1.2011.5.25.178.3.1
OBJECT IDENTIFIER    

hwETrunkFullCompliance 1.3.6.1.4.1.2011.5.25.178.3.1.1
Description.
Status: current Access: read-create
MODULE-COMPLIANCE    

hwETrunkGroups 1.3.6.1.4.1.2011.5.25.178.3.2
OBJECT IDENTIFIER    

hwETrunkGroup 1.3.6.1.4.1.2011.5.25.178.3.2.1
Description.
Status: current Access: read-create
OBJECT-GROUP    

hwETrunkMemberGroup 1.3.6.1.4.1.2011.5.25.178.3.2.2
Description.
Status: current Access: read-create
OBJECT-GROUP    

hwETrunkNotificationGroup 1.3.6.1.4.1.2011.5.25.178.3.2.3
Description.
Status: current Access: read-create
NOTIFICATION-GROUP    

hwETrunkBackupPortGroup 1.3.6.1.4.1.2011.5.25.178.3.2.4
The backup port infomation of the E-Trunk.
Status: current Access: read-create
OBJECT-GROUP