VRRP-MIB Download
This MIB describes objects used for managing Virtual Router
Redundancy Protocol (VRRP) routers.
IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges,
Firewalls, Repeaters.
OID list for VRRP-MIB
- vrrpNodeVersion
- This value identifies the particular version of the VRRP supported by this node.
- vrrpNotificationCntl
- Indicates whether the VRRP-enabled router will generate SNMP traps for events defined in this MIB. 'Enabled' results in SNMP traps; 'disabled', no traps are sent.
- vrrpOperTable
- Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperEntry' items.
- vrrpOperEntry
- An entry in the vrrpOperTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the IF index and VRID. Rows in the table cannot be modified unless the value of `vrrpO ...
- vrrpOperVrId
- This object contains the Virtual Router Identifier (VRID).
- vrrpOperVirtualMacAddr
- The virtual MAC address of the virtual router. Although this object can be derived from the 'vrrpOperVrId' object, it is defined so that it is easily obtainable by a management application and can be included in VRRP-related SNMP traps.
- vrrpOperState
- The current state of the virtual router. This object has three defined values: - `initialize', which indicates that all the virtual router is waiting for a startup event. - `backup', which indicates the virtual router is monitoring the availability of the ...
- vrrpOperAdminState
- This object will enable/disable the virtual router function. Setting the value to `up', will transition the state of the virtual router from `initialize' to `backup' or `master', depending on the value of `vrrpOperPriority'. Setting the value to `down', w ...
- vrrpOperPriority
- This object specifies the priority to be used for the virtual router master election process. Higher values imply higher priority. A priority of '0', although not settable, is sent by the master router to indicate that this router has ceased to participat ...
- vrrpOperIpAddrCount
- The number of IP addresses that are associated with this virtual router. This number is equal to the number of rows in the vrrpAssoIpAddrTable that correspond to a given IF index/VRID pair.
- vrrpOperMasterIpAddr
- The master router's real (primary) IP address. This is the IP address listed as the source in VRRP advertisement last received by this virtual router.
- vrrpOperPrimaryIpAddr
- In the case where there is more than one IP address for a given `ifIndex', this object is used to specify the IP address that will become the `vrrpOperMasterIpAddr', should the virtual router transition from backup to master. If this object is set to 0.0. ...
- vrrpOperAuthType
- Authentication type used for VRRP protocol exchanges between virtual routers. This value of this object is the same for a given ifIndex. New enumerations to this list can only be added via a new RFC on the standards track.
- vrrpOperAuthKey
- The Authentication Key. This object is set according to the value of the 'vrrpOperAuthType' object ('simpleTextPassword' or 'ipAuthenticationHeader'). If the length of the value is less than 16 octets, the agent will left adjust and zero fill to 16 octets ...
- vrrpOperAdvertisementInterval
- The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
- vrrpOperPreemptMode
- Controls whether a higher priority virtual router will preempt a lower priority master.
- vrrpOperVirtualRouterUpTime
- This is the value of the `sysUpTime' object when this virtual router (i.e., the `vrrpOperState') transitioned out of `initialized'.
- vrrpOperProtocol
- The particular protocol being controlled by this Virtual Router. New enumerations to this list can only be added via a new RFC on the standards track.
- vrrpOperRowStatus
- The row status variable, used in accordance to installation and removal conventions for conceptual rows. The rowstatus of a currently active row in the vrrpOperTable is constrained by the operational state of the corresponding virtual router. When `vrrpOp ...
- vrrpAssoIpAddrTable
- The table of addresses associated with this virtual router.
- vrrpAssoIpAddrEntry
- An entry in the table contains an IP address that is associated with a virtual router. The number of rows for a given ifIndex and VrId will equal the number of IP addresses associated (e.g., backed up) by the virtual router (equivalent to 'vrrpOperIpAddrC ...
- vrrpAssoIpAddr
- The assigned IP addresses that a virtual router is responsible for backing up.
- vrrpAssoIpAddrRowStatus
- The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to active(1) or createAndGo(4) results in the addition of an associated address for a virtual router. Destroying the entry or setting ...
- vrrpRouterChecksumErrors
- The total number of VRRP packets received with an invalid VRRP checksum value.
- vrrpRouterVersionErrors
- The total number of VRRP packets received with an unknown or unsupported version number.
- vrrpRouterVrIdErrors
- The total number of VRRP packets received with an invalid VRID for this virtual router.
- vrrpRouterStatsTable
- Table of virtual router statistics.
- vrrpRouterStatsEntry
- An entry in the table, containing statistics information about a given virtual router.
- vrrpStatsBecomeMaster
- The total number of times that this virtual router's state has transitioned to MASTER.
- vrrpStatsAdvertiseRcvd
- The total number of VRRP advertisements received by this virtual router.
- vrrpStatsAdvertiseIntervalErrors
- The total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router.
- vrrpStatsAuthFailures
- The total number of VRRP packets received that do not pass the authentication check.
- vrrpStatsIpTtlErrors
- The total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255.
- vrrpStatsPriorityZeroPktsRcvd
- The total number of VRRP packets received by the virtual router with a priority of '0'.
- vrrpStatsPriorityZeroPktsSent
- The total number of VRRP packets sent by the virtual router with a priority of '0'.
- vrrpStatsInvalidTypePktsRcvd
- The number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
- vrrpStatsAddressListErrors
- The total number of packets received for which the address list does not match the locally configured list for the virtual router.
- vrrpStatsInvalidAuthType
- The total number of packets received with an unknown authentication type.
- vrrpStatsAuthTypeMismatch
- The total number of packets received with 'Auth Type' not equal to the locally configured authentication method (`vrrpOperAuthType').
- vrrpStatsPacketLengthErrors
- The total number of packets received with a packet length less than the length of the VRRP header.
- vrrpTrapPacketSrc
- The IP address of an inbound VRRP packet. Used by vrrpTrapAuthFailure trap.
- vrrpTrapAuthErrorType
- Potential types of configuration conflicts. Used by vrrpAuthFailure trap.
- vrrpOperGroup
- Conformance group for VRRP operations.
- vrrpStatsGroup
- Conformance group for VRRP statistics.
- vrrpTrapGroup
- Conformance group for objects contained in VRRP notifications.
Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.