VRRPV3-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: VRRPV3-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
 vrrpv3MIB 1.3.6.1.2.1.207
This MIB describes objects used for managing Virtual Router Redundancy Protocol version 3 (VRRPv3). Copyright (c) 2012 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of the MIB module is part of RFC 6527. Please see the RFC for full legal notices.
         vrrpv3Notifications 1.3.6.1.2.1.207.0
             vrrpv3NewMaster 1.3.6.1.2.1.207.0.1
The newMaster notification indicates that the sending agent has transitioned to master state.
             vrrpv3ProtoError 1.3.6.1.2.1.207.0.2
The notification indicates that the sending agent has encountered the protocol error indicated by vrrpv3StatisticsProtoErrReason.
         vrrpv3Objects 1.3.6.1.2.1.207.1
             vrrpv3Operations 1.3.6.1.2.1.207.1.1
                 vrrpv3OperationsTable 1.3.6.1.2.1.207.1.1.1 no-access
Unified Operations table for a VRRP router that consists of a sequence (i.e., one or more conceptual rows) of 'vrrpv3OperationsEntry' items each of which describe the operational characteristics of a virtual router.
                     vrrpv3OperationsEntry 1.3.6.1.2.1.207.1.1.1.1 no-access
An entry in the vrrpv3OperationsTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of ifIndex, VRID, and the IP version. ifIndex represents an interface of the router. A row must be created with vrrpv3OperationsStatus set to initialize(1) and cannot transition to backup(2) or master(3) until vrrpv3OperationsRowStatus is transitioned to active(1). The information in this table is persistent and when written the entity SHOULD save the change to non- volatile storage.
                         vrrpv3OperationsVrId 1.3.6.1.2.1.207.1.1.1.1.1 vrrpv3vridtc no-access
This object contains the Virtual Router Identifier (VRID).
                         vrrpv3OperationsInetAddrType 1.3.6.1.2.1.207.1.1.1.1.2 inetaddresstype no-access
The IP address type of Vrrpv3OperationsEntry and Vrrpv3AssociatedIpAddrEntry. This value determines the type for vrrpv3OperationsMasterIpAddr, vrrpv3OperationsPrimaryIpAddr, and vrrpv3AssociatedIpAddrAddress. ipv4(1) and ipv6(2) are the only two values supported in this MIB module.
                         vrrpv3OperationsMasterIpAddr 1.3.6.1.2.1.207.1.1.1.1.3 inetaddress read-only
The master router's real IP address. The master router would set this address to vrrpv3OperationsPrimaryIpAddr while transitioning to master state. For backup routers, this is the IP address listed as the source in the VRRP advertisement last received by this virtual router.
                         vrrpv3OperationsPrimaryIpAddr 1.3.6.1.2.1.207.1.1.1.1.4 inetaddress read-only
In the case where there is 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 vrrpv3OperationsMasterIpAddr', should the virtual router transition from backup state to master.
                         vrrpv3OperationsVirtualMacAddr 1.3.6.1.2.1.207.1.1.1.1.5 macaddress read-only
The virtual MAC address of the virtual router. Although this object can be derived from the 'vrrpv3OperationsVrId' object, it is defined so that it is easily obtainable by a management application and can be included in VRRP-related SNMP notifications.
                         vrrpv3OperationsStatus 1.3.6.1.2.1.207.1.1.1.1.6 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.
                         vrrpv3OperationsPriority 1.3.6.1.2.1.207.1.1.1.1.7 unsigned32 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 is not settable. Setting the values of this object to 0 or 255 should be rejected by the agents implementing this MIB module. For example, an SNMP agent would return 'badValue(3)' when a user tries to set the values 0 or 255 for this object.
                         vrrpv3OperationsAddrCount 1.3.6.1.2.1.207.1.1.1.1.8 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 vrrpv3AssociatedAddrTable that correspond to a given ifIndex/VRID/IP version.
                         vrrpv3OperationsAdvInterval 1.3.6.1.2.1.207.1.1.1.1.9 timeinterval read-only
The time interval, in centiseconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
                         vrrpv3OperationsPreemptMode 1.3.6.1.2.1.207.1.1.1.1.10 truthvalue read-only
Controls whether a higher priority virtual router will preempt a lower priority master.
                         vrrpv3OperationsAcceptMode 1.3.6.1.2.1.207.1.1.1.1.11 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. Default is false(2). This object is not relevant for rows representing VRRP over IPv4 and should be set to false(2).
                         vrrpv3OperationsUpTime 1.3.6.1.2.1.207.1.1.1.1.12 timeticks read-only
This value represents the amount of time, in TimeTicks (hundredth of a second), since this virtual router (i.e., the 'vrrpv3OperationsStatus') transitioned out of 'initialize'.
                         vrrpv3OperationsRowStatus 1.3.6.1.2.1.207.1.1.1.1.13 rowstatus read-only
The RowStatus variable should be used in accordance 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). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the 'vrrpv3OperationsRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of vrrpv3OperationsInetAddrType, vrrpv3OperationsVrId, and vrrpv3OperationsPrimaryIpAddr has been set, and there is at least one active row in the 'vrrpv3AssociatedIpAddrTable' defining an associated IP address. notInService(2) should be used to administratively bring the row down. A typical order of operation to add a row is: 1. Create a row in vrrpv3OperationsTable with createAndWait(5). 2. Create one or more corresponding rows in vrrpv3AssociatedIpAddrTable. 3. Populate the vrrpv3OperationsEntry. 4. Set vrrpv3OperationsRowStatus to active(1). A typical order of operation to delete an entry is: 1. Set vrrpv3OperationsRowStatus to notInService(2). 2. Set the corresponding rows in vrrpv3AssociatedIpAddrTable to destroy(6) to delete the entry. 3. Set vrrpv3OperationsRowStatus to destroy(6) to delete the entry.
                 vrrpv3AssociatedIpAddrTable 1.3.6.1.2.1.207.1.1.2 no-access
The table of addresses associated with each virtual router.
                     vrrpv3AssociatedIpAddrEntry 1.3.6.1.2.1.207.1.1.2.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 'vrrpv3OperationsIpAddrCount'). Rows in the table cannot be modified unless the value of 'vrrpv3OperationsStatus' for the corresponding entry in the vrrpv3OperationsTable has transitioned to initialize(1). The information in this table is persistent and when written the entity SHOULD save the change to non- volatile storage.
                         vrrpv3AssociatedIpAddrAddress 1.3.6.1.2.1.207.1.1.2.1.1 inetaddress no-access
The assigned IP addresses that a virtual router is responsible for backing up. The IP address type is determined by the value of vrrpv3OperationsInetAddrType in the index of this row.
                         vrrpv3AssociatedIpAddrRowStatus 1.3.6.1.2.1.207.1.1.2.1.2 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 notInService(2) results in administratively bringing down the row. 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. Implementations should not allow deletion of the last row corresponding to an active row in vrrpv3OperationsTable. Refer to the description of vrrpv3OperationsRowStatus for typical row creation and deletion scenarios.
             vrrpv3Statistics 1.3.6.1.2.1.207.1.2
                 vrrpv3RouterChecksumErrors 1.3.6.1.2.1.207.1.2.1 counter64 read-only
The total number of VRRP packets received with an invalid VRRP checksum value. 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 vrrpv3GlobalStatisticsDiscontinuityTime.
                 vrrpv3RouterVersionErrors 1.3.6.1.2.1.207.1.2.2 counter64 read-only
The total number of VRRP packets received with an unknown or unsupported version number. 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 vrrpv3GlobalStatisticsDiscontinuityTime.
                 vrrpv3RouterVrIdErrors 1.3.6.1.2.1.207.1.2.3 counter64 read-only
The total number of VRRP packets received with a VRID that is not valid for any virtual router on this 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 vrrpv3GlobalStatisticsDiscontinuityTime.
                 vrrpv3GlobalStatisticsDiscontinuityTime 1.3.6.1.2.1.207.1.2.4 timestamp read-only
The value of sysUpTime on the most recent occasion at which one of vrrpv3RouterChecksumErrors, vrrpv3RouterVersionErrors, and vrrpv3RouterVrIdErrors 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.
                 vrrpv3StatisticsTable 1.3.6.1.2.1.207.1.2.5 no-access
Table of virtual router statistics.
                     vrrpv3StatisticsEntry 1.3.6.1.2.1.207.1.2.5.1 no-access
An entry in the table containing statistics information about a given virtual router.
                         vrrpv3StatisticsMasterTransitions 1.3.6.1.2.1.207.1.2.5.1.1 counter32 read-only
The total number of times that this virtual router's state has transitioned to master state. 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsNewMasterReason 1.3.6.1.2.1.207.1.2.5.1.2 integer read-only
This indicates the reason for the virtual router to transition to master state. If the virtual router never transitioned to master state, the value of this object is notMaster(0). Otherwise, this indicates the reason this virtual router transitioned to master state the last time. Used by vrrpv3NewMaster notification. Enumeration: 'priority': 1, 'masterNoResponse': 3, 'preempted': 2, 'notMaster': 0.
                         vrrpv3StatisticsRcvdAdvertisements 1.3.6.1.2.1.207.1.2.5.1.3 counter64 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsAdvIntervalErrors 1.3.6.1.2.1.207.1.2.5.1.4 counter64 read-only
The total number of VRRP advertisement packets received for which the advertisement interval is different from the vrrpv3OperationsAdvInterval configured on 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsIpTtlErrors 1.3.6.1.2.1.207.1.2.5.1.5 counter64 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsProtoErrReason 1.3.6.1.2.1.207.1.2.5.1.6 integer read-only
This indicates the reason for the last protocol error. This SHOULD be set to noError(0) when no protocol errors are encountered. Used by vrrpv3ProtoError notification. Enumeration: 'noError': 0, 'vrIdError': 4, 'checksumError': 3, 'versionError': 2, 'ipTtlError': 1.
                         vrrpv3StatisticsRcvdPriZeroPackets 1.3.6.1.2.1.207.1.2.5.1.7 counter64 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsSentPriZeroPackets 1.3.6.1.2.1.207.1.2.5.1.8 counter64 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsRcvdInvalidTypePackets 1.3.6.1.2.1.207.1.2.5.1.9 counter64 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsAddressListErrors 1.3.6.1.2.1.207.1.2.5.1.10 counter64 read-only
The total number of packets received for which the address list does not match the locally configured list 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsPacketLengthErrors 1.3.6.1.2.1.207.1.2.5.1.11 counter64 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 vrrpv3StatisticsRowDiscontinuityTime.
                         vrrpv3StatisticsRowDiscontinuityTime 1.3.6.1.2.1.207.1.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.
                         vrrpv3StatisticsRefreshRate 1.3.6.1.2.1.207.1.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.
         vrrpv3Conformance 1.3.6.1.2.1.207.2
             vrrpv3Compliances 1.3.6.1.2.1.207.2.1
                 vrrpv3FullCompliance 1.3.6.1.2.1.207.2.1.1
The compliance statement
                 vrrpv3ReadOnlyCompliance 1.3.6.1.2.1.207.2.1.2
When this MIB module is implemented without support for read-create (i.e., in read-only mode), then such an implementation can claim read-only compliance. Such a device can then be monitored, but cannot be configured with this MIB.
             vrrpv3Groups 1.3.6.1.2.1.207.2.2
                 vrrpv3OperationsGroup 1.3.6.1.2.1.207.2.2.1
Conformance group for VRRPv3 operations.
                 vrrpv3StatisticsGroup 1.3.6.1.2.1.207.2.2.2
Conformance group for VRRPv3 statistics.
                 vrrpv3StatisticsDiscontinuityGroup 1.3.6.1.2.1.207.2.2.3
Objects providing information about counter discontinuities.
                 vrrpv3InfoGroup 1.3.6.1.2.1.207.2.2.4
Conformance group for objects contained in VRRPv3 notifications.
                 vrrpv3NotificationsGroup 1.3.6.1.2.1.207.2.2.5
The VRRP MIB Notification Group.