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

VENDOR: TP-LINK


 Home MIB: TPLINK-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
 tplinkVrrpMIB 1.3.6.1.4.1.11863.6.65
This MIB describes objects used for managing Virtual Router Redundancy Protocol (VRRP) routers.
       tplinkVrrpMIBObjects 1.3.6.1.4.1.11863.6.65.1
           tpVrrpGlobalCtrl 1.3.6.1.4.1.11863.6.65.1.1
               tpVrrpGlobalCtrlTable 1.3.6.1.4.1.11863.6.65.1.1.1 no-access
Operations table for a VRRP router which consists of a sequence (i.e., one or more conceptual rows) of 'TpVrrpGlobalCtrlEntry' items.
                   tpVrrpGlobalCtrlEntry 1.3.6.1.4.1.11863.6.65.1.1.1.1 no-access
An entry in the tpVrrpGlobalCtrlTable containing the operational characteristics of a virtual router. On a VRRP router,a given virtual router is identified by a combination of the VID and VRID.Rows in the table can be modified according to the tpVrrpStatus.
                       tpVrrpVrid 1.3.6.1.4.1.11863.6.65.1.1.1.1.1 integer read-only
This object contains the Virtual Router Identifier (VRID).
                       tpVrrpVid 1.3.6.1.4.1.11863.6.65.1.1.1.1.2 integer read-only
The interface index
                       tpVrrpIntfStatus 1.3.6.1.4.1.11863.6.65.1.1.1.1.3 integer read-only
The interface status Enumeration: 'interfacevlan': 1, 'routedport': 0.
                       tpVrrpInterfaceIP 1.3.6.1.4.1.11863.6.65.1.1.1.1.4 ipaddress read-only
The interface IP address.
                       tpVrrpMacAddress 1.3.6.1.4.1.11863.6.65.1.1.1.1.5 octet string read-only
The virtual MAC address of the virtual router.
                       tpVrrpDescription 1.3.6.1.4.1.11863.6.65.1.1.1.1.6 octet string read-only
The description of the VRRP.
                       tpVrrpPrimaryVirtualIp 1.3.6.1.4.1.11863.6.65.1.1.1.1.7 ipaddress read-only
This is the IP address listed as the source in VRRP advertisement last received by this virtual router.
                       tpVrrpRunPriority 1.3.6.1.4.1.11863.6.65.1.1.1.1.8 integer read-only
This object specifies the priority to be used for the virtual router master election process. Higher values imply higher priority.A priority of 255 is used for the router that owns the associated IP address(es).
                       tpVrrpConfigPriority 1.3.6.1.4.1.11863.6.65.1.1.1.1.9 integer read-only
This object operate the priority to be used for the virtual router master election process.
                       tpVrrpAdvertisement 1.3.6.1.4.1.11863.6.65.1.1.1.1.10 integer read-only
The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
                       tpVrrpPreeptMode 1.3.6.1.4.1.11863.6.65.1.1.1.1.11 integer read-only
Controls whether a higher priority virtual router will preempt a lower priority master Enumeration: 'enable': 0, 'disable': 1.
                       tpVrrpTimeDelay 1.3.6.1.4.1.11863.6.65.1.1.1.1.12 integer read-only
This is object is used to config the delay timer associated with the VRRP.
                       tpVrrpAuthType 1.3.6.1.4.1.11863.6.65.1.1.1.1.13 integer read-only
Authentication type used for VRRP protocol exchanges between virtual routers. This value of this object is the same for a given ifindex(Vlan ID). Enumeration: 'simple': 1, 'md5': 2, 'normal': 0.
                       tpVrrpKey 1.3.6.1.4.1.11863.6.65.1.1.1.1.14 octet string read-only
The Authentication Key. This object is set according to the value of the 'tpVrrpAuthType' object ('Simple' or 'MD5').
                       tpVrrpState 1.3.6.1.4.1.11863.6.65.1.1.1.1.15 integer read-only
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 IP addresses that are associated with this router. Enumeration: 'initialize': 0, 'master': 2, 'backup': 1.
                       tpVrrpStatus 1.3.6.1.4.1.11863.6.65.1.1.1.1.16 tprowstatus read-only
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),creat a new entry destroy(6),destory the entry.
           tpVrrpVirtualIpCtrl 1.3.6.1.4.1.11863.6.65.1.2
               tpVrrpVirtualIpCtrlTable 1.3.6.1.4.1.11863.6.65.1.2.1 no-access
The table of addresses associated with this virtual router.
                   tpVrrpVirtualIpCtrlEntry 1.3.6.1.4.1.11863.6.65.1.2.1.1 no-access
An entry in the table contains an IP address that is associated with a virtual router.
                       tpVrrpVirtualIpVrid 1.3.6.1.4.1.11863.6.65.1.2.1.1.1 integer read-only
This object contains the Virtual Router Identifier (VRID).
                       tpVrrpVirtualIpVid 1.3.6.1.4.1.11863.6.65.1.2.1.1.2 integer read-only
The interface index
                       tpVrrpVirtualIpintfStatus 1.3.6.1.4.1.11863.6.65.1.2.1.1.3 integer read-only
The interface status Enumeration: 'interfacevlan': 1, 'routedport': 0.
                       tpVrrpVirtualIpAddress 1.3.6.1.4.1.11863.6.65.1.2.1.1.4 ipaddress read-only
The virtual IP address associated with a virtual router.
                       tpVrrpVirtualIpStatus 1.3.6.1.4.1.11863.6.65.1.2.1.1.5 tprowstatus read-only
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),creat a new entry destroy(6),destory the entry.
           tpVrrpTrackCtrl 1.3.6.1.4.1.11863.6.65.1.3
               tpVrrpTrackCtrlTable 1.3.6.1.4.1.11863.6.65.1.3.1 no-access
The table of ifindex tracked by the virtual router.
                   tpVrrpTrackCtrlEntry 1.3.6.1.4.1.11863.6.65.1.3.1.1 no-access
An entry in the table contains the ifindex and reduced priority that is associated with a virtual router.
                       tpVrrpTrackVrid 1.3.6.1.4.1.11863.6.65.1.3.1.1.1 integer read-only
This object contains the Virtual Router Identifier (VRID).
                       tpVrrpTrackVid 1.3.6.1.4.1.11863.6.65.1.3.1.1.2 integer read-only
The interface index
                       tpVrrpTrackIntfStatus 1.3.6.1.4.1.11863.6.65.1.3.1.1.3 integer read-only
The interface status Enumeration: 'interfacevlan': 1, 'routedport': 0.
                       tpVrrpTrackInterface 1.3.6.1.4.1.11863.6.65.1.3.1.1.4 integer read-only
The ifindex tracked by the virtual router.
                       tpVrrpTrackIntfTrackedStatus 1.3.6.1.4.1.11863.6.65.1.3.1.1.5 integer read-only
The interface status Enumeration: 'interfacevlan': 1, 'routedport': 0.
                       tpVrrpTrackPriortiy 1.3.6.1.4.1.11863.6.65.1.3.1.1.6 integer read-only
The object operate the priority of the virtual router when the interface tracked linkdown.
                       tpVrrpLinkState 1.3.6.1.4.1.11863.6.65.1.3.1.1.7 integer read-only
The object display the status of the interface tracked . Enumeration: 'on': 1, 'off': 0.
                       tpVrrpTrackStatus 1.3.6.1.4.1.11863.6.65.1.3.1.1.8 tprowstatus read-only
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),creat a new entry destroy(6),destory the entry.
           tpVrrpStatistics 1.3.6.1.4.1.11863.6.65.1.4
               tpVrrpChecksumErrors 1.3.6.1.4.1.11863.6.65.1.4.1 integer read-only
The total number of VRRP packets received with an invalid VRRP checksum value.
               tpVrrpVersionErrors 1.3.6.1.4.1.11863.6.65.1.4.2 integer read-only
The total number of VRRP packets received with an unknown or unsupported version number.
               tpVrrpVridErrors 1.3.6.1.4.1.11863.6.65.1.4.3 integer read-only
The total number of VRRP packets received with an invalid VRID for this virtual router.
               tpVrrpStatsTable 1.3.6.1.4.1.11863.6.65.1.4.4 no-access
Table of virtual router statistics.
                   tpVrrpStatsEntry 1.3.6.1.4.1.11863.6.65.1.4.4.1 no-access
An entry in the table, containing statistics information about a given virtual router.
                       tpVrrpStatsVrid 1.3.6.1.4.1.11863.6.65.1.4.4.1.1 integer read-only
the VRID of the virtual router. It is used together with interface ID to specify the virtual router to operate statistics.
                       tpVrrpStatsVid 1.3.6.1.4.1.11863.6.65.1.4.4.1.2 integer read-only
the interface ID of the virtual router. It is used together with VRID to specify the virtual router to operate statistics.
                       tpVrrpStatsIntfStatus 1.3.6.1.4.1.11863.6.65.1.4.4.1.3 integer read-only
The interface status Enumeration: 'interfacevlan': 1, 'routedport': 0.
                       tpVrrpChecksumErr 1.3.6.1.4.1.11863.6.65.1.4.4.1.4 integer read-only
The total number of VRRP packets received with an invalid VRRP checksum value by this virtual router.
                       tpVrrpVersionErr 1.3.6.1.4.1.11863.6.65.1.4.4.1.5 integer read-only
The total number of VRRP packets received with an unknown or unsupported version number by this virtual router.
                       tpVrrpStatsBecomeMaster 1.3.6.1.4.1.11863.6.65.1.4.4.1.6 integer read-only
The total number of times that this virtual router's state has transitioned to MASTER.
                       tpvrrpStatsAdvertiseRcvd 1.3.6.1.4.1.11863.6.65.1.4.4.1.7 integer read-only
The total number of VRRP advertisements received by this virtual router.
                       tpvrrpStatsAdvertiseSent 1.3.6.1.4.1.11863.6.65.1.4.4.1.8 integer read-only
The total number of VRRP advertisements sent by this virtual router.
                       tpvrrpStatsAdvertiseIntervalErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.9 integer 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.
                       tpvrrpStatsAuthFailures 1.3.6.1.4.1.11863.6.65.1.4.4.1.10 integer read-only
The total number of VRRP packets received that do not pass the authentication check.
                       tpvrrpStatsIpTtlErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.11 integer read-only
The total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255.
                       tpvrrpStatsPriorityZeroPktsRcvd 1.3.6.1.4.1.11863.6.65.1.4.4.1.12 integer read-only
The total number of VRRP packets received by the virtual router with a priority of '0'.
                       tpvrrpStatsPriorityZeroPktsSent 1.3.6.1.4.1.11863.6.65.1.4.4.1.13 integer read-only
The total number of VRRP packets sent by the virtual router with a priority of '0'.
                       tpvrrpStatsInvalidTypePktsRcvd 1.3.6.1.4.1.11863.6.65.1.4.4.1.14 integer read-only
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
                       tpvrrpStatsAddressListErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.15 integer read-only
The total number of packets received for which the address list does not match the locally configured list for the virtual router.
                       tpvrrpStatsInvalidAuthType 1.3.6.1.4.1.11863.6.65.1.4.4.1.16 integer read-only
The total number of packets received with an unknown authentication type.
                       tpvrrpStatsAuthTypeMismatch 1.3.6.1.4.1.11863.6.65.1.4.4.1.17 integer read-only
The total number of packets received with 'Auth Type' not equal to the locally configured authentication method (`vrrpOperAuthType').
                       tpvrrpStatsPacketLengthErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.18 integer read-only
The total number of packets received with a packet length less than the length of the VRRP header.
               tpvrrpStatsClear 1.3.6.1.4.1.11863.6.65.1.4.5 integer read-write
The following values are states: these values may be used as follow: active(1),if the entry is being used. clear(0),set the entry to 0. Enumeration: 'active': 1, 'clear': 0.
       tplinkVrrpNotifications 1.3.6.1.4.1.11863.6.65.2