HP-ICF-RIPNG-MIB

File: HP-ICF-RIPNG-MIB.mib (19600 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB IF-MIB HP-ICF-OID

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
Integer32 Counter32 Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TruthValue RowStatus InetAddress
InetAddressType InterfaceIndex hpSwitch

Defined Types

HpicfRipngIfConfEntry  
SEQUENCE    
  hpicfRipngIfConfIndex InterfaceIndex
  hpicfRipngIfConfInstId Integer32
  hpicfRipngIfConfMetric Integer32
  hpicfRipngIfConfStatus RowStatus
  hpicfRipngIfConfSrcAddressType InetAddressType
  hpicfRipngIfConfSrcAddress InetAddress
  hpicfRipngIfConfDoPoisonReverse TruthValue

HpicfRipngPeerEntry  
SEQUENCE    
  hpicfRipngPeerAddressType InetAddressType
  hpicfRipngPeerAddress InetAddress
  hpicfRipngPeerLastUpdate Unsigned32
  hpicfRipngPeerRcvBadPackets Counter32

Defined Values

hpicfRipng 1.3.6.1.4.1.11.2.14.11.5.1.113
This is a HP proprietary MIB module to describe the RIPng protocol.
MODULE-IDENTITY    

hpicfRipngNotifications 1.3.6.1.4.1.11.2.14.11.5.1.113.0
OBJECT IDENTIFIER    

hpicfRipngObjects 1.3.6.1.4.1.11.2.14.11.5.1.113.1
OBJECT IDENTIFIER    

hpicfRipngConformance 1.3.6.1.4.1.11.2.14.11.5.1.113.2
OBJECT IDENTIFIER    

hpicfRipngBaseScalars 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1
OBJECT IDENTIFIER    

hpicfRipngGlobalRouteChanges 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.1
The number of changes to the RIPng routing table, excluding the age refresh.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfRipngGlobalQueries 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.2
The number of responses received from other systems that are sent to the RIPng queries.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfRipngAdminStatus 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.3
The admin status of the RIPng routing protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfRipngDefaultMetric 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.4
The default metric value for the routes that are redistributed by RIPng.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..15  

hpicfRipngDistance 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.5
The administrative distance to associate with routes learned by RIPng. Routes with distances lower than the other peers in the network are preferred.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

hpicfRipngUpdateTime 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.6
This timer defines the interval between RIPng update messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 5..65535  

hpicfRipngTimeoutTime 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.7
This timer defines the route aging time. If no update message related to that route is received within this period, the metric of this route is set to 16 in the routing table.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 5..65535  

hpicfRipngGarbageCollectTime 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.8
The garbage-collect timer defines the time interval when the metric of a route is 16 to the time when it is deleted from the routing table.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 5..65535  

hpicfRipngNotificationEnable 1.3.6.1.4.1.11.2.14.11.5.1.113.1.1.9
A four-octet string serving as a bit map for the trap events defined by the RIPng traps. This object is used to enable or disable specific RIPng traps where a 1 in the bit field represents enabled. The right-most bit (least significant) represents trap 0. Trap Name BitMap ---------------------------------------- RIPNG_IF_STATE_CHANGE 0x00001 RIPNG_INTF_CONFIG_ERROR 0x00002 RIPNG_INTF_RCV_BAD_PKT 0x00004 RIPNG_ALL_TRAPS 0x00008
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(4)  

hpicfRipngIfConfTable 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2
A list of the interfaces that require separate configuration in RIPng.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfRipngIfConfEntry

hpicfRipngIfConfEntry 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1
A single routing domain in a single subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfRipngIfConfEntry  

hpicfRipngIfConfIndex 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1.1
The interface index of this RIPng interface. It corresponds to the interface index of the IPv6 interface on which RIPng is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

hpicfRipngIfConfInstId 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1.2
This will allow multiple instances of RIPng to run on the same device. Currently, only one instance is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..255  

hpicfRipngIfConfMetric 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1.3
The RIPng metric for this interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..15  

hpicfRipngIfConfStatus 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1.4
The row status variable for the hpicfRipngIfConf table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfRipngIfConfSrcAddressType 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1.5
The address type for hpicfRipngIfConfSrcAddress. Only IPv6 addresses without a zone index value are accepted.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpicfRipngIfConfSrcAddress 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1.6
The link-local IPv6 address that this system will use as a source address on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0|16)  

hpicfRipngIfConfDoPoisonReverse 1.3.6.1.4.1.11.2.14.11.5.1.113.1.2.1.7
A flag indicating whether the router should perform poison reverse on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpicfRipngPeerTable 1.3.6.1.4.1.11.2.14.11.5.1.113.1.3
A list of RIPng peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfRipngPeerEntry

hpicfRipngPeerEntry 1.3.6.1.4.1.11.2.14.11.5.1.113.1.3.1
Information regarding a single routing peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfRipngPeerEntry  

hpicfRipngPeerAddressType 1.3.6.1.4.1.11.2.14.11.5.1.113.1.3.1.1
The address type for hpicfRipngPeerAddress. Only IPv6 addresses without a zone index are expected.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpicfRipngPeerAddress 1.3.6.1.4.1.11.2.14.11.5.1.113.1.3.1.2
The IPv6 address that the peer is using as its source address. On an unnumbered link, this IPv6 address might not be a member of any subnet on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(0|16)  

hpicfRipngPeerLastUpdate 1.3.6.1.4.1.11.2.14.11.5.1.113.1.3.1.3
The value of sysUpTime when the most recent RIPng update was received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpicfRipngPeerRcvBadPackets 1.3.6.1.4.1.11.2.14.11.5.1.113.1.3.1.4
The number of RIPng invalid response packets that are received from this peer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfRipngNotificationEntry 1.3.6.1.4.1.11.2.14.11.5.1.113.1.4
OBJECT IDENTIFIER    

hpicfRipngConfigErrorType 1.3.6.1.4.1.11.2.14.11.5.1.113.1.4.1
Potential types of configuration conflicts. Used by hpicfRipngConfigError notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER badVersion(1), badIPtype(2), badHop(3), badField(4), ownPkt(5), noError(6)  

hpicfRipngPacketType 1.3.6.1.4.1.11.2.14.11.5.1.113.1.4.2
RIPng packet types.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER request(1), response(2), nullPacket(3)  

hpicfRipngPacketSrcType 1.3.6.1.4.1.11.2.14.11.5.1.113.1.4.3
The address type for hpicfRipngPacketSrc.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

hpicfRipngPacketSrc 1.3.6.1.4.1.11.2.14.11.5.1.113.1.4.4
The IPv6 address of an inbound packet that cannot be identified by a peer instance. Only IPv6 addresses without a zone index are expected.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress Size(0|16)  

hpicfRipngIfState 1.3.6.1.4.1.11.2.14.11.5.1.113.1.4.5
RIPng interface state types.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER up(1), down(2)  

hpicfRipngIfStateChange 1.3.6.1.4.1.11.2.14.11.5.1.113.0.1
A hpicfRipngIfStateChange notification signifies that there has been a change in the state of a RIPng interface.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfRipngIfConfigError 1.3.6.1.4.1.11.2.14.11.5.1.113.0.2
A hpicfRipngIfConfigError notification signifies that a packet has been received on an interface from a router whose configuration parameters conflict with this router's configuration parameters.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfRipngIfRxBadPacket 1.3.6.1.4.1.11.2.14.11.5.1.113.0.3
A hpicfRipngIfRxBadPacket notification signifies that a RIPng packet that cannot be parsed has been received on this interface.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfRipngCompliances 1.3.6.1.4.1.11.2.14.11.5.1.113.2.1
OBJECT IDENTIFIER    

hpicfRipngGroups 1.3.6.1.4.1.11.2.14.11.5.1.113.2.2
OBJECT IDENTIFIER    

hpicfRipngCompliance 1.3.6.1.4.1.11.2.14.11.5.1.113.2.1.1
The compliance statement for HP routing switches that support RIPng.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

hpicfRipngBaseScalarsGroup 1.3.6.1.4.1.11.2.14.11.5.1.113.2.2.1
This group lists the basic scalars that are required for the RIPng configuration.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfRipngIfConfGroup 1.3.6.1.4.1.11.2.14.11.5.1.113.2.2.2
This group lists the interface configuration of RIPng systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfRipngPeerGroup 1.3.6.1.4.1.11.2.14.11.5.1.113.2.2.3
A collection of objects that lists peer information.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfRipngNotificationObjectGroup 1.3.6.1.4.1.11.2.14.11.5.1.113.2.2.4
A collection of objects that are used to record RIPng notification parameters.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfRipngNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.113.2.2.5
A collection of objects that lists RIPng notifications.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP