HH3C-IPV6-ADDRESS-MIB
AI MIB Summary
The HH3C-IPV6-ADDRESS-MIB enables monitoring and configuration of IPv6 address table entries, including interface bindings, address states, and scope identifiers, on H3C network devices. This module facilitates the retrieval of specific IPv6 address attributes such as status, type, and associated interface indices via SNMP for network inventory and troubleshooting.
The MIB module for managing IPv6 address
Main OID:
hh3cIpv6AddrMIB.1.3.6.1.4.1.25506.2.71
19
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
19 total| Object Name |
|---|
hh3cIpv6AddrMIBThe MIB module for managing IPv6 address MODULE-IDENTITY .1.3.6.1.4.1.25506.2.71 |
hh3cIpv6AddressObjects OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.71.1 |
hh3cIpv6AddressConfig OBJECT IDENTIFIER .1.3.6.1.4.1.25506.2.71.1.1 |
hh3cIpv6AddrSetTableThe 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 hh3cIpv6AddrReadTable and ipv6AddrTable in IPV6-MIB. This table is used to configure IPv6 addresses of an interface identified by hh3cIpv6AddrSetIfIndex. When users create or delete an entry in this table, the agent also increases or reduces a corresponding entry in the hh3cIpv6AddrReadTable 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 hh3cIpv6AddrReadTable. All IPv6 addresses in this table will also show in ipv6AddrTable in IPV6-MIB. SEQUENCE OF Hh3cIpv6AddrSetEntry .1.3.6.1.4.1.25506.2.71.1.1.1 |
hh3cIpv6AddrSetEntryDefine the IPv6 address information. Hh3cIpv6AddrSetEntry .1.3.6.1.4.1.25506.2.71.1.1.1.1 |
hh3cIpv6AddrSetIfIndexThe 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.25506.2.71.1.1.1.1.1 |
hh3cIpv6AddrSetAddrTypeThe 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.25506.2.71.1.1.1.1.2 |
hh3cIpv6AddrSetAddrThe IPv6 address to which this entry's address information pertains. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.25506.2.71.1.1.1.1.3 |
hh3cIpv6AddrSetPfxLengthThe length of the prefix (in bits) associated with the IPv6 address of this entry.rw Integer32 .1.3.6.1.4.1.25506.2.71.1.1.1.1.4 |
hh3cIpv6AddrSetSourceTypeIndicate 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 hh3cIpv6AddrSetSourceType is relevant to hh3cIpv6AddrReadSourceType and hh3cIpv6AddrReadCatalog . For example, if the value of hh3cIpv6AddrSetSourceType is set to 'assignedIp', then the value of hh3cIpv6AddrReadSourceType is 'assignedIp' and the value of hh3cIpv6AddrReadCatalog is 'global' or 'sitelocal'. The relation listed in the following table. ---------------------------------------------------------------- hh3cIpv6Addr- | hh3cIpv6Addr- | hh3cIpv6Addr- SetSourceType | ReadSourceType | ReadCatalog ---------------------------------------------------------------- assignedIp | assignedIp | global or sitelocal ---------------------------------------------------------------- assignedEUI64Ip | assignedEUI64Ip | global or sitelocal ---------------------------------------------------------------- assignedLinklocalIp | assignedIp | linklocal ----------------------------------------------------------------rw Enumeration .1.3.6.1.4.1.25506.2.71.1.1.1.1.5 |
hh3cIpv6AddrSetRowStatusThis 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.25506.2.71.1.1.1.1.6 |
hh3cIpv6AddrReadTableThe 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 Hh3cIpv6AddrReadEntry .1.3.6.1.4.1.25506.2.71.1.1.2 |
hh3cIpv6AddrReadEntryDefine the IPv6 address information. Hh3cIpv6AddrReadEntry .1.3.6.1.4.1.25506.2.71.1.1.2.1 |
hh3cIpv6AddrReadIfIndexThe 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.25506.2.71.1.1.2.1.1 |
hh3cIpv6AddrReadAddrTypeThe 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.25506.2.71.1.1.2.1.2 |
hh3cIpv6AddrReadAddrThe IPv6 address to which this entry's address information pertains. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.25506.2.71.1.1.2.1.3 |
hh3cIpv6AddrReadPfxLengthThe length of the prefix (in bits) associated with the IPv6 address of this entry.ro Integer32 .1.3.6.1.4.1.25506.2.71.1.1.2.1.4 |
hh3cIpv6AddrReadSourceTypeIndicate 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.25506.2.71.1.1.2.1.5 |
hh3cIpv6AddrReadCatalogIndicate 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.25506.2.71.1.1.2.1.6 |