HUAWEI-IPDSLAM-MACPOOL-MIB

File: HUAWEI-IPDSLAM-MACPOOL-MIB.mib (9928 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HUAWEI-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Unsigned32 MacAddress RowStatus
huaweiUtility

Defined Types

HwIpDslamMacPoolEntry  
SEQUENCE    
  hwIpDslamMacPoolIndex Unsigned32
  hwIpDslamMacPoolBegin MacAddress
  hwIpDslamMacPoolScope Integer32
  hwIpDslamMacPoolRemain Integer32
  hwIpDslamMacPoolRowStatus RowStatus
  hwIpDslamMacPoolServiceType INTEGER

Defined Values

hwIpDslamMacPoolMIB 1.3.6.1.4.1.2011.6.43
This mib is used for defining huawei's MAC pool, it maintances the configuration and management of MAC pool. It provides the interface to assign and releases source MAC address, for the IPOA and PPPoA attribute.
MODULE-IDENTITY    

hwIpDslamMacPoolTable 1.3.6.1.4.1.2011.6.43.1
Used for creating, querying, or deleting a MAC address pool. The MAC address pool provides MAC addresses for the IPoA feature, PPPoA feature, and the SMAC feature of xPON protect groups. The index of this table is hwIpDslamMacPoolIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIpDslamMacPoolEntry

hwIpDslamMacPoolEntry 1.3.6.1.4.1.2011.6.43.1.1
Used for creating, querying, or deleting a MAC address pool. The MAC address pool provides MAC addresses for the IPoA feature, PPPoA feature, and the SMAC feature of xPON protect groups. The index of this entry is hwIpDslamMacPoolIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIpDslamMacPoolEntry  

hwIpDslamMacPoolIndex 1.3.6.1.4.1.2011.6.43.1.1.1
Indicates the index of a MAC address pool. Range: 0-19, 4294967295 The specific index need not be specified during the creation of a MAC address pool. You can fill in 0xFFFFFFFF(4294967295) as the value of hwIpDslamMacPoolIndex and issue the setting. Then, the system automatically allocates an idle MAC address pool index and returns the index to the NMS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..19 | 4294967295  

hwIpDslamMacPoolBegin 1.3.6.1.4.1.2011.6.43.1.1.2
Indicates the start MAC address of the MAC address pool. The following is an example of the input format of a MAC address: Assuming that a MAC address is 00e0-fc11-0000, it should be input as # 0x00 0xe0 0xfc 0x11 0x00 0x00.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hwIpDslamMacPoolScope 1.3.6.1.4.1.2011.6.43.1.1.3
Indicates the number of MAC addresses in the MAC address pool. Range: 1-1024
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..1024  

hwIpDslamMacPoolRemain 1.3.6.1.4.1.2011.6.43.1.1.4
Indicates the number of unallocated MAC addresses in the MAC address pool. This leaf is read-only and is not involved in the create and delete operations on the MAC address pool. Range: 0-1024
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1024  

hwIpDslamMacPoolRowStatus 1.3.6.1.4.1.2011.6.43.1.1.5
Indicates the row status and is used for creating or deleting a MAC address pool. Only options createAndGo(4) and destroy(6) are supported. To create a MAC address pool, input hwIpDslamMacPoolBegin and hwIpDslamMacPoolScope, specify the value of hwIpDslamMacPoolRowStatus to createAndGo(4), and then perform the set operation. hwIpDslamMacPoolServiceType is an optional parameter for input. Only the MAC address pool none of whose MAC addresses is occupied can be deleted. That is, the values of hwIpDslamMacPoolRemain and hwIpDslamMacPoolScope are the same when the MAC address pool is queried. To delete a MAC address pool, specify the index of the target MAC address pool, specify the value of hwIpDslamMacPoolRowStatus to destroy(6), and then perform the set operation. In the query operation, the value of hwIpDslamMacPoolRowStatus is always active(1). Options: 1. active(1) -indicates query operation 2. createAndGo(4) -create a MAC address pool 3. destroy(6) -delete a MAC address pool
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwIpDslamMacPoolServiceType 1.3.6.1.4.1.2011.6.43.1.1.6
Indicates the service type of the MAC address pool. If the value of hwIpDslamMacPoolServiceType is xPoA(1), it indicates that the MAC address pool provides MAC addresses for the IPoA and PPPoA features. If the value of hwIpDslamMacPoolServiceType is singleMac(2), it indicates that the MAC address pool provides MAC addresses for the SMAC feature of xPON protect groups. When this leaf is not input, the system uses xPoA(1) by default. Options: 1. xPoA(1) -indicates the service type is xPoA 2. singleMac(2) -indicates the service type is singleMac Default: xPoA(1)
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER xPoA(1), singleMac(2)