HUAWEI-IPDSLAM-MACPOOL-MIB
AI MIB Summary
The HUAWEI-IPDSLAM-MACPOOL-MIB manages the configuration and lifecycle of source MAC address pools on Huawei IPDSLAM hardware to support IPOA and PPPoA protocol attributes. It provides the specific interface for assigning and releasing MAC addresses within these broadband access sessions.
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.
Main OID:
hwIpDslamMacPoolMIB.1.3.6.1.4.1.2011.6.43
10
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
10 total| Object Name |
|---|
hwIpDslamMacPoolMIBThis 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 .1.3.6.1.4.1.2011.6.43 |
IMPORTSThis 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. Unknown .1.3.6.1.4.1.2011.6.43 |
hwIpDslamMacPoolTableUsed 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. SEQUENCE OF HwIpDslamMacPoolEntry .1.3.6.1.4.1.2011.6.43.1 |
hwIpDslamMacPoolEntryUsed 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. HwIpDslamMacPoolEntry .1.3.6.1.4.1.2011.6.43.1.1 |
hwIpDslamMacPoolIndexIndicates the index of a MAC address pool.
Range: 0C19, 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.ro Unsigned32 (0..19|4294967295) .1.3.6.1.4.1.2011.6.43.1.1.1 |
hwIpDslamMacPoolBeginIndicates 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.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2011.6.43.1.1.2 |
hwIpDslamMacPoolScopeIndicates the number of MAC addresses in the MAC address pool.
Range: 1-1024rw Integer32 .1.3.6.1.4.1.2011.6.43.1.1.3 |
hwIpDslamMacPoolRemainIndicates 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-1024ro Integer32 .1.3.6.1.4.1.2011.6.43.1.1.4 |
hwIpDslamMacPoolRowStatusIndicates 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 poolrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.6.43.1.1.5 |
hwIpDslamMacPoolServiceTypeIndicates 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)rw Enumeration .1.3.6.1.4.1.2011.6.43.1.1.6 |