HPN-ICF-IPV6-ADDRESS-MIB

File: HPN-ICF-IPV6-ADDRESS-MIB.mib (12396 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB

Imported symbols

hpnicfCommon Integer32 OBJECT-TYPE
MODULE-IDENTITY RowStatus InetAddress
InetAddressType

Defined Types

HpnicfIpv6AddrSetEntry  
SEQUENCE    
  hpnicfIpv6AddrSetIfIndex Integer32
  hpnicfIpv6AddrSetAddrType InetAddressType
  hpnicfIpv6AddrSetAddr InetAddress
  hpnicfIpv6AddrSetPfxLength Integer32
  hpnicfIpv6AddrSetSourceType INTEGER
  hpnicfIpv6AddrSetRowStatus RowStatus

HpnicfIpv6AddrReadEntry  
SEQUENCE    
  hpnicfIpv6AddrReadIfIndex Integer32
  hpnicfIpv6AddrReadAddrType InetAddressType
  hpnicfIpv6AddrReadAddr InetAddress
  hpnicfIpv6AddrReadPfxLength Integer32
  hpnicfIpv6AddrReadSourceType INTEGER
  hpnicfIpv6AddrReadCatalog INTEGER

Defined Values

hpnicfIpv6AddrMIB 1.3.6.1.4.1.11.2.14.11.15.2.71
The MIB module for managing IPv6 address
MODULE-IDENTITY    

hpnicfIpv6AddressObjects 1.3.6.1.4.1.11.2.14.11.15.2.71.1
OBJECT IDENTIFIER    

hpnicfIpv6AddressConfig 1.3.6.1.4.1.11.2.14.11.15.2.71.1.1
OBJECT IDENTIFIER    

hpnicfIpv6AddrSetTable 1.3.6.1.4.1.11.2.14.11.15.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 hpnicfIpv6AddrReadTable and ipv6AddrTable in IPV6-MIB. This table is used to configure IPv6 addresses of an interface identified by hpnicfIpv6AddrSetIfIndex. When users create or delete an entry in this table, the agent also increases or reduces a corresponding entry in the hpnicfIpv6AddrReadTable 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 hpnicfIpv6AddrReadTable. All IPv6 addresses in this table will also show in ipv6AddrTable in IPV6-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIpv6AddrSetEntry

hpnicfIpv6AddrSetEntry 1.3.6.1.4.1.11.2.14.11.15.2.71.1.1.1.1
Define the IPv6 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIpv6AddrSetEntry  

hpnicfIpv6AddrSetIfIndex 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrSetAddrType 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrSetAddr 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrSetPfxLength 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrSetSourceType 1.3.6.1.4.1.11.2.14.11.15.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 hpnicfIpv6AddrSetSourceType is relevant to hpnicfIpv6AddrReadSourceType and hpnicfIpv6AddrReadCatalog . For example, if the value of hpnicfIpv6AddrSetSourceType is set to 'assignedIp', then the value of hpnicfIpv6AddrReadSourceType is 'assignedIp' and the value of hpnicfIpv6AddrReadCatalog is 'global' or 'sitelocal'. The relation listed in the following table. ---------------------------------------------------------------- hpnicfIpv6Addr- | hpnicfIpv6Addr- | hpnicfIpv6Addr- SetSourceType | ReadSourceType | ReadCatalog ---------------------------------------------------------------- assignedIp | assignedIp | global or sitelocal ---------------------------------------------------------------- assignedEUI64Ip | assignedEUI64Ip | global or sitelocal ---------------------------------------------------------------- assignedLinklocalIp | assignedIp | linklocal ----------------------------------------------------------------
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER assignedIp(1), assignedEUI64Ip(2), assignedLinklocalIp(3)  

hpnicfIpv6AddrSetRowStatus 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrReadTable 1.3.6.1.4.1.11.2.14.11.15.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  
    HpnicfIpv6AddrReadEntry

hpnicfIpv6AddrReadEntry 1.3.6.1.4.1.11.2.14.11.15.2.71.1.1.2.1
Define the IPv6 address information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIpv6AddrReadEntry  

hpnicfIpv6AddrReadIfIndex 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrReadAddrType 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrReadAddr 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrReadPfxLength 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfIpv6AddrReadSourceType 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfIpv6AddrReadCatalog 1.3.6.1.4.1.11.2.14.11.15.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)