CISCO-IETF-VRRP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IETF-VRRP-MIB
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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoVrrpMIB 1.3.6.1.4.1.9.10.999
This MIB describes objects used for managing Virtual Router Redundancy Protocol (VRRP) over IPv4 and IPv6 protocols. This MIB supports VRRP for IPv4 and IPv6 protocols simultaneously running on a given interface of a router.
         cVrrpNotifications 1.3.6.1.4.1.9.10.999.0
             cVrrpNotificationNewMaster 1.3.6.1.4.1.9.10.999.0.1
The newMaster notification indicates that the sending agent has transitioned to 'Master' state.
             cVrrpNotificationProtoError 1.3.6.1.4.1.9.10.999.0.3
The error notification indicates that the sending agent has encountered the protocol error indicated by the value of cVrrpNotificationProtoErrorReason.
         cVrrpOperations 1.3.6.1.4.1.9.10.999.1
             cVrrpNotificationCntl 1.3.6.1.4.1.9.10.999.1.2 integer read-write
This object indicates whether the agent should generate the notifications defined in this MIB module. If the value of this object is 'true', then the notifications are generated. If the value of this object is 'false', then the notifications are not generated. Enumeration: 'disabled': 2, 'enabled': 1.
             cVrrpOperationsTable 1.3.6.1.4.1.9.10.999.1.7 no-access
Unified Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpOperationsEntry' items.
                 cVrrpOperationsEntry 1.3.6.1.4.1.9.10.999.1.7.1 no-access
An entry in the cVrrpOperationsTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the IP version, VRID and ifIndex. Note that rows in this table can be distinguished on a multi-stacked device running VRRP over IPv4 and IPv6 on the same interface. Rows in the table cannot be modified unless the value of 'cVrrpOperationsState' has transitioned to 'initialize'
                     cVrrpOperationsInetAddrType 1.3.6.1.4.1.9.10.999.1.7.1.1 inetaddresstype no-access
The type of Internet address of CVrrpOperationsEntry. This value applies to both cVrrpOperationsMasterIpAddr and cVrrpOperationsPrimaryIpAddr.
                     cVrrpOperationsVrId 1.3.6.1.4.1.9.10.999.1.7.1.2 cvrid no-access
This object contains the Virtual Router Identifier (VRID).
                     cVrrpOperationsVirtualMacAddr 1.3.6.1.4.1.9.10.999.1.7.1.3 macaddress read-only
The virtual MAC address of the virtual router. Although the value of this object can be derived from the 'cVrrpOperationsVrId' object, i.e., 00-00-5E-00-01-(VRID) for IPv4 and 00-00-5E-00-02-(VRID) for IPv6, it is defined so that it is easily obtainable by a management application and can be included in VRRP-related SNMP notifications.
                     cVrrpOperationsState 1.3.6.1.4.1.9.10.999.1.7.1.4 integer read-only
The current state of the virtual router. This object has three defined values: - `initialize', which indicates that the virtual router is waiting for a startup event. - `backup', which indicates that the virtual router is monitoring the availability of the master router. - `master', which indicates that the virtual router is forwarding packets for IP addresses that are associated with this router. Enumeration: 'initialize': 1, 'master': 3, 'backup': 2.
                     cVrrpOperationsPriority 1.3.6.1.4.1.9.10.999.1.7.1.5 integer32 read-only
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 participate in VRRP and a backup virtual router should transition to become a new master. A priority of 255 is used for the router that owns the associated IP address(es) for VRRP over IPv4 and hence not settable.
                     cVrrpOperationsVersion 1.3.6.1.4.1.9.10.999.1.7.1.6 integer read-only
This object contains the VRRP version on which this VRRP instance is running. Enumeration: 'vrrpv2': 1, 'vrrpv3': 2.
                     cVrrpOperationsAddrCount 1.3.6.1.4.1.9.10.999.1.7.1.7 integer32 read-only
The number of IP addresses that are associated with this virtual router. This number is equal to the number of rows in the cVrrpAssociatedAddrTable that correspond to a given IP version/VRID/ifIndex.
                     cVrrpOperationsMasterIpAddr 1.3.6.1.4.1.9.10.999.1.7.1.9 inetaddress read-only
The master router's real IP address. This is the IP address listed as the source in VRRP advertisement last received by this virtual router.
                     cVrrpOperationsPrimaryIpAddr 1.3.6.1.4.1.9.10.999.1.7.1.10 inetaddress read-only
In the case where there are more than one IP Address (associated IP addresses) for a given `ifIndex', this object is used to specify the IP address that will become the cVrrpOperationsMasterIpAddr', should the virtual router transition from backup state to master.
                     cVrrpOperationsAdvInterval 1.3.6.1.4.1.9.10.999.1.7.1.11 timeinterval read-only
The time interval, in centiseconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
                     cVrrpOperationsPreemptMode 1.3.6.1.4.1.9.10.999.1.7.1.12 truthvalue read-only
Controls whether a higher priority virtual router will preempt a lower priority master. If the value of this object is 'true', then the higer priority virtual router will preempt. If the value of this object is 'false', then the higer priority vritual router will not preempt.
                     cVrrpOperationsAcceptMode 1.3.6.1.4.1.9.10.999.1.7.1.13 truthvalue read-only
Controls whether a virtual router in Master state will accept packets addressed to the address owner's IPv6 address as its own if it is not the IPv6 address owner. If the value of this object is 'true', then the virtual router in Master state will accept. If the value of this object is 'false', then the virtual router in Master state will not accept.
                     cVrrpOperationsUpTime 1.3.6.1.4.1.9.10.999.1.7.1.14 timestamp read-only
This is the value of the `sysUpTime' object when this virtual router (i.e., the `vrrpOperState') transitioned out of `initialized'.
                     cVrrpOperationsRowStatus 1.3.6.1.4.1.9.10.999.1.7.1.15 rowstatus read-only
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The rowstatus of a currently active row in the cVrrpOperationsTable is constrained by the operational state of the corresponding virtual router. When `cVrrpOperationsRowStatus' is set to active(1), no other objects in the conceptual row can be modified. To create a row in this table, a manager sets this object to either createAndGo(4) or createAndWait(5). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the `cVrrpOperationsRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of cVrrpOperationsInetAddrType, cVrrpOperationsVrId and cVrrpOperationsPrimaryIpAddr has been set and there is at least one active row in the `cVrrpAssociatedIpAddrTable' defining an associated IP address. notInService(2) should be used to administratively bring the row down.
             cVrrpAssociatedIpAddrTable 1.3.6.1.4.1.9.10.999.1.8 no-access
The table of addresses associated with this virtual router.
                 cVrrpAssociatedIpAddrEntry 1.3.6.1.4.1.9.10.999.1.8.1 no-access
An entry in the table contains an IP address that is associated with a virtual router. The number of rows for a given IP version, VrID and ifIndex will equal the number of IP addresses associated (e.g., backed up) by the virtual router (equivalent to 'cVrrpOperationsIpAddrCount'). Rows in the table cannot be modified unless the value of `cVrrpOperationsState' has transitioned to `initialize'.
                     cVrrpAssociatedInetAddrType 1.3.6.1.4.1.9.10.999.1.8.1.2 inetaddresstype no-access
The type of Internet address of VrrpAssociatedIpAddrEntry.
                     cVrrpAssociatedIpAddr 1.3.6.1.4.1.9.10.999.1.8.1.3 inetaddress no-access
The assigned IP addresses that a virtual router is responsible for backing up.
                     cVrrpAssociatedIpAddrRowStatus 1.3.6.1.4.1.9.10.999.1.8.1.4 rowstatus read-only
The row status variable, used according to installation and removal conventions for conceptual rows. To create a row in this table, a manager sets this object to either createAndGo(4) or createAndWait(5). Setting this object to active(1) results in the addition of an associated address for a virtual router. Setting this object to createAndGo (4) results in creating a new instance of a conceptual row and setting it to active. The value of the other columns cannot be modified when the value of this object is active. Destroying the entry or setting it to destroy(6) removes the associated address from the virtual router. The use of other values is implementation-dependent.
             cVrrpNotificationNewMasterReason 1.3.6.1.4.1.9.10.999.1.9 integer no-access
This indicates the reason for NewMaster notification. Used by cVrrpNotificationNewMaster notification. Enumeration: 'priority': 0, 'masterNoResponse': 2, 'preempted': 1.
             cVrrpNotificationProtoErrReason 1.3.6.1.4.1.9.10.999.1.10 integer no-access
This indicates the reason for protocol error notification. Used by cVrrpNotificationProtoError notification. Enumeration: 'hopLimitError': 0, 'versionError': 1, 'checksumError': 2, 'vridError': 3.
         cVrrpStatistics 1.3.6.1.4.1.9.10.999.2
             cVrrpRouterChecksumErrors 1.3.6.1.4.1.9.10.999.2.1 counter32 read-only
The total number of VRRP packets received with an invalid VRRP checksum value.
             cVrrpRouterVersionErrors 1.3.6.1.4.1.9.10.999.2.2 counter32 read-only
The total number of VRRP packets received with an unknown or unsupported version number.
             cVrrpRouterVrIdErrors 1.3.6.1.4.1.9.10.999.2.3 counter32 read-only
The total number of VRRP packets received with an invalid VRID for this virtual router.
             cVrrpRouterStatisticsTable 1.3.6.1.4.1.9.10.999.2.5 no-access
Table of virtual router statistics.
                 cVrrpRouterStatisticsEntry 1.3.6.1.4.1.9.10.999.2.5.1 no-access
An entry in the table, containing statistics information about a given virtual router.
                     cVrrpStatisticsBecomeMaster 1.3.6.1.4.1.9.10.999.2.5.1.1 counter32 read-only
The total number of times that this virtual router's state has transitioned to MASTER. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsAdvertiseRcvd 1.3.6.1.4.1.9.10.999.2.5.1.2 counter32 read-only
The total number of VRRP advertisements received by this virtual router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsAdvIntervalErrors 1.3.6.1.4.1.9.10.999.2.5.1.3 counter32 read-only
The total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsIpTtlErrors 1.3.6.1.4.1.9.10.999.2.5.1.4 counter32 read-only
The total number of VRRP packets received by the Virtual router with IPv4 TTL (for VRRP over IPv4) or IPv6 Hop Limit (for VRRP over IPv6) not equal to 255. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsPriZeroPktsRcvd 1.3.6.1.4.1.9.10.999.2.5.1.5 counter32 read-only
The total number of VRRP packets received by the virtual router with a priority of '0'. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsPriZeroPktsSent 1.3.6.1.4.1.9.10.999.2.5.1.6 counter32 read-only
The total number of VRRP packets sent by the virtual router with a priority of '0'. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsInvldTypePktsRcvd 1.3.6.1.4.1.9.10.999.2.5.1.7 counter32 read-only
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsAddressListErrors 1.3.6.1.4.1.9.10.999.2.5.1.8 counter32 read-only
The total number of VRRP packets received for which the address list contained in the packets does not match the locally configured list that corresponds to rows in the cVrrpAssociatedAddrTable for the virtual router. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsPacketLengthErrors 1.3.6.1.4.1.9.10.999.2.5.1.11 counter32 read-only
The total number of packets received with a packet length less than the length of the VRRP header. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the corresponding instance of cVrrpStatisticsDiscontinuityTime.
                     cVrrpStatisticsDiscontinuityTime 1.3.6.1.4.1.9.10.999.2.5.1.12 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
                     cVrrpStatisticsRefreshRate 1.3.6.1.4.1.9.10.999.2.5.1.13 unsigned32 read-only
The minimum reasonable polling interval for this entry. This object provides an indication of the minimum amount of time required to update the counters in this entry.
                     cVrrpStatisticsInvalidAuthType 1.3.6.1.4.1.9.10.999.2.5.1.14 counter32 read-only
The total number of packets received with an unknown authentication type.
         cVrrpConformance 1.3.6.1.4.1.9.10.999.3
             cVrrpMIBCompliances 1.3.6.1.4.1.9.10.999.3.1
                 cVrrpMIBCompliance2 1.3.6.1.4.1.9.10.999.3.1.2
The compliance statement for both VRRP for IPv4 and VRRP for IPv6 implementations.
                 cVrrpMIBReadOnlyCompliance 1.3.6.1.4.1.9.10.999.3.1.3
The read-only compliance statement for all VRRP implementations VRRP for IPv4 and IPv6.
             cVrrpMIBGroups 1.3.6.1.4.1.9.10.999.3.2
                 cVrrpOperationsGroup 1.3.6.1.4.1.9.10.999.3.2.5
Conformance group for VRRP over IPv4 and IPv6 operations.
                 cVrrpStatisticsGroup 1.3.6.1.4.1.9.10.999.3.2.6
Conformance group for VRRP over IPv4 and IPv6 statistics.
                 cVrrpNotificationInfoGroup 1.3.6.1.4.1.9.10.999.3.2.8
Conformance group for objects contained in VRRP notifications.
                 cVrrpNotificationsGroup 1.3.6.1.4.1.9.10.999.3.2.9
The VRRP MIB Notification Group.