HUAWEI-SNMPTrap-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-SNMPTrap-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
hwTrapSwitch | 1.3.6.1.4.1.2011.6.3.14.1 | integer | read-write |
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. Enumeration: 'enable': 1, 'disable': 2. |
hwTrapSourceType | 1.3.6.1.4.1.2011.6.3.14.2 | integer | read-write |
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. Enumeration: 'auto': 1, 'meth': 2, 'vlanif': 3. |
hwInterfaceNumber | 1.3.6.1.4.1.2011.6.3.14.3 | integer32 | read-write |
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. |
hwCommunityInfoTable | 1.3.6.1.4.1.2011.6.3.14.4 | no-access |
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. |
|
1.3.6.1.4.1.2011.6.3.14.4.1 | no-access |
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. |
||
hwCommunityName | 1.3.6.1.4.1.2011.6.3.14.4.1.1 | octet string | no-access |
Community authentication name used for SNMP protocol GET or SET operation. It is the index of the community configuration table. |
hwCommunityAccess | 1.3.6.1.4.1.2011.6.3.14.4.1.2 | integer | read-only |
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. Enumeration: 'read': 1, 'write': 2. |
hwCommunityRowStatus | 1.3.6.1.4.1.2011.6.3.14.4.1.3 | rowstatus | read-only |
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. |