HUAWEI-IPV6-MIB

File: HUAWEI-IPV6-MIB.mib (13864 bytes)

Imported modules

HUAWEI-MIB IF-MIB SNMPv2-CONF
SNMPv2-SMI SNMPv2-TC IPV6-TC
IPV6-MIB P-BRIDGE-MIB HUAWEI-DEVICE-MIB
HUAWEI-VLAN-MIB

Imported symbols

hwDatacomm ifIndex OBJECT-GROUP
MODULE-COMPLIANCE OBJECT-TYPE MODULE-IDENTITY
Integer32 RowStatus DisplayString
TruthValue Ipv6Address ipv6IfIndex
ipv6NetToMediaPhysAddress EnabledStatus hwFrameIndex
hwSlotIndex hwSubslotIndex hwPortIndex
hwOntIndex hwVlanID NOTIFICATION-TYPE

Defined Types

HwIpv6IfEntry  
SEQUENCE    
  hwIpv6IfDescr DisplayString
  hwIpv6IfEnableFlag EnabledStatus

HwIpv6LinklocalCfgEntry  
SEQUENCE    
  hwIpv6GeneratedLinklocalType INTEGER
  hwIpv6LinklocalAddr Ipv6Address
  hwIpv6ConfigAutoLinklocal TruthValue
  hwIpv6linklocalAddrRowStatus RowStatus

HwIpv6GlobalCfgEntry  
SEQUENCE    
  hwIpv6GlobalAddrAddress Ipv6Address
  hwIpv6GlobalAddrPfxLength Integer32
  hwIpv6GlobalAddrEuiFlag TruthValue
  hwIpv6GlobalAddrRowStatus RowStatus

Defined Values

hwIpv6Mib 1.3.6.1.4.1.2011.5.25.153
The MIB module for entities implementing the IPv6 protocol.
MODULE-IDENTITY    

hwIpv6MibObjects 1.3.6.1.4.1.2011.5.25.153.1
OBJECT IDENTIFIER    

hwIpv6IfTable 1.3.6.1.4.1.2011.5.25.153.1.1
The IPv6 interfaces table contains information on the entity's internetwork-layer interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIpv6IfEntry

hwIpv6IfEntry 1.3.6.1.4.1.2011.5.25.153.1.1.1
An interface entry containing objects about a particular IPv6 interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIpv6IfEntry  

hwIpv6IfDescr 1.3.6.1.4.1.2011.5.25.153.1.1.1.1
Interface name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hwIpv6IfEnableFlag 1.3.6.1.4.1.2011.5.25.153.1.1.1.2
This object identifies whether IPv6 is enabled on interface or not. If IPv6 is enabled on interface, the value of this object refers to 1,else refers to 2.
Status: current Access: read-write
OBJECT-TYPE    
  EnabledStatus  

hwIpv6LinklocalCfgTable 1.3.6.1.4.1.2011.5.25.153.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIpv6LinklocalCfgEntry

hwIpv6LinklocalCfgEntry 1.3.6.1.4.1.2011.5.25.153.1.2.1
An entry in hwIpv6LinklocalCfgTable containing link local address characteristics of an IPv6 enabled interface. Each row entry is identified uniquely by an ipv6IfIndex. ipv6IfIndex represents interface index of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIpv6LinklocalCfgEntry  

hwIpv6GeneratedLinklocalType 1.3.6.1.4.1.2011.5.25.153.1.2.1.1
Specifies the configuration type of the link local address. This object has two defined values: - `manual', specifies that the link local address is manually configured - `auto', specifies that the link local address is auto configured using the interface MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), auto(2)  

hwIpv6LinklocalAddr 1.3.6.1.4.1.2011.5.25.153.1.2.1.2
This object specifies the link local address on the interface. For creation of auto link local address, this object value must be ignored.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6Address  

hwIpv6ConfigAutoLinklocal 1.3.6.1.4.1.2011.5.25.153.1.2.1.3
This object specifies whether auto link local address configuration is enabled by administrator or not. Is 'true' when enabled otherwise 'false'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hwIpv6linklocalAddrRowStatus 1.3.6.1.4.1.2011.5.25.153.1.2.1.4
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).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwIpv6GlobalCfgTable 1.3.6.1.4.1.2011.5.25.153.1.4
Global/EUI address configuration table for a router which consists of a sequence (i.e., one or more conceptual rows) of 'hwIpv6GlobalCfgEntry' items which describe the IPv6 global or EUI address characteristics of IPv6 enabled interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HwIpv6GlobalCfgEntry

hwIpv6GlobalCfgEntry 1.3.6.1.4.1.2011.5.25.153.1.4.1
An entry in hwIpv6GlobalCfgTable containing IPv6 global or EUI address characteristics of an IPv6 enabled interface. Each row entry is identified uniquely by a combination of ipv6IfIndex and ipv6GblAddr. ipv6IfIndex represents interface index of an interface. ipv6GblAddr represents EUI prefix or global IPv6 address.
Status: current Access: not-accessible
OBJECT-TYPE    
  HwIpv6GlobalCfgEntry  

hwIpv6GlobalAddrAddress 1.3.6.1.4.1.2011.5.25.153.1.4.1.1
This object specifies the global or EUI IPv6 address on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6Address  

hwIpv6GlobalAddrPfxLength 1.3.6.1.4.1.2011.5.25.153.1.4.1.2
The length of the prefix (in bits) associated with the configured global or EUI IPv6 address of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..128  

hwIpv6GlobalAddrEuiFlag 1.3.6.1.4.1.2011.5.25.153.1.4.1.3
This object specifies whether the global address is an EUI address or not. Is 'true' if created as EUI address otherwise false.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hwIpv6GlobalAddrRowStatus 1.3.6.1.4.1.2011.5.25.153.1.4.1.4
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 global or EUI IPv6 address is in Tentative/Duplicate state then hwIpv6GlobalAddrRowStatus value will be notReady (3). Otherwise hwIpv6GlobalAddrRowStatus is Active (1). To delete the row in this table, a manager sets this object to Destroy(6).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hwIpv6MibConformance 1.3.6.1.4.1.2011.5.25.153.2
OBJECT IDENTIFIER    

hwIpv6Compliances 1.3.6.1.4.1.2011.5.25.153.2.1
OBJECT IDENTIFIER    

hwIpv6Compliance 1.3.6.1.4.1.2011.5.25.153.2.1.1
The compliance statement for systems supporting the HUAWEI-IPV6-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

hwIpv6Groups 1.3.6.1.4.1.2011.5.25.153.2.2
OBJECT IDENTIFIER    

hwIpv6Group 1.3.6.1.4.1.2011.5.25.153.2.2.1
The IPv6 table member.
Status: current Access: read-create
OBJECT-GROUP    

hwIpv6ProductAn 1.3.6.1.4.1.2011.5.25.153.3
OBJECT IDENTIFIER    

hwIpv6ProductAnTraps 1.3.6.1.4.1.2011.5.25.153.3.2
OBJECT IDENTIFIER    

hwIpv6AlarmTrapsPrefix 1.3.6.1.4.1.2011.5.25.153.3.2.0
OBJECT IDENTIFIER    

hwDadIPv6ConflictTrap 1.3.6.1.4.1.2011.5.25.153.3.2.0.1
This notification is generated when device receives an NA packet,which source Ipv6 address is the same as Ipv6 address of the device.
Status: current Access: read-create
NOTIFICATION-TYPE