ENTERASYS-VRRP-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-VRRP-EXT-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
 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).
       etsysVrrpExtOperations 1.3.6.1.4.1.5624.1.2.64.1
           etsysVrrpExtOperTable 1.3.6.1.4.1.5624.1.2.64.1.1 no-access
Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'EtsysVrrpExtOperEntry' items.
               etsysVrrpExtOperEntry 1.3.6.1.4.1.5624.1.2.64.1.1.1 no-access
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.
                   etsysVrrpExtOperVrId 1.3.6.1.4.1.5624.1.2.64.1.1.1.1 vrid no-access
This object contains the Virtual Router Identifier (VRID).
                   etsysVrrpExtOperState 1.3.6.1.4.1.5624.1.2.64.1.1.1.2 integer read-only
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. Enumeration: 'initialize': 1, 'master': 3, 'backup': 2, 'preemptDelay': 5, 'ifDown': 4.
                   etsysVrrpExtOperAcceptMode 1.3.6.1.4.1.5624.1.2.64.1.1.1.3 integer read-write
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. Enumeration: 'enable': 1, 'disable': 2.
                   etsysVrrpExtOperPreemptModeDelay 1.3.6.1.4.1.5624.1.2.64.1.1.1.4 integer32 read-write
The time interval, in seconds, before the backup router will become master if vrrpOperPreemptMode is set to true.
                   etsysVrrpExtOperCriticalIpAddrCount 1.3.6.1.4.1.5624.1.2.64.1.1.1.5 integer32 read-only
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.
           etsysVrrpExtCriticalIpAddrTable 1.3.6.1.4.1.5624.1.2.64.1.2 no-access
The table of critical IP addresses associated with a virtual router.
               etsysVrrpExtCriticalIpAddrEntry 1.3.6.1.4.1.5624.1.2.64.1.2.1 no-access
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
                   etsysVrrpExtCriticalIpAddr 1.3.6.1.4.1.5624.1.2.64.1.2.1.1 inetaddress no-access
The assigned IP addresses that represents a critical interface.
                   etsysVrrpExtCriticalIpAddrPriority 1.3.6.1.4.1.5624.1.2.64.1.2.1.2 integer32 read-only
This object specifies value the virtual routers operational priority should be decremented by when a critical interface goes down.
                   etsysVrrpExtCriticalIpAddrState 1.3.6.1.4.1.5624.1.2.64.1.2.1.3 integer read-only
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. Enumeration: 'down': 2, 'up': 1.
                   etsysVrrpExtCriticalIpAddrRowStatus 1.3.6.1.4.1.5624.1.2.64.1.2.1.4 rowstatus read-only
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.
       etsysVrrpExtConformance 1.3.6.1.4.1.5624.1.2.64.2
           etsysVrrpExtMIBCompliances 1.3.6.1.4.1.5624.1.2.64.2.1
               etsysVrrpExtMIBCompliance 1.3.6.1.4.1.5624.1.2.64.2.1.1
The core compliance statement for all VRRP Extensions implementations.
           etsysVrrpExtMIBGroups 1.3.6.1.4.1.5624.1.2.64.2.2
               etsysVrrpExtMIBGroup 1.3.6.1.4.1.5624.1.2.64.2.2.1
Conformance group for VRRP Extensions operations.