HUAWEI-NAC-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-NAC-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hwNacExt 1.3.6.1.4.1.2011.5.117
This MIB file defines the MIB objects of the neighbor automatic communication (NAC) protocol. This MIB file contains two tables and three trap nodes. The NAC module uses the proprietary protocol that is based on the Ethernet slow protocol. The NAC module achieves automatic discovery and automatic configuration of new devices, that is, free-of-onsite software commissioning.
         hwNacMibObjects 1.3.6.1.4.1.2011.5.117.1
             hwDslamNacMasterConfigTable 1.3.6.1.4.1.2011.5.117.1.1 no-access
This node is used to manage the configuration information to be sent to the slave node. The index of this table is ifIndex.
                 hwDslamNacMasterConfigEntry 1.3.6.1.4.1.2011.5.117.1.1.1 no-access
This node is used to manage the configuration information to be sent to the slave node. The index of this entry is ifIndex.
                     hwDslamNacSlaveVlan 1.3.6.1.4.1.2011.5.117.1.1.1.1 integer32 read-write
Indicates the VLAN ID of the NAC channel, ranging from 1 to 4093. In response to the get or get_next operation, the invalid value 4096 returned indicates that the VLAN ID is not configured. This node is mandatory for the configuration of NAC parameters.
                     hwDslamNacSlaveVlanPriority 1.3.6.1.4.1.2011.5.117.1.1.1.2 integer32 read-write
Indicates the VLAN priority. In response to the get or get_next operation, the invalid value 255 returned indicates that the VLAN priority is not configured. This node is optional for the configuration of NAC parameters. The default VLAN priority is 0.
                     hwDslamNacSlaveIpAddress 1.3.6.1.4.1.2011.5.117.1.1.1.3 ipaddress read-write
Indicates the IPv4 address of the NAC channel. In response to the get operation, the invalid value 255.255.255.255 indicates that the IPv4 address is not configured. This node is mandatory for the configuration of NAC parameters.
                     hwDslamNacSlaveIpMask 1.3.6.1.4.1.2011.5.117.1.1.1.4 ipaddress read-write
Indicates the subnet mask of the IPv4 address for the NAC channel. In response to the get operation, the invalid value 0.0.0.0 indicates that the subnet mask is not configured. This node is mandatory for the configuration of NAC parameters.
                     hwDslamNacSlaveGateway 1.3.6.1.4.1.2011.5.117.1.1.1.5 ipaddress read-write
Indicates the default gateway of the NAC channel. In response to the get operation, the invalid value 255.255.255.255 indicates that the default gateway is not configured. This node is optional for the configuration of NAC parameters.
                     hwDslamNacSlaveSnmpProfileName 1.3.6.1.4.1.2011.5.117.1.1.1.6 octet string read-write
Indicates the name of the SNMP profile for the NAC channel. In response to the get operation, the invalid value, a null character string, indicates that the name of the SNMP profile is not configured. This node is optional for the configuration of NAC parameters.
                     hwDslamNacRowstaus 1.3.6.1.4.1.2011.5.117.1.1.1.7 rowstatus read-write
RowStatus. 1. active(1) -indicates the query or set operation. 2. createAndGo(4) -indicates sending a nac config 3. destroy(6) -indicates disabling nac
             hwDslamNacSlaveInfoTable 1.3.6.1.4.1.2011.5.117.1.2 no-access
This node is used to record the information about the slave node, including its MAC address, type, subrack, slot, port, automatic discovery result, configuration result, and configuration failure cause. The index of this table is ifIndex.
                 hwDslamNacSlaveInfoEntry 1.3.6.1.4.1.2011.5.117.1.2.1 no-access
This node is used to record the information about the slave node, including its MAC address, type, subrack, slot, port, automatic discovery result, configuration result, and configuration failure cause. The index of this entry is ifIndex.
                     hwDslamNacSlaveMac 1.3.6.1.4.1.2011.5.117.1.2.1.1 macaddress read-only
Indicates the MAC address of the NAC slave node. This node is read-only.
                     hwDslamNacSlaveType 1.3.6.1.4.1.2011.5.117.1.2.1.2 octet string read-only
Indicates the device type of the NAC slave node, in the form of a character string. This node is read-only.
                     hwDslamNacSlaveIfFrameId 1.3.6.1.4.1.2011.5.117.1.2.1.3 integer32 read-only
Indicates the subrack ID of the slave port on the slave node. This node is read-only.
                     hwDslamNacSlaveIfSlotId 1.3.6.1.4.1.2011.5.117.1.2.1.4 integer32 read-only
Indicates the slot ID of the slave port on the slave node. This node is read-only.
                     hwDslamNacSlaveIfPortId 1.3.6.1.4.1.2011.5.117.1.2.1.5 integer32 read-only
Indicates the port ID of the slave port on the slave node. This node is read-only.
                     hwDslamNacSlaveFindResult 1.3.6.1.4.1.2011.5.117.1.2.1.6 integer read-only
Indicates the automatic discovery result of the slave port. This node is read-only. Options: 1. notfound(1) -indicates that the slave port is not discovered. The state of the automatic discovery state machine is NULL or INIT and the master node does not receive an active-close message from the slave node, or the state of the automatic discovery state machine is detecting. 2. detected(2) -indicates that the slave port is discovered. The state of the automatic discovery state machine is established or pending. 3. activeclose(3) -indicates that the slave port is actively closed. The state of the automatic discovery state machine is INIT and the master node receives an active close message from the slave node. Enumeration: 'notfound': 1, 'detected': 2, 'activeclose': 3.
                     hwDslamNacSlaveConfigResult 1.3.6.1.4.1.2011.5.117.1.2.1.7 integer read-only
Indicates the neighbor configuration result. This node is read-only. Options: 1. none(1) -indicates that the slave node is not configured. 2. configuring(2) -indicates that the slave node is being configured. 3. addok(3) -indicates that the slave node is successfully configured. 4. addfail(4) -indicates that the slave node fails to be configured. 5. delok(5) -indicates that the configuration of the slave node is successfully deleted. 6. delfail(6) -indicates that the configuration of the slave node fails to be deleted. Enumeration: 'none': 1, 'configuring': 2, 'delok': 5, 'addfail': 4, 'delfail': 6, 'addok': 3.
                     hwDslamNacSlaveConfigFailReason 1.3.6.1.4.1.2011.5.117.1.2.1.8 integer read-only
Indicates the cause of the failure to configure NAC parameters of the slave port. This node is valid only when the the of hwDslamNacSlaveConfigResult is failed(4). This node is read-only. Options: 1. timeout(1) -indicates configuration timeout. 2. vlanconflict(2) -indicates VLAN ID conflict. 3. unknownparameter(3) -indicates unknown parameters. 4. exist(4) -indicates that the configuration already exists. 5. other(5) -indicates other errors. Enumeration: 'vlanconflict': 2, 'other': 5, 'exist': 4, 'timeout': 1, 'unknownparameter': 3.
         hwNacTraps 1.3.6.1.4.1.2011.5.117.2
             hwNacCommonTraps 1.3.6.1.4.1.2011.5.117.2.1
                 hwNacCommonTrapsPrefix 1.3.6.1.4.1.2011.5.117.2.1.0
                     hwNacNeighborFindTrap 1.3.6.1.4.1.2011.5.117.2.1.0.1
Indicates the neighbor discovery trap. This SNMP trap is generated when the neighbor is discovered.
                     hwNacNeighborDisappearTrap 1.3.6.1.4.1.2011.5.117.2.1.0.2
Indicates the neighbor disappearance trap. This SNMP trap is generated when the neighbor disappears.
                     hwNacConfigOkTrap 1.3.6.1.4.1.2011.5.117.2.1.0.3
Indicates the configuration success trap. This SNMP trap is generated when the NAC parameters are successfully configured.