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

VENDOR: WELLFLEET


 Home MIB: Wellfleet-VRRP-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
 wfVrrpAdminTable 1.3.6.1.4.1.18.3.5.3.25.1 no-access
Configuration information.
     wfVrrpAdminEntry 1.3.6.1.4.1.18.3.5.3.25.1.1 no-access
VRRP the operational characteristics of a virtual router.
         wfVrrpAdminDelete 1.3.6.1.4.1.18.3.5.3.25.1.1.1 integer read-write
Delete/Create parameter. Enumeration: 'deleted': 2, 'created': 1.
         wfVrrpAdminDisable 1.3.6.1.4.1.18.3.5.3.25.1.1.2 integer read-write
Enable/Disable parameter. Enumeration: 'disabled': 2, 'enabled': 1.
         wfVrrpAdminState 1.3.6.1.4.1.18.3.5.3.25.1.1.3 integer read-only
The current state of the VRRP router with respect to this virtual router. Enumeration: 'initialize': 1, 'master': 3, 'backup': 2, 'down': 4.
         wfVrrpAdminPrimaryIpAddr 1.3.6.1.4.1.18.3.5.3.25.1.1.4 ipaddress read-only
The master router's real (primary) IP address. This is the IP address listed as the source in VRRP advertisements received by this virtual router.
         wfVrrpAdminVrId 1.3.6.1.4.1.18.3.5.3.25.1.1.5 integer read-only
This object contains the Virtual Router Identifier (VRID). In addition to being part of the index for this table, it is used to calculate the MAC address.
         wfVrrpAdminIpAddr 1.3.6.1.4.1.18.3.5.3.25.1.1.6 ipaddress read-write
The IP address that is associated with this virtual router.
         wfVrrpAdminVirtualMacAddr 1.3.6.1.4.1.18.3.5.3.25.1.1.7 physaddress read-only
The virtual MAC address of the virtual router. This is derived as follows: 00-00-5E-00-01-. Where the first three octets consist of the IANA's OUI, the next two octets indicate the address block of the VRRP protocol, and the remaining octets consist of the VRID. Although this object can be derived from the 'wfVrrpAdminVrId' object, it is included here, for completeness.
         wfVrrpAdminPriority 1.3.6.1.4.1.18.3.5.3.25.1.1.8 integer read-write
This object specifies the priority for the virtual router with respect to other virtual routers that are backing up a set of IP addresses. Higher values imply higher priority. A priority of 255 is used for the router that owns the associated IP address(es), i.e., is backing up IP addresses which are primary.
         wfVrrpAdminAdvertisementInterval 1.3.6.1.4.1.18.3.5.3.25.1.1.9 integer read-write
This is the time interval, in seconds, between sending advertisement. Only the Master sends VRRP advertisements.
         wfVrrpAdminCriticalIpInterface 1.3.6.1.4.1.18.3.5.3.25.1.1.10 ipaddress read-write
The IP address of an interface on the Router that will cauase the shutdown event.
         wfVrrpAdminIPXBackup 1.3.6.1.4.1.18.3.5.3.25.1.1.11 integer read-write
Enable/Disable IPX backup. Enumeration: 'disabled': 2, 'enabled': 1.
         wfVrrpAdminIGMPBackup 1.3.6.1.4.1.18.3.5.3.25.1.1.12 integer read-write
Enable/Disable IGMP backup. Enumeration: 'disabled': 2, 'enabled': 1.
         wfVrrpAdminTokenRingAddress 1.3.6.1.4.1.18.3.5.3.25.1.1.13 octet string read-write
Source MAC Address for VRRP when running over Token Ring.
         wfVrrpAdminPreemptMode 1.3.6.1.4.1.18.3.5.3.25.1.1.14 integer read-write
Preempt Mode. Enumeration: 'disabled': 2, 'enabled': 1.
         wfVrrpAdminMasterPingEnable 1.3.6.1.4.1.18.3.5.3.25.1.1.15 integer read-write
a VRRP router is called Owner if it has the virtual IP address configured as one of its real interface address(es). According to the RFC 2338, if the Master is not the Owner of the virtual IP address, it must not accept packets addressed to the virtual IP address. This mib is added to make the virtual IP address pingable even if the Master is not the Owner.It defines whether Non-Owner Master responds to the virtual IP address ping or not. Enumeration: 'disabled': 2, 'enabled': 1.
 wfVrrpRouterStatsTable 1.3.6.1.4.1.18.3.5.3.25.2 no-access
Table of virtual router statistics.
     wfVrrpRouterStatsEntry 1.3.6.1.4.1.18.3.5.3.25.2.1 no-access
An entry in the table, containing statistics information about a given virtual router.
         wfVrrpStatsPrimaryIpAddr 1.3.6.1.4.1.18.3.5.3.25.2.1.1 ipaddress read-only
The master router's real (primary) IP address. This is the IP address listed as the source in VRRP advertisements received by this virtual router.
         wfVrrpStatsVrId 1.3.6.1.4.1.18.3.5.3.25.2.1.2 integer read-only
This object contains the Virtual Router Identifier (VRID). In addition to being part of the index for this table, it is used to calculate the MAC address.
         wfVrrpStatsMasterTransitions 1.3.6.1.4.1.18.3.5.3.25.2.1.3 counter read-only
The total number of times that this virtual router's state has transitioned from BACKUP to MASTER.
         wfVrrpStatsInAdvertisements 1.3.6.1.4.1.18.3.5.3.25.2.1.4 counter read-only
The total number of VRRP advertisements received by this virtual router.
         wfVrrpStatsChecksumErrors 1.3.6.1.4.1.18.3.5.3.25.2.1.5 counter read-only
The total number of VRRP packets received with an invalid checksum value.
         wfVrrpStatsVersionErrors 1.3.6.1.4.1.18.3.5.3.25.2.1.6 counter read-only
The total number of VRRP packets received with an invalid version number.
         wfVrrpStatsVrIdErrors 1.3.6.1.4.1.18.3.5.3.25.2.1.7 counter read-only
The total number of VRRP packets received with an invalid VRID for this virtual router.
         wfVrrpStatsAdvertiseIntervalErrors 1.3.6.1.4.1.18.3.5.3.25.2.1.8 counter read-only
The total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router.
         wfVrrpStatsIpTtlErrors 1.3.6.1.4.1.18.3.5.3.25.2.1.9 counter read-only
The total number of VRRP packets received by the router with IP TTL (Time-To-Live) not equal to 255.
         wfVrrpStatsInPriorityZeroAdvertisements 1.3.6.1.4.1.18.3.5.3.25.2.1.10 counter read-only
The total number of VRRP packets received by the virtual router with a priority of '0'.
         wfVrrpStatsOutPriorityZeroAdvertisements 1.3.6.1.4.1.18.3.5.3.25.2.1.11 counter read-only
The total number of VRRP packets sent by the virtual router with a priority of '0'.
         wfVrrpStatsInInvalidTypeAdvertisements 1.3.6.1.4.1.18.3.5.3.25.2.1.12 counter read-only
The total number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
         wfVrrpStatsUnknownTypeAdvertisements 1.3.6.1.4.1.18.3.5.3.25.2.1.13 counter read-only
The total number of VRRP packets received by the router with an invalid value in the VRRP type field.