HUAWEI-SNMPTrap-MIB

File: HUAWEI-SNMPTrap-MIB.mib (7262 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HUAWEI-DEVICE-MIB

Imported symbols

TimeTicks IpAddress Integer32
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
DisplayString DateAndTime TruthValue
RowStatus hwDev

Defined Types

HwCommunityInfoEntry  
SEQUENCE    
  hwCommunityName OCTET STRING
  hwCommunityAccess INTEGER
  hwCommunityRowStatus RowStatus

Defined Values

hwSNMPTrapCommunity 1.3.6.1.4.1.2011.6.3.14
This mib is used to set and query the community name of the SNMP and the information about the trap source interface.
MODULE-IDENTITY    

hwTrapSwitch 1.3.6.1.4.1.2011.6.3.14.1
Options: 1. enable(1) -indicates that the system can report trap to the NMS. 2. disable(2) -indicates that the system does not report trap to the NMS.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hwTrapSourceType 1.3.6.1.4.1.2011.6.3.14.2
The type of the source interface of sending trap. Options: 1. auto(1) -auto type. If it is set to auto(1), the information about the trap source interface previously set in the system is cleared. 2. meth(2) -meth type. 3. vlanif(3)-vlanif type. If it is set to meth(2) or vlanif(3), you also need to set hwInterfaceNumber, in order to complete the information of the source interface of sending trap. If the specified trap source interface does not exist, setting the trap source interface fails.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), meth(2), vlanif(3)  

hwInterfaceNumber 1.3.6.1.4.1.2011.6.3.14.3
The number of the source interface for sending trap. If hwTrapSourceType is set to meth(2) or vlanif(3), you also need to set hwInterfaceNumber.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hwCommunityInfoTable 1.3.6.1.4.1.2011.6.3.14.4
Used to configure and query the community name of the SNMP. If an SNMP manager can provide the correct community name, the SNMP manager has the permission to access the corresponding community. The index of this table is hwCommunityName.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwCommunityInfoEntry

hwCommunityInfoEntry 1.3.6.1.4.1.2011.6.3.14.4.1
Used to configure and query the community name of the SNMP. If an SNMP manager can provide the correct community name, the SNMP manager has the permission to access the corresponding community. The index of this entry is hwCommunityName.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwCommunityInfoEntry  

hwCommunityName 1.3.6.1.4.1.2011.6.3.14.4.1.1
Community authentication name used for SNMP protocol GET or SET operation. It is the index of the community configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hwCommunityAccess 1.3.6.1.4.1.2011.6.3.14.4.1.2
The operation authority of the community name. Options: 1. read(1) -indicates that you can only read the MIB object. 2. write(2) -indicates that you can read and write the MIB object.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER read(1), write(2)  

hwCommunityRowStatus 1.3.6.1.4.1.2011.6.3.14.4.1.3
The status of this conceptual row. createAndGo(4) is supplied to create a new instance of a conceptual row. destroy(6) is supplied to delete the instances associated with an existing conceptual row. When you query the object, the existing community names are in the active(1) state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus