VRRP-IPv6-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: VRRP-IPv6-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
 vrrpIpv6MIB 1.3.6.1.2.1.1
This MIB describes objects used for managing Virtual Router Redundancy Protocol (VRRP) for IPv6 routers. Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC XXXX: see the RFC itself for full legal notices. RFC Ed.: replace XXXX with assigned number & remove this note.
     vrrpIpv6Notifications 1.3.6.1.2.1.1.0
         vrrpIpv6TrapNewMaster 1.3.6.1.2.1.1.0.1
The newMaster trap indicates that the sending agent has transitioned to 'Master' state. The vrrpIpv6TrapNewMasterReason indicates the reason due to which the sending agent transitioned to master state.
         vrrpIpv6TrapProtoError 1.3.6.1.2.1.1.0.2
The error trap indicates that the sending agent has encountered the protocol error indicated by ErrorReason.
     vrrpIpv6Operations 1.3.6.1.2.1.1.1
         vrrpIpv6NodeVersion 1.3.6.1.2.1.1.1.1 integer32 read-only
This value identifies the particular version of the VRRP over IPv6 supported by this node. Version 3 for this document.
         vrrpIpv6NotificationCntl 1.3.6.1.2.1.1.1.2 integer read-write
Indicates whether the VRRP-IPv6-enabled router will generate SNMP traps for events defined in this MIB. 'Enabled' results in SNMP traps; 'disabled', no traps are sent. Enumeration: 'disabled': 2, 'enabled': 1.
         vrrpIpv6OperTable 1.3.6.1.2.1.1.1.3 no-access
Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpIpv6OperEntry' items.
             vrrpIpv6OperEntry 1.3.6.1.2.1.1.1.3.1 no-access
An entry in the vrrpIpv6OperTable containing the operational characteristics of a virtual router. On a VRRP IPv6 router, a given virtual router is identified by a Combination of the IF index and IPv6VRID. Rows in the table cannot be modified unless the value of 'vrrpIpv6OperAdminState' is 'disabled' and the 'vrrpIpv6OperState' has transitioned to 'initialize'.
                 vrrpIpv6OperVrId 1.3.6.1.2.1.1.1.3.1.1 vrid read-only
This object contains the IPv6 Virtual Router Identifier (IPv6VRID).
                 vrrpIpv6OperVirtualMacAddr 1.3.6.1.2.1.1.1.3.1.2 macaddress read-only
The virtual MAC address of the virtual router. Although this object can be derived from the 'vrrpIpv6OperVrId'object, it is defined so that it is easily obtainable by a management application and can be included in VRRP-related SNMP traps.
                 vrrpIpv6OperState 1.3.6.1.2.1.1.1.3.1.3 integer read-only
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 master router. - 'master', which indicates that the virtual router is forwarding packets for IPv6 addresses that are associated with this router. Setting the 'vrrpIpv6OperAdminState' object(below) initiates transitions in the value of this object. Enumeration: 'initialize': 1, 'backup': 2, 'master': 3.
                 vrrpIpv6OperAdminState 1.3.6.1.2.1.1.1.3.1.4 integer read-only
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 'vrrpIpv6OperPriority'. Setting the value to 'down', will transition the router from 'master' or 'backup' to 'initialize'. State transitions may not be immediate; they sometimes depend on other factors, such as the interface (IF) state. The 'vrrpIpv6OperAdminState' object must be set to 'down' prior to modifying the other read-create objects in the conceptual row. The value of the 'vrrpIpv6OperRowStatus' object (below) must be 'active', signifying that the conceptual row is valid (i.e., the objects are correctly set), in order for this object to be set to 'up'. Enumeration: 'down': 2, 'up': 1.
                 vrrpIpv6OperPriority 1.3.6.1.2.1.1.1.3.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).
                 vrrpIpv6OperIpAddrType 1.3.6.1.2.1.1.1.3.1.6 inetaddresstype read-only
This specifies the the type of inetAddress in this row. This should allways be ipv6(2) for this document.
                 vrrpIpv6OperMasterIpAddr 1.3.6.1.2.1.1.1.3.1.7 inetaddress read-only
The master router's real (primary) IPv6 address. This is the IPv6 address listed as the source in VRRP advertisement last received by this virtual router.
                 vrrpIpv6OperAdvInterval 1.3.6.1.2.1.1.1.3.1.8 integer32 read-only
The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
                 vrrpIpv6OperPreemptMode 1.3.6.1.2.1.1.1.3.1.9 truthvalue read-only
Controls whether a higher priority virtual router will preempt a lower priority master.
                 vrrpIpv6OperVirtualRouterUpTime 1.3.6.1.2.1.1.1.3.1.10 timestamp read-only
This is the value of the 'sysUpTime' object when this virtual router (i.e., the 'vrrpIpv6OperState') transitioned out of 'initialized'.
                 vrrpIpv6OperProtocol 1.3.6.1.2.1.1.1.3.1.11 integer read-only
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. Enumeration: 'bridge': 2, 'ip': 1, 'other': 4, 'decnet': 3.
                 vrrpIpv6OperRowStatus 1.3.6.1.2.1.1.1.3.1.12 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 vrrpIpv6OperTable is constrained by the operational state of the corresponding virtual router. When 'vrrpIpv6OperRowStatus' is set to active(1), no other objects in the conceptual row, with the exception of 'vrrpIpv6OperAdminState', can be modified. Prior to setting the 'vrrpIpv6OperRowStatus' object from 'active' to a different value, the 'vrrpIpv6OperAdminState' object must be set to 'down' and the 'vrrpIpv6OperState' object be transitioned to 'initialize'. 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 'vrrpIpv6OperRowStatus' column will be read as notReady(3). In particular, a newly created row cannot be made active(1) until (minimally) the corresponding instance of 'vrrpIpv6OperVrId' has been set.
         vrrpIpv6TrapNewMasterReason 1.3.6.1.2.1.1.1.6 integer no-access
This indicates the reason for NewMaster trap. Used by vrrpIpv6TrapNewMaster trap. Enumeration: 'priority': 0, 'masterNoResponse': 2, 'preempted': 1.
         vrrpIpv6TrapProtoErrReason 1.3.6.1.2.1.1.1.7 integer no-access
This indicates the reason for protocol error trap. Used by vrrpIpv6TrapProtoError trap. Enumeration: 'hopLimitError': 0, 'versionError': 1, 'checksumError': 2, 'vridError': 3.
     vrrpIpv6Statistics 1.3.6.1.2.1.1.2
         vrrpIpv6RouterChecksumErrors 1.3.6.1.2.1.1.2.1 counter32 read-only
The total number of VRRP packets received with an invalid VRRP checksum value.
         vrrpIpv6RouterVersionErrors 1.3.6.1.2.1.1.2.2 counter32 read-only
The total number of IPv6 VRRP packets received with an unknown or unsupported version number.
         vrrpIpv6RouterVrIdErrors 1.3.6.1.2.1.1.2.3 counter32 read-only
The total number of IPv6 VRRP packets received with an invalid IPv6VRID for this virtual router.
         vrrpIpv6RouterStatsTable 1.3.6.1.2.1.1.2.4 no-access
Table of virtual router statistics.
             vrrpIpv6RouterStatsEntry 1.3.6.1.2.1.1.2.4.1 no-access
An entry in the table, containing statistics information about a given virtual router.
                 vrrpIpv6StatsBecomeMaster 1.3.6.1.2.1.1.2.4.1.1 counter32 read-only
The total number of times that this virtual router's state has transitioned to MASTER.
                 vrrpIpv6StatsAsMasterUpTime 1.3.6.1.2.1.1.2.4.1.2 timestamp read-only
The total number of seconds this router is UP in master state.
                 vrrpIpv6StatsAdvRcvd 1.3.6.1.2.1.1.2.4.1.3 counter32 read-only
The total number of IPv6 VRRP advertisements received by this virtual router.
                 vrrpIpv6StatsAdvIntervalErrors 1.3.6.1.2.1.1.2.4.1.4 counter32 read-only
The total number of IPv6 VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router.
                 vrrpIpv6StatsHopLimitErrors 1.3.6.1.2.1.1.2.4.1.5 counter32 read-only
The total number of IPv6 VRRP packets received by the virtual router with IPv6 hop limit not equal to 255.
                 vrrpIpv6StatsPriZeroPktsRcvd 1.3.6.1.2.1.1.2.4.1.6 counter32 read-only
The total number of IPv6 VRRP packets received by the virtual router with a priority of '0'.
                 vrrpIpv6StatsPriZeroPktsSent 1.3.6.1.2.1.1.2.4.1.7 counter32 read-only
The total number of IPv6 VRRP packets sent by the virtual router with a priority of '0'.
                 vrrpIpv6StatsInvalidTypePktsRcvd 1.3.6.1.2.1.1.2.4.1.8 counter32 read-only
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
                 vrrpIpv6StatsAddressListErrors 1.3.6.1.2.1.1.2.4.1.9 counter32 read-only
The total number of packets received for which the address list does not match the locally configured list for the virtual router.
                 vrrpIpv6StatsPacketLengthErrors 1.3.6.1.2.1.1.2.4.1.10 counter32 read-only
The total number of packets received with a packet length less than the length of the VRRP header.
     vrrpIpv6Conformance 1.3.6.1.2.1.1.3
         vrrpIpv6MIBCompliances 1.3.6.1.2.1.1.3.1
             vrrpIpv6MIBCompliance 1.3.6.1.2.1.1.3.1.1
The core compliance statement for all VRRP IPv6 implementations.
         vrrpIpv6MIBGroups 1.3.6.1.2.1.1.3.2
             vrrpIpv6OperGroup 1.3.6.1.2.1.1.3.2.1
Conformance group for VRRP operations.
             vrrpIpv6StatsGroup 1.3.6.1.2.1.1.3.2.2
Conformance group for VRRP statistics.
             vrrpIpv6TrapGroup 1.3.6.1.2.1.1.3.2.3
Conformance group for objects contained in VRRP notifications.
             vrrpIpv6NotificationGroup 1.3.6.1.2.1.1.3.2.4
The VRRP MIB Notification Group.