VRRP-IPv6-MIB

File: VRRP-IPv6-MIB.mib (25045 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB VRRP-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 mib-2
RowStatus MacAddress TruthValue
TimeStamp MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP ifIndex VrId
InetAddressType InetAddress

Defined Types

VrrpIpv6OperEntry  
SEQUENCE    
  vrrpIpv6OperVrId VrId
  vrrpIpv6OperVirtualMacAddr MacAddress
  vrrpIpv6OperState INTEGER
  vrrpIpv6OperAdminState INTEGER
  vrrpIpv6OperPriority Integer32
  vrrpIpv6OperIpAddrType InetAddressType
  vrrpIpv6OperMasterIpAddr InetAddress
  vrrpIpv6OperAdvInterval Integer32
  vrrpIpv6OperPreemptMode TruthValue
  vrrpIpv6OperVirtualRouterUpTime TimeStamp
  vrrpIpv6OperProtocol INTEGER
  vrrpIpv6OperRowStatus RowStatus

VrrpRouterStatsEntry  
SEQUENCE    
  vrrpIpv6StatsBecomeMaster Counter32
  vrrpIpv6StatsAsMasterUpTime TimeStamp
  vrrpIpv6StatsAdvRcvd Counter32
  vrrpIpv6StatsAdvIntervalErrors Counter32
  vrrpIpv6StatsHopLimitErrors Counter32
  vrrpIpv6StatsPriZeroPktsRcvd Counter32
  vrrpIpv6StatsPriZeroPktsSent Counter32
  vrrpIpv6StatsInvalidTypePktsRcvd Counter32
  vrrpIpv6StatsAddressListErrors Counter32
  vrrpIpv6StatsPacketLengthErrors Counter32

Defined Values

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.
MODULE-IDENTITY    

vrrpIpv6Operations 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

vrrpIpv6Statistics 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

vrrpIpv6Conformance 1.3.6.1.2.1.1.3
OBJECT IDENTIFIER    

vrrpIpv6NodeVersion 1.3.6.1.2.1.1.1.1
This value identifies the particular version of the VRRP over IPv6 supported by this node. Version 3 for this document.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vrrpIpv6NotificationCntl 1.3.6.1.2.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

vrrpIpv6OperTable 1.3.6.1.2.1.1.1.3
Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'vrrpIpv6OperEntry' items.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VrrpIpv6OperEntry

vrrpIpv6OperEntry 1.3.6.1.2.1.1.1.3.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  VrrpIpv6OperEntry  

vrrpIpv6OperVrId 1.3.6.1.2.1.1.1.3.1.1
This object contains the IPv6 Virtual Router Identifier (IPv6VRID).
Status: current Access: read-only
OBJECT-TYPE    
  VrId  

vrrpIpv6OperVirtualMacAddr 1.3.6.1.2.1.1.1.3.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

vrrpIpv6OperState 1.3.6.1.2.1.1.1.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), backup(2), master(3)  

vrrpIpv6OperAdminState 1.3.6.1.2.1.1.1.3.1.4
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'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

vrrpIpv6OperPriority 1.3.6.1.2.1.1.1.3.1.5
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).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

vrrpIpv6OperIpAddrType 1.3.6.1.2.1.1.1.3.1.6
This specifies the the type of inetAddress in this row. This should allways be ipv6(2) for this document.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

vrrpIpv6OperMasterIpAddr 1.3.6.1.2.1.1.1.3.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

vrrpIpv6OperAdvInterval 1.3.6.1.2.1.1.1.3.1.8
The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..255  

vrrpIpv6OperPreemptMode 1.3.6.1.2.1.1.1.3.1.9
Controls whether a higher priority virtual router will preempt a lower priority master.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

vrrpIpv6OperVirtualRouterUpTime 1.3.6.1.2.1.1.1.3.1.10
This is the value of the 'sysUpTime' object when this virtual router (i.e., the 'vrrpIpv6OperState') transitioned out of 'initialized'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

vrrpIpv6OperProtocol 1.3.6.1.2.1.1.1.3.1.11
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ip(1), bridge(2), decnet(3), other(4)  

vrrpIpv6OperRowStatus 1.3.6.1.2.1.1.1.3.1.12
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

vrrpIpv6RouterChecksumErrors 1.3.6.1.2.1.1.2.1
The total number of VRRP packets received with an invalid VRRP checksum value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6RouterVersionErrors 1.3.6.1.2.1.1.2.2
The total number of IPv6 VRRP packets received with an unknown or unsupported version number.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6RouterVrIdErrors 1.3.6.1.2.1.1.2.3
The total number of IPv6 VRRP packets received with an invalid IPv6VRID for this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6RouterStatsTable 1.3.6.1.2.1.1.2.4
Table of virtual router statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VrrpRouterStatsEntry

vrrpIpv6RouterStatsEntry 1.3.6.1.2.1.1.2.4.1
An entry in the table, containing statistics information about a given virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  VrrpRouterStatsEntry  

vrrpIpv6StatsBecomeMaster 1.3.6.1.2.1.1.2.4.1.1
The total number of times that this virtual router's state has transitioned to MASTER.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsAsMasterUpTime 1.3.6.1.2.1.1.2.4.1.2
The total number of seconds this router is UP in master state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

vrrpIpv6StatsAdvRcvd 1.3.6.1.2.1.1.2.4.1.3
The total number of IPv6 VRRP advertisements received by this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsAdvIntervalErrors 1.3.6.1.2.1.1.2.4.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsHopLimitErrors 1.3.6.1.2.1.1.2.4.1.5
The total number of IPv6 VRRP packets received by the virtual router with IPv6 hop limit not equal to 255.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsPriZeroPktsRcvd 1.3.6.1.2.1.1.2.4.1.6
The total number of IPv6 VRRP packets received by the virtual router with a priority of '0'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsPriZeroPktsSent 1.3.6.1.2.1.1.2.4.1.7
The total number of IPv6 VRRP packets sent by the virtual router with a priority of '0'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsInvalidTypePktsRcvd 1.3.6.1.2.1.1.2.4.1.8
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsAddressListErrors 1.3.6.1.2.1.1.2.4.1.9
The total number of packets received for which the address list does not match the locally configured list for the virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6StatsPacketLengthErrors 1.3.6.1.2.1.1.2.4.1.10
The total number of packets received with a packet length less than the length of the VRRP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

vrrpIpv6Notifications 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

vrrpIpv6TrapNewMasterReason 1.3.6.1.2.1.1.1.6
This indicates the reason for NewMaster trap. Used by vrrpIpv6TrapNewMaster trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER priority(0), preempted(1), masterNoResponse(2)  

vrrpIpv6TrapProtoErrReason 1.3.6.1.2.1.1.1.7
This indicates the reason for protocol error trap. Used by vrrpIpv6TrapProtoError trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER hopLimitError(0), versionError(1), checksumError(2), vridError(3)  

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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

vrrpIpv6MIBCompliances 1.3.6.1.2.1.1.3.1
OBJECT IDENTIFIER    

vrrpIpv6MIBGroups 1.3.6.1.2.1.1.3.2
OBJECT IDENTIFIER    

vrrpIpv6MIBCompliance 1.3.6.1.2.1.1.3.1.1
The core compliance statement for all VRRP IPv6 implementations.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

vrrpIpv6OperGroup 1.3.6.1.2.1.1.3.2.1
Conformance group for VRRP operations.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

vrrpIpv6StatsGroup 1.3.6.1.2.1.1.3.2.2
Conformance group for VRRP statistics.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

vrrpIpv6TrapGroup 1.3.6.1.2.1.1.3.2.3
Conformance group for objects contained in VRRP notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

vrrpIpv6NotificationGroup 1.3.6.1.2.1.1.3.2.4
The VRRP MIB Notification Group.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP