CISCOSB-VRRP

File: CISCOSB-VRRP.mib (13327 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC VRRPV3-MIB
CISCOSB-IP IF-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 mib-2
Unsigned32 DisplayString TimeInterval
RowStatus vrrpv3OperationsEntry vrrpv3AssociatedIpAddrEntry
ipSpec InterfaceIndexOrZero InetAddressType
InetAddress

Defined Types

RlVrrpv3OperationsEntry  
SEQUENCE    
  rlVrrpv3OperationsDefaultPrimaryIpAddr InetAddress
  rlVrrpv3OperationsPrimaryIpAddrState INTEGER
  rlVrrpv3OperationsVrDescription DisplayString
  rlVrrpv3OperationsVrrpVersion INTEGER
  rlVrrpv3OperationsAdminState INTEGER
  rlVrrpv3OperationsMasterPriority Unsigned32
  rlVrrpv3OperationsMasterAdvInterval TimeInterval
  rlVrrpv3OperationsMasterDownInterval TimeInterval
  rlVrrpv3OperationsSkewTime TimeInterval

RlVrrpv3AssociatedIpAddrEntry  
SEQUENCE    
  rlVrrpv3AssociatedIpAddrState INTEGER

RlVrrpv3CountersEntry  
SEQUENCE    
  rlVrrpv3CountersIfIndex InterfaceIndexOrZero
  rlVrrpv3CountersChecksumErrors Counter32
  rlVrrpv3CountersRcvdPacketsLength Counter32
  rlVrrpv3CountersIpTtlErrors Counter32
  rlVrrpv3CountersRcvdInvalidTypePackets Counter32
  rlVrrpv3CountersRcvdInvalidVrrpId Counter32
  rlVrrpv3CountersProtoErrors Counter32
  rlVrrpv3CountersAddressListErrors Counter32
  rlVrrpv3CountersAdvIntervalErrors Counter32
  rlVrrpv3CountersAuthErrors Counter32
  rlVrrpv3CountersRowStatus RowStatus

Defined Values

rlVrrp 1.3.6.1.4.1.9.6.1.101.26.26
The private MIB module definition for VRRPv3 MIB.
MODULE-IDENTITY    

rlVrrpv3OperationsTable 1.3.6.1.4.1.9.6.1.101.26.26.1
This table is parallel to vrrpv3OperationsTable, and is used to change VRRP on interface working version, description and display several statuses. It contains private objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlVrrpv3OperationsEntry

rlVrrpv3OperationsEntry 1.3.6.1.4.1.9.6.1.101.26.26.1.1
An operation entry mapping for a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlVrrpv3OperationsEntry  

rlVrrpv3OperationsDefaultPrimaryIpAddr 1.3.6.1.4.1.9.6.1.101.26.26.1.1.1
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 vrrpv3OperationsMasterIpAddr', should the virtual router transition from backup state to master and no vrrpv3OperationsDefaultPrimaryIpAddr was configured.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rlVrrpv3OperationsPrimaryIpAddrState 1.3.6.1.4.1.9.6.1.101.26.26.1.1.2
This object represents enabled/disabled state of user configured primary address of the virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rlVrrpv3OperationsVrDescription 1.3.6.1.4.1.9.6.1.101.26.26.1.1.3
The description of the VRRP virtual router.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlVrrpv3OperationsAdminState 1.3.6.1.4.1.9.6.1.101.26.26.1.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 `vrrpOperPriority'. 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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rlVrrpv3OperationsVrrpVersion 1.3.6.1.4.1.9.6.1.101.26.26.1.1.5
Current VRRP virtual router version it is working with.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER version2and3(1), version2(2), version3(3)  

rlVrrpv3OperationsMasterPriority 1.3.6.1.4.1.9.6.1.101.26.26.1.1.6
This object specifies the priority which is used by master router.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..255  

rlVrrpv3OperationsMasterAdvInterval 1.3.6.1.4.1.9.6.1.101.26.26.1.1.7
The time interval, in centiseconds, which is used by master router for sending advertisement messages.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval 1..4095  

rlVrrpv3OperationsMasterDownInterval 1.3.6.1.4.1.9.6.1.101.26.26.1.1.8
Time interval for Backup to declare Master down (centiseconds).
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

rlVrrpv3OperationsSkewTime 1.3.6.1.4.1.9.6.1.101.26.26.1.1.9
Time to skew Master_Down_Interval in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  TimeInterval  

rlVrrpv3AssociatedIpAddrTable 1.3.6.1.4.1.9.6.1.101.26.26.2
This table is parallel to vrrpv3AssociatedIpAddrTable, and is used to display address statuses. It contains private objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlVrrpv3AssociatedIpAddrEntry

rlVrrpv3AssociatedIpAddrEntry 1.3.6.1.4.1.9.6.1.101.26.26.2.1
An entry in the table contains an IP address that is associated with a virtual router
Status: current Access: not-accessible
OBJECT-TYPE    
  RlVrrpv3AssociatedIpAddrEntry  

rlVrrpv3AssociatedIpAddrState 1.3.6.1.4.1.9.6.1.101.26.26.2.1.1
This object represents state of the assosiated IP address, backed up by current virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rlVrrpv3CountersTable 1.3.6.1.4.1.9.6.1.101.26.26.3
Table of virtual router statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlVrrpv3CountersEntry

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

rlVrrpv3CountersIfIndex 1.3.6.1.4.1.9.6.1.101.26.26.3.1.1
Interface index
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

rlVrrpv3CountersChecksumErrors 1.3.6.1.4.1.9.6.1.101.26.26.3.1.2
The total number of checksum errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersRcvdPacketsLength 1.3.6.1.4.1.9.6.1.101.26.26.3.1.3
The total number of packet length errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersIpTtlErrors 1.3.6.1.4.1.9.6.1.101.26.26.3.1.4
The total number of TTL errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersRcvdInvalidTypePackets 1.3.6.1.4.1.9.6.1.101.26.26.3.1.5
The total number of invalid VRRP packet type errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersRcvdInvalidVrrpId 1.3.6.1.4.1.9.6.1.101.26.26.3.1.6
The total number of invalid VRRP id errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersProtoErrors 1.3.6.1.4.1.9.6.1.101.26.26.3.1.7
The total number of invalid VRRP protocol errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersAddressListErrors 1.3.6.1.4.1.9.6.1.101.26.26.3.1.8
The total number of invalid IP address list errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersAdvIntervalErrors 1.3.6.1.4.1.9.6.1.101.26.26.3.1.9
The total number of invalid advertisement interval errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersAuthErrors 1.3.6.1.4.1.9.6.1.101.26.26.3.1.10
The total number of authentication errors received on this interface. Counter is only valid as long as there is a VRRP router defined on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlVrrpv3CountersRowStatus 1.3.6.1.4.1.9.6.1.101.26.26.3.1.11
Row status of the entry. Used for clearing table by setting.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus