HP-ICF-XRRP: View SNMP OID List / Download MIB
VENDOR: HEWLETT-PACKARD
Home | MIB: HP-ICF-XRRP | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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). |
||
hpicfXrrpNotifications | 1.3.6.1.4.1.11.2.14.11.5.1.18.1 | |||
hpicfXrrpNotificationsPrefix | 1.3.6.1.4.1.11.2.14.11.5.1.18.1.0 | |||
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. |
||
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. |
||
hpicfXrrpNotificationsObjects | 1.3.6.1.4.1.11.2.14.11.5.1.18.1.1 | |||
hpicfXrrpTrapAuthErrorType | 1.3.6.1.4.1.11.2.14.11.5.1.18.1.1.1 | integer | no-access |
Potential types of configuration conflicts. Used by hpicfXrrpTrapAuthFailure trap. Enumeration: 'invalidAuthType': 1, 'authTypeMismatch': 2, 'authFailure': 3. |
hpicfXrrpOperations | 1.3.6.1.4.1.11.2.14.11.5.1.18.2 | |||
hpicfXrrpVersion | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.1 | integer32 | read-only |
This value identifies the particular version of the XRRP supported by this device. |
hpicfXrrpAdminState | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.2 | integer | read-write |
The administrative state of the XRRP protocol on the box. Enumeration: 'enable': 1, 'disable': 2. |
hpicfXrrpDomain | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.3 | integer32 | read-write |
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. |
hpicfXrrpRouterId | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.4 | xrrprouterid | read-write |
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. |
hpicfXrrpFailback | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.5 | integer32 | read-write |
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. |
hpicfXrrpTrapCntl | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.6 | bits | read-write |
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. Bits: 'masterState': 1, 'stateChange': 0, 'authFailure': 2. |
hpicfXrrpInstancesTable | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7 | no-access |
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. |
|
1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1 | no-access |
An entry (row) in the 'hpicfXrrpInstancesTable' containing the operational characteristics of the specific virtual router (XRRP instance) configured on this device. |
||
hpicfXrrpInstanceRouterId | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.1 | xrrprouterid | no-access |
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. |
hpicfXrrpInstanceVlanId | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.2 | vlanid | no-access |
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. |
hpicfXrrpInstanceOperState | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.3 | integer | read-only |
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. Enumeration: 'initialize': 1, 'master': 3, 'backup': 2, 'vlandown': 4. |
hpicfXrrpInstanceAuthType | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.4 | integer | read-only |
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. Enumeration: 'noAuthentication': 1, 'simpleTextPassword': 2. |
hpicfXrrpInstanceAuthKey | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.5 | octet string | read-only |
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. |
hpicfXrrpInstanceAdvertiseInterval | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.6 | integer32 | read-only |
This parameter defines the advertisement interval in seconds for XRRP packets sent out by the Master of the XRRP instance. |
hpicfXrrpInstanceUpTime | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.7 | timestamp | read-only |
This is the value of the `sysUpTime' object when the XRRP instance transitioned out of `initialized' state. |
hpicfXrrpInstanceRowStatus | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.7.1.8 | rowstatus | read-only |
Status of the row in the 'hpicfXrrpInstancesTable'. |
hpicfXrrpInstanceAssoIpAddrTable | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8 | no-access |
This table contains IP addresses associated with virtual routers (XRRP instances) configured on this device. |
|
1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1 | no-access |
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. |
||
hpicfXrrpAssoIpAddr | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1.1 | ipaddress | no-access |
The backed up IP address configured on the VLAN 'hpicfXrrpInstanceVlanId' of the router 'hpicfXrrpInstanceRouterId'. |
hpicfXrrpAssoIpMask | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1.2 | ipaddress | read-only |
The subnet mask for the IP address. |
hpicfXrrpAssoRowStatus | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.8.1.3 | rowstatus | read-only |
The status of the row in 'hpicfXrrpInstanceAssoIpAddrTable'. |
hpicfXrrpTransferControl | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.9 | integer | read-write |
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). Enumeration: 'notransferCtrl': 2, 'transferCtrl': 1. |
hpicfXrrpInfiniteFailback | 1.3.6.1.4.1.11.2.14.11.5.1.18.2.10 | integer | read-write |
When this object is set to enable (1), it sets the XRRP router on infinite failback. On initialization, the default value is disable (2). Enumeration: 'enable': 1, 'disable': 2. |
hpicfXrrpStatistics | 1.3.6.1.4.1.11.2.14.11.5.1.18.3 | |||
hpicfXrrpStatsXrrpMacAddress | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.1 | macaddress | read-only |
MAC Address used for XRRP instances for which this router is the owner. Value is determined by XRRP domain and unique router number. |
hpicfXrrpStatsMacAndMask | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.2 | macaddress | read-only |
This value contains the current AND mask used by XRRP to determine which MAC addresses can be received for routing. |
hpicfXrrpStatsPktsRcvd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.3 | counter32 | read-only |
This value contains the number of XRRP packets received by the router. |
hpicfXrrpStatsNotDomainPktsReject | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.4 | counter32 | read-only |
This value contains the number of XRRP packets received from the other domains. |
hpicfXrrpStatsCheckSumPktsReject | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.5 | counter32 | read-only |
This value contains the number of XRRP packets rejected due to checksum errors. |
hpicfXrrpStatsBadValuePktsReject | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.6 | counter32 | read-only |
This value contains the number of received XRRP packets with bad values. |
hpicfXrrpStatsCorruptedPktsReject | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.7 | counter32 | read-only |
This value contains the number of received XRRP packets that are too short. |
hpicfXrrpStatsVersionErrorPktsReject | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.8 | counter32 | read-only |
This value contains the number of received XRRP packets with wrong version number. |
hpicfXrrpStatsBcastArpsXmtd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.9 | counter32 | read-only |
This value contains the number of broacast arps sent. |
hpicfXrrpStatsUpTime | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.10 | timestamp | read-only |
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. |
hpicfXrrpStatsProtocolCreateTime | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.11 | lastcreatetime | read-only |
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. |
hpicfXrrpStatsInstancesTable | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12 | no-access |
A table that contains statistics information for the XRRP instances on the router. |
|
1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1 | no-access |
Information about a specific XRRP instance. |
||
hpicfXrrpStatsInstancePktsRcvd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.1 | counter32 | read-only |
This value contains the number of XRRP packets received by the virtual router (XRRP instance). |
hpicfXrrpStatsInstancePktsXmtd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.2 | counter32 | read-only |
This value contains the number of XRRP packets transmitted by the virtual router (XRRP instance). |
hpicfXrrpStatsInstanceVersionErrPkts | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.3 | counter32 | read-only |
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. |
hpicfXrrpStatsInstancePriorityZeroPktsRcvd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.4 | counter32 | read-only |
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). |
hpicfXrrpStatsInstancePriorityZeroPktsXmtd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.5 | counter32 | read-only |
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). |
hpicfXrrpStatsInstanceMismatchedIpPkts | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.6 | counter32 | read-only |
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). |
hpicfXrrpStatsInstanceAuthFailPktsReject | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.7 | counter32 | read-only |
This value contains the number of rejected by this virtual router XRRP packets due to authentication failure (i.e. mismatched passwords). |
hpicfXrrpStatsInstanceIntervalMismatchPkts | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.8 | counter32 | read-only |
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. |
hpicfXrrpStatsInstanceCreateTime | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.12.1.9 | lastcreatetime | read-only |
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. |
hpicfXrrpStatsRcTable | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13 | no-access |
A table that contains statistics information for virtual router coordinators in the domain. |
|
1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1 | no-access |
Information about a specific router coordinator. |
||
hpicfXrrpStatsRcRouterId | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.1 | xrrprouterid | no-access |
The router coordinator number. |
hpicfXrrpStatsRcOperState | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.2 | integer | read-only |
The current operational state of the router coordinator. Enumeration: 'initialize': 1, 'master': 3, 'backup': 2, 'failback': 4. |
hpicfXrrpStatsRcType1PktsRcvd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.3 | counter32 | read-only |
This value contains the number of type 1 XRRP packets received by the router. |
hpicfXrrpStatsRcType1PktsXmtd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.4 | counter32 | read-only |
This value contains the number of type 1 XRRP packets transmitted by the router. |
hpicfXrrpStatsRcType2PktsRcvd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.5 | counter32 | read-only |
This value contains the number of type 2 XRRP packets received by the router. |
hpicfXrrpStatsRcType2PktsXmtd | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.6 | counter32 | read-only |
This value contains the number of type 2 XRRP packets transmitted by the router. |
hpicfXrrpStatsRcBecomeMaster | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.7 | counter32 | read-only |
The total number of times that this router has become a master. |
hpicfXrrpStatsRcMasterTime | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.8 | timestamp | read-only |
Duration as master (in seconds). |
hpicfXrrpStatsRcUnknownVlanId | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.9 | counter32 | read-only |
The number of packets received by this virtual router that do not map to a known VLAN ID where an XRRP instance is supported. |
hpicfXrrpStatsRcCreateTime | 1.3.6.1.4.1.11.2.14.11.5.1.18.3.13.1.10 | lastcreatetime | read-only |
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. |
hpicfXrrpConformance | 1.3.6.1.4.1.11.2.14.11.5.1.18.4 | |||
hpicfXrrpMIBCompliances | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1 | |||
hpicfXrrpMIBCompliance | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1.1 |
********* THIS COMPLIANCE IS DEPRECATED ********* |
||
hpicfXrrpMIBCompliance1 | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1.2 |
The core compliance statement for XRRP implementation. |
||
hpicfXrrpMIBCompliance2 | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.1.3 |
The core compliance statement for XRRP implementation. |
||
hpicfXrrpMIBGroups | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2 | |||
hpicfXrrpOperGroup | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.1 |
********* THIS GROUP IS DEPRECATED ********* |
||
hpicfXrrpStatsGroup | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.2 |
Conformance group for XRRP statistics. |
||
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. |
||
hpicfXrrpNotificationGroup | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.4 |
The XRRP MIB Notification Group. |
||
hpicfXrrpOperGroup1 | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.5 |
Conformance group for XRRP operations. |
||
hpicfXrrpOperGroup2 | 1.3.6.1.4.1.11.2.14.11.5.1.18.4.2.6 |
Conformance group for XRRP operations. |