HUAWEI-IPDSLAM-MACPOOL-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-IPDSLAM-MACPOOL-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
 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.
       hwIpDslamMacPoolTable 1.3.6.1.4.1.2011.6.43.1 no-access
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.
           hwIpDslamMacPoolEntry 1.3.6.1.4.1.2011.6.43.1.1 no-access
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.
               hwIpDslamMacPoolIndex 1.3.6.1.4.1.2011.6.43.1.1.1 unsigned32 read-only
Indicates 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.
               hwIpDslamMacPoolBegin 1.3.6.1.4.1.2011.6.43.1.1.2 macaddress read-only
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.
               hwIpDslamMacPoolScope 1.3.6.1.4.1.2011.6.43.1.1.3 integer32 read-only
Indicates the number of MAC addresses in the MAC address pool. Range: 1-1024
               hwIpDslamMacPoolRemain 1.3.6.1.4.1.2011.6.43.1.1.4 integer32 read-only
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
               hwIpDslamMacPoolRowStatus 1.3.6.1.4.1.2011.6.43.1.1.5 rowstatus read-only
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
               hwIpDslamMacPoolServiceType 1.3.6.1.4.1.2011.6.43.1.1.6 integer read-only
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) Enumeration: 'xPoA': 1, 'singleMac': 2.