H3C-IPV6-ADDRESS-MIB

File: H3C-IPV6-ADDRESS-MIB.mib (12244 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB

Imported symbols

h3cCommon Integer32 OBJECT-TYPE
MODULE-IDENTITY RowStatus InetAddress
InetAddressType

Defined Types

H3cIpv6AddrSetEntry  
SEQUENCE    
  h3cIpv6AddrSetIfIndex Integer32
  h3cIpv6AddrSetAddrType InetAddressType
  h3cIpv6AddrSetAddr InetAddress
  h3cIpv6AddrSetPfxLength Integer32
  h3cIpv6AddrSetSourceType INTEGER
  h3cIpv6AddrSetRowStatus RowStatus

H3cIpv6AddrReadEntry  
SEQUENCE    
  h3cIpv6AddrReadIfIndex Integer32
  h3cIpv6AddrReadAddrType InetAddressType
  h3cIpv6AddrReadAddr InetAddress
  h3cIpv6AddrReadPfxLength Integer32
  h3cIpv6AddrReadSourceType INTEGER
  h3cIpv6AddrReadCatalog INTEGER

Defined Values

h3cIpv6AddrMIB 1.3.6.1.4.1.2011.10.2.71
The MIB module for managing IPv6 address
MODULE-IDENTITY    

h3cIpv6AddressObjects 1.3.6.1.4.1.2011.10.2.71.1
OBJECT IDENTIFIER    

h3cIpv6AddressConfig 1.3.6.1.4.1.2011.10.2.71.1.1
OBJECT IDENTIFIER    

h3cIpv6AddrSetTable 1.3.6.1.4.1.2011.10.2.71.1.1.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpv6AddrSetEntry

h3cIpv6AddrSetEntry 1.3.6.1.4.1.2011.10.2.71.1.1.1.1
Define the IPv6 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpv6AddrSetEntry  

h3cIpv6AddrSetIfIndex 1.3.6.1.4.1.2011.10.2.71.1.1.1.1.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cIpv6AddrSetAddrType 1.3.6.1.4.1.2011.10.2.71.1.1.1.1.2
The IP address type to which this entry's address information pertains. The value must be ipv6.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

h3cIpv6AddrSetAddr 1.3.6.1.4.1.2011.10.2.71.1.1.1.1.3
The IPv6 address to which this entry's address information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

h3cIpv6AddrSetPfxLength 1.3.6.1.4.1.2011.10.2.71.1.1.1.1.4
The length of the prefix (in bits) associated with the IPv6 address of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..128  

h3cIpv6AddrSetSourceType 1.3.6.1.4.1.2011.10.2.71.1.1.1.1.5
Indicate 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 ----------------------------------------------------------------
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER assignedIp(1), assignedEUI64Ip(2), assignedLinklocalIp(3)  

h3cIpv6AddrSetRowStatus 1.3.6.1.4.1.2011.10.2.71.1.1.1.1.6
This 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).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cIpv6AddrReadTable 1.3.6.1.4.1.2011.10.2.71.1.1.2
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cIpv6AddrReadEntry

h3cIpv6AddrReadEntry 1.3.6.1.4.1.2011.10.2.71.1.1.2.1
Define the IPv6 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cIpv6AddrReadEntry  

h3cIpv6AddrReadIfIndex 1.3.6.1.4.1.2011.10.2.71.1.1.2.1.1
The 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cIpv6AddrReadAddrType 1.3.6.1.4.1.2011.10.2.71.1.1.2.1.2
The IP address type to which this entry's address information pertains. The value must be ipv6.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

h3cIpv6AddrReadAddr 1.3.6.1.4.1.2011.10.2.71.1.1.2.1.3
The IPv6 address to which this entry's address information pertains.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

h3cIpv6AddrReadPfxLength 1.3.6.1.4.1.2011.10.2.71.1.1.2.1.4
The length of the prefix (in bits) associated with the IPv6 address of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

h3cIpv6AddrReadSourceType 1.3.6.1.4.1.2011.10.2.71.1.1.2.1.5
Indicate 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER assignedIp(1), assignedEUI64Ip(2), assignedAutoIp(3), autoIp(4), dhcpv6(5), negotiate(6), cluster(7)  

h3cIpv6AddrReadCatalog 1.3.6.1.4.1.2011.10.2.71.1.1.2.1.6
Indicate 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nodelocal(1), linklocal(2), sitelocal(3), orglocal(4), global(5)