Link local address configuration table for a router which consists of a sequence (i.e., one or more conceptual rows) of 'hwIpv6LinklocalCfgEntry' items which describe the link local address characteristics of IPv6 enabled interfaces.
The index of the table is ipv6IfIndex.
OID |
Object |
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 |
Specifies the configuration type of the link local address. The value is an enumerated type and case sensitive, which can be: 1. manual(1) -indicates the link local address is manually configured. 2. auto'(2) -indicates the link local address is auto 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{(16,16)} |
read-create |
This object specifies the link local address on the interface. For creation of auto link local address, this object value must be ignored. |
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 specifies whether auto link local address configuration is enabled by administrator or not. Is 'true' when enabled otherwise 'false'. |
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 |
The RowStatus variable should be used in accordance to installation and removal conventions for conceptual rows with following deviations:
- only 'createAndGo' is supported for row creation, - notInService(2) value is not supported.
To create a row in this table, a manager sets this object to createAndGo(4).
When the link local address is in Tentative/Duplicate state then hwIpv6linklocalAddrRowStatus will take a value notReady (3). Otherwise hwIpv6linklocalAddrRowStatus is Active (1)
To delete the row in this table, a manager sets this object to Destroy(6). |
This object is implemented as defined in the corresponding MIB files. |