HP-ICF-XRRP

File: HP-ICF-XRRP.mib (41060 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF Q-BRIDGE-MIB
RMON2-MIB SNMPv2-TC HP-ICF-OID

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Integer32 Counter32
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
VlanId LastCreateTime TEXTUAL-CONVENTION
RowStatus TimeStamp MacAddress
hpSwitch

Defined Types

XrrpRouterId  
A number which serves to uniquely identify a XRRP router within a domain.
TEXTUAL-CONVENTION    
  Integer32 1..255  

HpicfXrrpInstanceEntry  
SEQUENCE    
  hpicfXrrpInstanceRouterId XrrpRouterId
  hpicfXrrpInstanceVlanId VlanId
  hpicfXrrpInstanceOperState INTEGER
  hpicfXrrpInstanceAuthType INTEGER
  hpicfXrrpInstanceAuthKey OCTET STRING
  hpicfXrrpInstanceAdvertiseInterval Integer32
  hpicfXrrpInstanceUpTime TimeStamp
  hpicfXrrpInstanceRowStatus RowStatus

HpicfXrrpInstanceAssoIpAddrEntry  
SEQUENCE    
  hpicfXrrpAssoIpAddr IpAddress
  hpicfXrrpAssoIpMask IpAddress
  hpicfXrrpAssoRowStatus RowStatus

HpicfXrrpStatsInstanceEntry  
SEQUENCE    
  hpicfXrrpInstanceRouterId XrrpRouterId
  hpicfXrrpInstanceVlanId VlanId
  hpicfXrrpStatsInstancePktsRcvd Counter32
  hpicfXrrpStatsInstancePktsXmtd Counter32
  hpicfXrrpStatsInstanceVersionErrPkts Counter32
  hpicfXrrpStatsInstancePriorityZeroPktsRcvd Counter32
  hpicfXrrpStatsInstancePriorityZeroPktsXmtd Counter32
  hpicfXrrpStatsInstanceMismatchedIpPkts Counter32
  hpicfXrrpStatsInstanceAuthFailPktsReject Counter32
  hpicfXrrpStatsInstanceIntervalMismatchPkts Counter32
  hpicfXrrpStatsInstanceCreateTime LastCreateTime

HpicfXrrpStatsRcEntry  
SEQUENCE    
  hpicfXrrpStatsRcRouterId XrrpRouterId
  hpicfXrrpStatsRcOperState INTEGER
  hpicfXrrpStatsRcType1PktsRcvd Counter32
  hpicfXrrpStatsRcType1PktsXmtd Counter32
  hpicfXrrpStatsRcType2PktsRcvd Counter32
  hpicfXrrpStatsRcType2PktsXmtd Counter32
  hpicfXrrpStatsRcBecomeMaster Counter32
  hpicfXrrpStatsRcMasterTime TimeStamp
  hpicfXrrpStatsRcUnknownVlanId Counter32
  hpicfXrrpStatsRcCreateTime LastCreateTime

Defined Values

hpicfXrrpMIB 1.3.6.1.4.1.11.2.14.11.5.1.18
This MIB module contains the definitions of Managed Objects for the XRRP router - the device running HP proprietory version of the Virtual Router Redundancy Protocol (VRRP).
MODULE-IDENTITY    

hpicfXrrpOperations 1.3.6.1.4.1.11.2.14.11.5.1.18.2
OBJECT IDENTIFIER    

hpicfXrrpStatistics 1.3.6.1.4.1.11.2.14.11.5.1.18.3
OBJECT IDENTIFIER    

hpicfXrrpConformance 1.3.6.1.4.1.11.2.14.11.5.1.18.4
OBJECT IDENTIFIER    

hpicfXrrpVersion 1.3.6.1.4.1.11.2.14.11.5.1.18.2.1
This value identifies the particular version of the XRRP supported by this device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpicfXrrpAdminState 1.3.6.1.4.1.11.2.14.11.5.1.18.2.2
The administrative state of the XRRP protocol on the box.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfXrrpDomain 1.3.6.1.4.1.11.2.14.11.5.1.18.2.3
Domain that this router is in. The router can only be in one domain. Routers in the same domain can fail-over for each other. Up to 2 routers that have common VLANs can use the same XRRP Domain.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

hpicfXrrpRouterId 1.3.6.1.4.1.11.2.14.11.5.1.18.2.4
Unique number for this router within a given domain. The router number (in combination with a VLAN ID) is used as an identifier for an XRRP instance within a domain. Along with 'hpicfXrrpDomain' it is used to create the XRRP MAC address for the XRRP instance this router owns. No two routers in the same domain can have the same router number in the same level 2 switching fabric.
Status: current Access: read-write
OBJECT-TYPE    
  XrrpRouterId  

hpicfXrrpFailback 1.3.6.1.4.1.11.2.14.11.5.1.18.2.5
Delay a router must wait before it can reclaim control for the virtual router it owns after its VLANs have come back up. This prevents any crashing for intermittent failures.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..999  

hpicfXrrpTrapCntl 1.3.6.1.4.1.11.2.14.11.5.1.18.2.6
Indicates whether the XRRP-enabled router will generate SNMP traps for events defined in this MIB. The set bit means 'enabled'. - stateChange(0) This bit controls whether the notification trap is allowed to be send when virtual router changes the state. - masterState(1) This bit controls whether the notification trap is allowed to be send when virtual router transitions to the Master state. - authFailure(2) This bit controls whether the notification trap is allowed to be send when virtual router detects an authentication error.
Status: current Access: read-write
OBJECT-TYPE    
  BITS stateChange(0), masterState(1), authFailure(2)  

hpicfXrrpInstancesTable 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7
A table that contains operational characteristics of the virtual routers (XRRP instances) configured on this routing device. Currently on a given router for a given VLAN up to 2 instances can be supported (i.e. router can be the owner of one XRRP instance and backup up to one other). The theoretical maximum of XRRP instances on the router can be MAX_VLAN*2, currently it is limited to 512.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfXrrpInstanceEntry

hpicfXrrpInstanceEntry 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1
An entry (row) in the 'hpicfXrrpInstancesTable' containing the operational characteristics of the specific virtual router (XRRP instance) configured on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfXrrpInstanceEntry  

hpicfXrrpInstanceRouterId 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.1
The router number which owns the virtual router interface (XRRP instance). In combination with 'hpicfXrrpInstanceVlanId' used as an index value to uniquely identify a row in the 'hpicfXrrpInstancesTable' table.
Status: current Access: not-accessible
OBJECT-TYPE    
  XrrpRouterId  

hpicfXrrpInstanceVlanId 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.2
The VLAN ID where the virtual router (XRRP instance) is running on. In combination with 'hpicfXrrpInstanceRouterId' is used as an index value to uniquely identify a row in the 'hpicfXrrpInstancesTable' table.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

hpicfXrrpInstanceOperState 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.3
The current state of the virtual router (XRRP instance) configured on this device. This object has the following defined values: - `initialize', which indicates that the virtual router (XRRP instance) is waiting for a startup event. - `backup', which indicates that virtual router (XRRP instance) is monitoring the availability of the Master. - `master', which indicates that the given virtual router (XRRP instance) is forwarding packets for the IP addresses associated with it, i.e. is in the Master state. - 'vlandown', which indicates that the VLAN associated with this virtual router (XRRP instance) is in down state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), backup(2), master(3), vlandown(4)  

hpicfXrrpInstanceAuthType 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.4
Authentication type used for VRRP protocol exchanges between virtual routers. - 'noAuthentication' means that VRRP protocol exchanges are notauthenticated. - 'simpleTextPassword' means that exchanges are authenticated by a clear text password.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noAuthentication(1), simpleTextPassword(2)  

hpicfXrrpInstanceAuthKey 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.5
This is an authentication string that is used to authenticate encapsulated VRRP packets received from other routers the XRRP instance is composed. This value must be consistently defined across the routers that form this XRRP instance. When read, it always returns an Octet String of length zero.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

hpicfXrrpInstanceAdvertiseInterval 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.6
This parameter defines the advertisement interval in seconds for XRRP packets sent out by the Master of the XRRP instance.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..60  

hpicfXrrpInstanceUpTime 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.7
This is the value of the `sysUpTime' object when the XRRP instance transitioned out of `initialized' state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

hpicfXrrpInstanceRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.8
Status of the row in the 'hpicfXrrpInstancesTable'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfXrrpInstanceAssoIpAddrTable 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8
This table contains IP addresses associated with virtual routers (XRRP instances) configured on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfXrrpInstanceAssoIpAddrEntry

hpicfXrrpInstanceAssoIpAddrEntry 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1
An entry in the 'hpicfXrrpInstanceAssoIpAddrTable'. The number of rows will be equal the number of IP addresses backed up by the all XRRP instances on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfXrrpInstanceAssoIpAddrEntry  

hpicfXrrpAssoIpAddr 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1.1
The backed up IP address configured on the VLAN 'hpicfXrrpInstanceVlanId' of the router 'hpicfXrrpInstanceRouterId'.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

hpicfXrrpAssoIpMask 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1.2
The subnet mask for the IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpicfXrrpAssoRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1.3
The status of the row in 'hpicfXrrpInstanceAssoIpAddrTable'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpicfXrrpTransferControl 1.3.6.1.4.1.11.2.14.11.5.1.18.2.9
When this object is set to transferCtrl (1), it acts as a trigger to intimate XRRP of the transfer of control from one router to another. When read, this object always returns notransferCtrl (2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER transferCtrl(1), notransferCtrl(2)  

hpicfXrrpInfiniteFailback 1.3.6.1.4.1.11.2.14.11.5.1.18.2.10
When this object is set to enable (1), it sets the XRRP router on infinite failback. On initialization, the default value is disable (2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hpicfXrrpStatsXrrpMacAddress 1.3.6.1.4.1.11.2.14.11.5.1.18.3.1
MAC Address used for XRRP instances for which this router is the owner. Value is determined by XRRP domain and unique router number.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hpicfXrrpStatsMacAndMask 1.3.6.1.4.1.11.2.14.11.5.1.18.3.2
This value contains the current AND mask used by XRRP to determine which MAC addresses can be received for routing.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

hpicfXrrpStatsPktsRcvd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.3
This value contains the number of XRRP packets received by the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsNotDomainPktsReject 1.3.6.1.4.1.11.2.14.11.5.1.18.3.4
This value contains the number of XRRP packets received from the other domains.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsCheckSumPktsReject 1.3.6.1.4.1.11.2.14.11.5.1.18.3.5
This value contains the number of XRRP packets rejected due to checksum errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsBadValuePktsReject 1.3.6.1.4.1.11.2.14.11.5.1.18.3.6
This value contains the number of received XRRP packets with bad values.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsCorruptedPktsReject 1.3.6.1.4.1.11.2.14.11.5.1.18.3.7
This value contains the number of received XRRP packets that are too short.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsVersionErrorPktsReject 1.3.6.1.4.1.11.2.14.11.5.1.18.3.8
This value contains the number of received XRRP packets with wrong version number.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsBcastArpsXmtd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.9
This value contains the number of broacast arps sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsUpTime 1.3.6.1.4.1.11.2.14.11.5.1.18.3.10
This is the value of the `sysUpTime' object when the XRRP protocol has been last enabled. Used to count elapsed time since last XRRP enable action.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

hpicfXrrpStatsProtocolCreateTime 1.3.6.1.4.1.11.2.14.11.5.1.18.3.11
The value of sysUpTime when XRRP protocol was last activated (initialized). This can be used for polling applications to detect discontinuity in the above statistics counters if protocol has been reinitialized between polls.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

hpicfXrrpStatsInstancesTable 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12
A table that contains statistics information for the XRRP instances on the router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfXrrpStatsInstanceEntry

hpicfXrrpStatsInstanceEntry 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1
Information about a specific XRRP instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfXrrpStatsInstanceEntry  

hpicfXrrpStatsInstancePktsRcvd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.1
This value contains the number of XRRP packets received by the virtual router (XRRP instance).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstancePktsXmtd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.2
This value contains the number of XRRP packets transmitted by the virtual router (XRRP instance).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstanceVersionErrPkts 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.3
This value contains the number of XRRP packets received by the virtual router (XRRP instance) with incompatible version value in either the XRRP or VRRP portion of the header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstancePriorityZeroPktsRcvd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.4
This value contains the number of XRRP packets received with the priority set to 0 on the virtual router (i.e. the current master is giving up control).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstancePriorityZeroPktsXmtd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.5
This value contains the number of XRRP packets transmitted by the virtual router with the priority set to 0 (i.e. the virtual router is giving up control).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstanceMismatchedIpPkts 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.6
This value contains the number of XRRP packets received by the virtual router with an unknown mismatched IP addresses. The Backup router will automatically accept the addresses from a router with a priority of 255 (i.e. the virtual router owner).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstanceAuthFailPktsReject 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.7
This value contains the number of rejected by this virtual router XRRP packets due to authentication failure (i.e. mismatched passwords).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstanceIntervalMismatchPkts 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.8
This value contains the number of XRRP packets with the advertisement interval is a mismatch. The receiving router will change to that of the transmitter but logs a warning.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsInstanceCreateTime 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.9
The value of sysUpTime when this virtual router entry was last activated. This object allows to a management station to detect deletion and recreation cycles between polls and thus detect discontinuity in the above statistics counters.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

hpicfXrrpStatsRcTable 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13
A table that contains statistics information for virtual router coordinators in the domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpicfXrrpStatsRcEntry

hpicfXrrpStatsRcEntry 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1
Information about a specific router coordinator.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpicfXrrpStatsRcEntry  

hpicfXrrpStatsRcRouterId 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.1
The router coordinator number.
Status: current Access: not-accessible
OBJECT-TYPE    
  XrrpRouterId  

hpicfXrrpStatsRcOperState 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.2
The current operational state of the router coordinator.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), backup(2), master(3), failback(4)  

hpicfXrrpStatsRcType1PktsRcvd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.3
This value contains the number of type 1 XRRP packets received by the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsRcType1PktsXmtd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.4
This value contains the number of type 1 XRRP packets transmitted by the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsRcType2PktsRcvd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.5
This value contains the number of type 2 XRRP packets received by the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsRcType2PktsXmtd 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.6
This value contains the number of type 2 XRRP packets transmitted by the router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsRcBecomeMaster 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.7
The total number of times that this router has become a master.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsRcMasterTime 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.8
Duration as master (in seconds).
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

hpicfXrrpStatsRcUnknownVlanId 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.9
The number of packets received by this virtual router that do not map to a known VLAN ID where an XRRP instance is supported.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpicfXrrpStatsRcCreateTime 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.10
The value of sysUpTime when this router coordinator entry was last activated. This object allows to a management station to detect deletion and recreation cycles between polls and thus detect discontinuity in the above statistics counters.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

hpicfXrrpNotifications 1.3.6.1.4.1.11.2.14.11.5.1.18.1
OBJECT IDENTIFIER    

hpicfXrrpNotificationsPrefix 1.3.6.1.4.1.11.2.14.11.5.1.18.1.0
OBJECT IDENTIFIER    

hpicfXrrpNotificationsObjects 1.3.6.1.4.1.11.2.14.11.5.1.18.1.1
OBJECT IDENTIFIER    

hpicfXrrpTrapAuthErrorType 1.3.6.1.4.1.11.2.14.11.5.1.18.1.1.1
Potential types of configuration conflicts. Used by hpicfXrrpTrapAuthFailure trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER invalidAuthType(1), authTypeMismatch(2), authFailure(3)  

hpicfXrrpTrapStateChange 1.3.6.1.4.1.11.2.14.11.5.1.18.1.0.1
This trap indicates that a XRRP router has changed state. The trap contains the domain number, the router coordinator number and state value for the change. This trap is being controlled by the state of 'hpicfXrrpTrapCntl' object.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfXrrpTrapAuthFailure 1.3.6.1.4.1.11.2.14.11.5.1.18.1.0.2
This trap indicates that the authentication error occurred on a XRRP VLAN. The trap contains the domain number, this router number, instance id (owner router number and VLAN ID) that detected the error and type of the authentication error. This trap is being controlled by the state of 'hpicfXrrpTrapCntl' object.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpicfXrrpMIBCompliances 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1
OBJECT IDENTIFIER    

hpicfXrrpMIBGroups 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2
OBJECT IDENTIFIER    

hpicfXrrpMIBCompliance 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1.1
********* THIS COMPLIANCE IS DEPRECATED *********
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

hpicfXrrpMIBCompliance1 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1.2
The core compliance statement for XRRP implementation.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

hpicfXrrpMIBCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1.3
The core compliance statement for XRRP implementation.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

hpicfXrrpOperGroup 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.1
********* THIS GROUP IS DEPRECATED *********
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

hpicfXrrpStatsGroup 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.2
Conformance group for XRRP statistics.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfXrrpTrapGroup 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.3
Conformance group for objects contained in XRRP notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfXrrpNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.4
The XRRP MIB Notification Group.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

hpicfXrrpOperGroup1 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.5
Conformance group for XRRP operations.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

hpicfXrrpOperGroup2 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.6
Conformance group for XRRP operations.
Status: current Access: accessible-for-notify
OBJECT-GROUP