ENTERASYS-VRRP-EXT-MIB

File: ENTERASYS-VRRP-EXT-MIB.mib (18412 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB ENTERASYS-MIB-NAMES IF-MIB
VRRP-MIB SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress MODULE-COMPLIANCE OBJECT-GROUP
RowStatus InetAddressType InetAddress
etsysModules ifIndex vrrpOperationsInetAddrType
VrId SnmpAdminString

Defined Types

EtsysVrrpExtOperEntry  
SEQUENCE    
  etsysVrrpExtOperVrId VrId
  etsysVrrpExtOperState INTEGER
  etsysVrrpExtOperAcceptMode INTEGER
  etsysVrrpExtOperPreemptModeDelay Integer32
  etsysVrrpExtOperCriticalIpAddrCount Integer32
  etsysVrrpExtOperFabricRouteMode INTEGER

EtsysVrrpExtCriticalIpAddrEntry  
SEQUENCE    
  etsysVrrpExtCriticalIpAddr InetAddress
  etsysVrrpExtCriticalIpAddrPriority Integer32
  etsysVrrpExtCriticalIpAddrState Integer32
  etsysVrrpExtCriticalIpAddrRowStatus RowStatus
  etsysVrrpExtCriticalIpAddrProbe Integer32
  etsysVrrpExtCriticalIpAddrProbeName SnmpAdminString

EtsysVrrpExtTrackedObjEntry  
SEQUENCE    
  etsysVrrpExtTrackedObjName SnmpAdminString
  etsysVrrpExtTrackedObjPriority Integer32
  etsysVrrpExtTrackedObjState Integer32
  etsysVrrpExtTrackedObjRowStatus RowStatus

Defined Values

etsysVrrpExtMIB 1.3.6.1.4.1.5624.1.2.64
The Enterasys Networks Proprietary MIB module for entities implementing VRRP. This MIB provides read-write access to configuration objects not provided in the standard VRRP MIB (draft-ietf-vrrp-unified-spec-02.txt).
MODULE-IDENTITY    

etsysVrrpExtOperations 1.3.6.1.4.1.5624.1.2.64.1
OBJECT IDENTIFIER    

etsysVrrpExtConformance 1.3.6.1.4.1.5624.1.2.64.2
OBJECT IDENTIFIER    

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

etsysVrrpExtOperEntry 1.3.6.1.4.1.5624.1.2.64.1.1.1
An entry in the etsysVrrpExtOperTable containing the operational characteristics of a virtual router. On a VRRP router, a given virtual router is identified by a combination of the ifIndex and VRID.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysVrrpExtOperEntry  

etsysVrrpExtOperVrId 1.3.6.1.4.1.5624.1.2.64.1.1.1.1
This object contains the Virtual Router Identifier (VRID).
Status: current Access: not-accessible
OBJECT-TYPE    
  VrId  

etsysVrrpExtOperState 1.3.6.1.4.1.5624.1.2.64.1.1.1.2
The current state of the virtual router. This object has six 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 IP addresses that are associated with this router. - 'ifDown', which indicates that the interface the virtual router is configured on is operationally down. - 'preemptDelay', which indiciates that the virtual router is going to transition to master once the preempt delay timer has expired.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(1), backup(2), master(3), ifDown(4), preemptDelay(5)  

etsysVrrpExtOperAcceptMode 1.3.6.1.4.1.5624.1.2.64.1.1.1.3
Controls whether a virtual router in Master state will accept packets addressed to the address owner's address as its own if it is not the address owner. Default is False.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

etsysVrrpExtOperPreemptModeDelay 1.3.6.1.4.1.5624.1.2.64.1.1.1.4
The time interval, in seconds, before the backup router will become master if vrrpOperPreemptMode is set to true.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

etsysVrrpExtOperCriticalIpAddrCount 1.3.6.1.4.1.5624.1.2.64.1.1.1.5
The number of Critical IP addresses that are associated with this virtual router. This number is equal to the number of rows in the etsysVrrpExtCriticalIpAddrTable that correspond to a given IF index/VRID pair.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysVrrpExtOperFabricRouteMode 1.3.6.1.4.1.5624.1.2.64.1.1.1.6
Controls whether a virtual router in backup state will accept packets to forward as if it was in master state. Default is False.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

etsysVrrpExtCriticalIpAddrTable 1.3.6.1.4.1.5624.1.2.64.1.2
The table of critical IP addresses associated with a virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysVrrpExtCriticalIpAddrEntry

etsysVrrpExtCriticalIpAddrEntry 1.3.6.1.4.1.5624.1.2.64.1.2.1
An entry in the table contains an IP address that is a critical interface. If the IP address goes down then the operational priority shall be decremented by the value of the critical IP priority. The operation priority shall not be adjusted for virtual routers who own the associated address
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysVrrpExtCriticalIpAddrEntry  

etsysVrrpExtCriticalIpAddr 1.3.6.1.4.1.5624.1.2.64.1.2.1.1
The assigned IP addresses that represents a critical interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

etsysVrrpExtCriticalIpAddrPriority 1.3.6.1.4.1.5624.1.2.64.1.2.1.2
This object specifies value the virtual routers operational priority should be decremented by when a critical interface goes down.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..254  

etsysVrrpExtCriticalIpAddrState 1.3.6.1.4.1.5624.1.2.64.1.2.1.3
The current state of the critical IP address. This object has two defined values - `up', which indicates that critical IP is reachable. - `down', which indicates that critical IP is not reachable.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2)  

etsysVrrpExtCriticalIpAddrRowStatus 1.3.6.1.4.1.5624.1.2.64.1.2.1.4
The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to createAndGo(4) or createAndWait(5) results in the addition of an associated address for a virtual router. Destroying(6) the entry or setting it to notInService(2) removes the associated address from the virtual router. The use of other values is implementation-dependent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysVrrpExtCriticalIpAddrProbe 1.3.6.1.4.1.5624.1.2.64.1.2.1.5
Use a probe to obtain status for critical IP. - A value of enable(1) indicates an ICMP probe will be sent to check status. - A value of disable(2) indicates the interface operational state will be used to check status.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

etsysVrrpExtCriticalIpAddrProbeName 1.3.6.1.4.1.5624.1.2.64.1.2.1.6
A textual probe name use for the probe IP.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

etsysVrrpExtTrackedObjTable 1.3.6.1.4.1.5624.1.2.64.1.3
The table of Tracked Object associated with a virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysVrrpExtTrackedObjEntry

etsysVrrpExtTrackedObjEntry 1.3.6.1.4.1.5624.1.2.64.1.3.1
An entry in the table contains the name of the tracked object for detecting falures in network. If the tracked object resource goes down then the operational priority shall be decremented by the value of the tracked object priority. The operation priority shall not be adjusted for virtual routers who own the associated address
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysVrrpExtTrackedObjEntry  

etsysVrrpExtTrackedObjName 1.3.6.1.4.1.5624.1.2.64.1.3.1.1
The assigned name that represents a tracked object interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

etsysVrrpExtTrackedObjPriority 1.3.6.1.4.1.5624.1.2.64.1.3.1.2
This object specifies value the virtual routers operational priority should be decremented by when a tracked interface goes down.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..254  

etsysVrrpExtTrackedObjState 1.3.6.1.4.1.5624.1.2.64.1.3.1.3
The current state of the critical IP address. This object has two defined values - `up', which indicates that critical IP is reachable. - `down', which indicates that critical IP is not reachable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

etsysVrrpExtTrackedObjRowStatus 1.3.6.1.4.1.5624.1.2.64.1.3.1.4
The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to createAndGo(4) or createAndWait(5) results in the addition of an associated address for a virtual router. Destroying(6) the entry or setting it to notInService(2) removes the associated address from the virtual router. The use of other values is implementation-dependent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysVrrpExtMIBCompliances 1.3.6.1.4.1.5624.1.2.64.2.1
OBJECT IDENTIFIER    

etsysVrrpExtMIBGroups 1.3.6.1.4.1.5624.1.2.64.2.2
OBJECT IDENTIFIER    

etsysVrrpExtMIBGroup 1.3.6.1.4.1.5624.1.2.64.2.2.1
Conformance group for VRRP Extensions operations.
Status: deprecated Access: read-create
OBJECT-GROUP    

etsysVrrpExtOperGroup 1.3.6.1.4.1.5624.1.2.64.2.2.2
Conformance group for general VRRP operations.
Status: current Access: read-create
OBJECT-GROUP    

etsysVrrpExtCriticalIpGroup 1.3.6.1.4.1.5624.1.2.64.2.2.3
Conformance group for VRRP critical ip operations.
Status: current Access: read-create
OBJECT-GROUP    

etsysVrrpExtTrackedObjectGroup 1.3.6.1.4.1.5624.1.2.64.2.2.4
Conformance group for VRRP Tracked Objects operations.
Status: current Access: read-create
OBJECT-GROUP    

etsysVrrpExtMIBCompliance 1.3.6.1.4.1.5624.1.2.64.2.1.1
The core compliance statement for all VRRP Extensions implementations.
Status: deprecated Access: read-create
MODULE-COMPLIANCE    

etsysVrrpExtMIBv2Compliance 1.3.6.1.4.1.5624.1.2.64.2.1.2
The core compliance statement for all VRRP Extensions implementations.
Status: current Access: read-create
MODULE-COMPLIANCE