H3C-IPV6-ADDRESS-MIB
AI MIB Summary
The H3C-IPV6-ADDRESS-MIB enables monitoring and configuration of IPv6 address parameters, including interface assignments, address states, and scope identifiers, on H3C network devices. It provides granular visibility into the IPv6 address table to support troubleshooting of address conflicts, reachability issues, and interface configuration consistency.
The MIB module for managing IPv6 address
Main OID:
h3cIpv6AddrMIB.1.3.6.1.4.1.2011.10.2.71
19
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
19 total| Object Name |
|---|
h3cIpv6AddrMIBThe MIB module for managing IPv6 address MODULE-IDENTITY .1.3.6.1.4.1.2011.10.2.71 |
h3cIpv6AddressObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2011.10.2.71.1 |
h3cIpv6AddressConfig OBJECT IDENTIFIER .1.3.6.1.4.1.2011.10.2.71.1.1 |
h3cIpv6AddrSetTableThe table of address information is relevant to this entity's IPv6 addresses for setting. The address information that can be read and set in this table is a subset of the address information that can be read in h3cIpv6AddrReadTable and ipv6AddrTable in IPV6-MIB. This table is used to configure IPv6 addresses of an interface identified by h3cIpv6AddrSetIfIndex. When users create or delete an entry in this table, the agent also increases or reduces a corresponding entry in the h3cIpv6AddrReadTable and ipv6AddrTable in IPV6-MIB. When an interface which has been assigned IPv6 address is deleted, the agent also deletes the entry corresponding to the interface in this table and h3cIpv6AddrReadTable. All IPv6 addresses in this table will also show in ipv6AddrTable in IPV6-MIB. SEQUENCE OF H3cIpv6AddrSetEntry .1.3.6.1.4.1.2011.10.2.71.1.1.1 |
h3cIpv6AddrSetEntryDefine the IPv6 address information. H3cIpv6AddrSetEntry .1.3.6.1.4.1.2011.10.2.71.1.1.1.1 |
h3cIpv6AddrSetIfIndexThe index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of RFC 1573's ifIndex. Integer32 .1.3.6.1.4.1.2011.10.2.71.1.1.1.1.1 |
h3cIpv6AddrSetAddrTypeThe IP address type to which this entry's address information pertains. The value must be ipv6. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2011.10.2.71.1.1.1.1.2 |
h3cIpv6AddrSetAddrThe IPv6 address to which this entry's address information pertains. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2011.10.2.71.1.1.1.1.3 |
h3cIpv6AddrSetPfxLengthThe length of the prefix (in bits) associated with the IPv6 address of this entry.rw Integer32 .1.3.6.1.4.1.2011.10.2.71.1.1.1.1.4 |
h3cIpv6AddrSetSourceTypeIndicate the type of source of IPv6 address. The value can be one of following: 'assignedIp': Assigned global/site-local IPv6 address; 'assignedEUI64Ip': Assigned global/site-local IPv6 address by using EUI-64 interface identifier; 'assignedLinklocalIp': Assigned link-local IPv6 address. The value of h3cIpv6AddrSetSourceType is relevant to h3cIpv6AddrReadSourceType and h3cIpv6AddrReadCatalog . For example, if the value of h3cIpv6AddrSetSourceType is set to 'assignedIp', then the value of h3cIpv6AddrReadSourceType is 'assignedIp' and the value of h3cIpv6AddrReadCatalog is 'global' or 'sitelocal'. The relation listed in the following table. ---------------------------------------------------------------- h3cIpv6Addr- | h3cIpv6Addr- | h3cIpv6Addr- SetSourceType | ReadSourceType | ReadCatalog ---------------------------------------------------------------- assignedIp | assignedIp | global or sitelocal ---------------------------------------------------------------- assignedEUI64Ip | assignedIp | global or sitelocal ---------------------------------------------------------------- assignedLinklocalIp | assignedIp | linklocal ----------------------------------------------------------------rw Enumeration .1.3.6.1.4.1.2011.10.2.71.1.1.1.1.5 |
h3cIpv6AddrSetRowStatusThis object is used to create a new row or delete an existing row in this table, only supports active(1), createAndGo(4) and destroy(6).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.10.2.71.1.1.1.1.6 |
h3cIpv6AddrReadTableThe table of address information is relevant to this entity's IPv6 addresses for reading. This is the extension of the ipv6AddrTable in IPV6-MIB. All IPv6 addresses in this table will also show in ipv6AddrTable in IPV6-MIB. SEQUENCE OF H3cIpv6AddrReadEntry .1.3.6.1.4.1.2011.10.2.71.1.1.2 |
h3cIpv6AddrReadEntryDefine the IPv6 address information. H3cIpv6AddrReadEntry .1.3.6.1.4.1.2011.10.2.71.1.1.2.1 |
h3cIpv6AddrReadIfIndexThe index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of RFC 1573's ifIndex. Integer32 .1.3.6.1.4.1.2011.10.2.71.1.1.2.1.1 |
h3cIpv6AddrReadAddrTypeThe IP address type to which this entry's address information pertains. The value must be ipv6. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2011.10.2.71.1.1.2.1.2 |
h3cIpv6AddrReadAddrThe IPv6 address to which this entry's address information pertains. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2011.10.2.71.1.1.2.1.3 |
h3cIpv6AddrReadPfxLengthThe length of the prefix (in bits) associated with the IPv6 address of this entry.ro Integer32 .1.3.6.1.4.1.2011.10.2.71.1.1.2.1.4 |
h3cIpv6AddrReadSourceTypeIndicate the type of source of IPv6 address. The value can be one of following: 'assignedIp': Assigned IPv6 address; 'assignedEUI64Ip': Assigned IPv6 address by using EUI-64 interface identifier; 'assignedAutoIp': Auto generated IPv6 address by user setting; 'autoIp': Auto generated IPv6 address as a result of non-linklocal anycast/unicast address configuration; 'dhcpv6': Assigned IPv6 address through DHCPv6 protocol; 'negotiate': Assigned IPv6 address through negotiation; 'cluster': Assigned IPv6 address through cluster module.ro Enumeration .1.3.6.1.4.1.2011.10.2.71.1.1.2.1.5 |
h3cIpv6AddrReadCatalogIndicate the category of the IPv6 address. The value can be one of following: 'nodelocal': node-local scope; 'linklocal': link-local scope; 'sitelocal': site-local scope; 'orglocal': organization-local scope; 'global': global scope.ro Enumeration .1.3.6.1.4.1.2011.10.2.71.1.1.2.1.6 |