HUAWEI-NAC-MIB

File: HUAWEI-NAC-MIB.mib (18025 bytes)

Imported modules

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

Imported symbols

dot1dStpPortEntry huaweiMgmt ifIndex
IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY OBJECT-IDENTITY NOTIFICATION-TYPE
MacAddress RowStatus OBJECT-GROUP
MODULE-COMPLIANCE NOTIFICATION-GROUP hwFrameIndex
hwSlotIndex hwPortIndex

Defined Types

HwDslamNacMasterConfigEntry  
SEQUENCE    
  hwDslamNacSlaveVlan Integer32
  hwDslamNacSlaveVlanPriority Integer32
  hwDslamNacSlaveIpAddress IpAddress
  hwDslamNacSlaveIpMask IpAddress
  hwDslamNacSlaveGateway IpAddress
  hwDslamNacSlaveSnmpProfileName OCTET STRING
  hwDslamNacRowstaus RowStatus

HwDslamNacSlaveInfoEntry  
SEQUENCE    
  hwDslamNacSlaveMac MacAddress
  hwDslamNacSlaveType OCTET STRING
  hwDslamNacSlaveIfFrameId Integer32
  hwDslamNacSlaveIfSlotId Integer32
  hwDslamNacSlaveIfPortId Integer32
  hwDslamNacSlaveFindResult INTEGER
  hwDslamNacSlaveConfigResult INTEGER
  hwDslamNacSlaveConfigFailReason INTEGER

Defined Values

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.
MODULE-IDENTITY    

hwNacMibObjects 1.3.6.1.4.1.2011.5.117.1
OBJECT IDENTIFIER    

hwDslamNacMasterConfigTable 1.3.6.1.4.1.2011.5.117.1.1
This node is used to manage the configuration information to be sent to the slave node. The index of this table is ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwDslamNacMasterConfigEntry

hwDslamNacMasterConfigEntry 1.3.6.1.4.1.2011.5.117.1.1.1
This node is used to manage the configuration information to be sent to the slave node. The index of this entry is ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwDslamNacMasterConfigEntry  

hwDslamNacSlaveVlan 1.3.6.1.4.1.2011.5.117.1.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4093 | 4096  

hwDslamNacSlaveVlanPriority 1.3.6.1.4.1.2011.5.117.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7 | 255  

hwDslamNacSlaveIpAddress 1.3.6.1.4.1.2011.5.117.1.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwDslamNacSlaveIpMask 1.3.6.1.4.1.2011.5.117.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwDslamNacSlaveGateway 1.3.6.1.4.1.2011.5.117.1.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hwDslamNacSlaveSnmpProfileName 1.3.6.1.4.1.2011.5.117.1.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

hwDslamNacRowstaus 1.3.6.1.4.1.2011.5.117.1.1.1.7
RowStatus. 1. active(1) -indicates the query or set operation. 2. createAndGo(4) -indicates sending a nac config 3. destroy(6) -indicates disabling nac
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

hwDslamNacSlaveInfoTable 1.3.6.1.4.1.2011.5.117.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwDslamNacSlaveInfoEntry

hwDslamNacSlaveInfoEntry 1.3.6.1.4.1.2011.5.117.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwDslamNacSlaveInfoEntry  

hwDslamNacSlaveMac 1.3.6.1.4.1.2011.5.117.1.2.1.1
Indicates the MAC address of the NAC slave node. This node is read-only.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hwDslamNacSlaveType 1.3.6.1.4.1.2011.5.117.1.2.1.2
Indicates the device type of the NAC slave node, in the form of a character string. This node is read-only.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hwDslamNacSlaveIfFrameId 1.3.6.1.4.1.2011.5.117.1.2.1.3
Indicates the subrack ID of the slave port on the slave node. This node is read-only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDslamNacSlaveIfSlotId 1.3.6.1.4.1.2011.5.117.1.2.1.4
Indicates the slot ID of the slave port on the slave node. This node is read-only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDslamNacSlaveIfPortId 1.3.6.1.4.1.2011.5.117.1.2.1.5
Indicates the port ID of the slave port on the slave node. This node is read-only.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hwDslamNacSlaveFindResult 1.3.6.1.4.1.2011.5.117.1.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notfound(1), detected(2), activeclose(3)  

hwDslamNacSlaveConfigResult 1.3.6.1.4.1.2011.5.117.1.2.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), configuring(2), addok(3), addfail(4), delok(5), delfail(6)  

hwDslamNacSlaveConfigFailReason 1.3.6.1.4.1.2011.5.117.1.2.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER timeout(1), vlanconflict(2), unknownparameter(3), exist(4), other(5)  

hwNacTraps 1.3.6.1.4.1.2011.5.117.2
OBJECT IDENTIFIER    

hwNacCommonTraps 1.3.6.1.4.1.2011.5.117.2.1
OBJECT IDENTIFIER    

hwNacCommonTrapsPrefix 1.3.6.1.4.1.2011.5.117.2.1.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE