HUAWEI-IPV6-MIB
Functions Overview
This MIB is used to implement the IPv6 function of the network device. This MIB provides the interface index, interface description, and information about whether IPv6 function is enabled on the interface.
The OID of the root objects is:
iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).huawei(2011).huaweiMgmt(5).hwDatacomm(25).hwIpv6Mib(153)
Relationships Between Tables
Description of MIB Tables
hwIpv6IfTable
This table is used to describe information about the IPv6 interface on the network device, including the interface description and the enabled IPv6 function flag.
The index of this table is ipv6IfIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.153.1.1.1.1 |
hwIpv6IfDescr |
OCTET STRING (SIZE (1..64)) |
Read-only |
This object identifies interface name. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.153.1.1.1.2 |
hwIpv6IfEnableFlag |
INTEGER{enabled(1),disabled(2)} |
Read-write |
The object indicates whether the IPv6 function is enabled on the interface. The values can be:
|
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
None
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None
hwIpv6LinklocalCfgTable
This table describes link addresses features of IPv6-enabled interfaces. Each entry can be uniquely identified by ipv6IfIndex. An ipv6IfIndex is the index of an interface.
The index of this table is ipv6IfIndex.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.153.1.2.1.1 |
hwIpv6GeneratedLinklocalType |
INTEGER { manual (1), auto (2) } |
Read-only |
This object indicates whether the current link local address is manually or automatically configured. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.153.1.2.1.2 |
hwIpv6LinklocalAddr |
OCTET STRING (SIZE (16)) |
Read-create |
This object indicates the IPv6 link local address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.153.1.2.1.3 |
hwIpv6ConfigAutoLinklocal |
INTEGER{true(1),false(2)} |
Read-write |
This object indicates whether the automatically configured link local address is enabled on the interface. The default value is false. Before you set this object, bind this object to the RowStatus object. This object can be set to true if the RowStatus object is set to CreateAndGo or set to false after the RowStatus object is set to Destroy. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.153.1.2.1.4 |
hwIpv6linklocalAddrRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status. Currently, createAndGo, active, and destroy are implemented. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
Before creating this table, the hwIpv6IfTable table should be created first.
Modification Restriction
The object hwIpv6GeneratedLinklocalType cannot be modified and other objects can be modified.
Deletion Restriction
None
Access Restriction
None
hwIpv6GlobalCfgTable
This table describes configurations of global unicast/EUI addresses on devices and contains multiple sequential hwIpv6GlobalCfgEntry entries that identify features of IPv6 global unicast/EUI addresses of interfaces enabled with IPv6 functions.
The indexes of this table are ipv6IfIndex and hwIpv6GlobalAddrAddress.
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.153.1.4.1.1 |
hwIpv6GlobalAddrAddress |
OCTET STRING (SIZE (16)) |
Read-create |
This object indicates the global IPv6 unicast address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.153.1.4.1.2 |
hwIpv6GlobalAddrPfxLength |
Integer32(1..128) |
Read-create |
The value of this object identifies the length of the global IPv6 unicast address prefix. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.153.1.4.1.3 |
hwIpv6GlobalAddrEuiFlag |
INTEGER{true(1),false(2)} |
Read-create |
This object indicates whether the address is an EUI address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.153.1.4.1.4 |
hwIpv6GlobalAddrRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the row status. Currently, createAndGo, active, and destroy are implemented. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
Before creating this table, the hwIpv6IfTable table should be created first.
Modification Restriction
None
Deletion Restriction
None
Access Restriction
None