TPLINK-VRRP-MIB

File: TPLINK-VRRP-MIB.mib (24901 bytes)

Imported modules

SNMPv2-SMI TPLINK-TC-MIB TPLINK-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
TPRowStatus tplinkMgmt

Defined Types

TpVrrpGlobalCtrlEntry  
SEQUENCE    
  tpVrrpVrid INTEGER
  tpVrrpVid INTEGER
  tpVrrpIntfStatus INTEGER
  tpVrrpInterfaceIP IpAddress
  tpVrrpMacAddress OCTET STRING
  tpVrrpDescription OCTET STRING
  tpVrrpPrimaryVirtualIp IpAddress
  tpVrrpRunPriority INTEGER
  tpVrrpConfigPriority INTEGER
  tpVrrpAdvertisement INTEGER
  tpVrrpPreeptMode INTEGER
  tpVrrpTimeDelay INTEGER
  tpVrrpAuthType INTEGER
  tpVrrpKey OCTET STRING
  tpVrrpState INTEGER
  tpVrrpStatus TPRowStatus

TpVrrpVirtualIpCtrlEntry  
SEQUENCE    
  tpVrrpVirtualIpVrid INTEGER
  tpVrrpVirtualIpVid INTEGER
  tpVrrpVirtualIpintfStatus INTEGER
  tpVrrpVirtualIpAddress IpAddress
  tpVrrpVirtualIpStatus TPRowStatus

TpVrrpTrackCtrlEntry  
SEQUENCE    
  tpVrrpTrackVrid INTEGER
  tpVrrpTrackVid INTEGER
  tpVrrpTrackIntfStatus INTEGER
  tpVrrpTrackInterface INTEGER
  tpVrrpTrackIntfTrackedStatus INTEGER
  tpVrrpTrackPriortiy INTEGER
  tpVrrpLinkState INTEGER
  tpVrrpTrackStatus TPRowStatus

TpVrrpStatsEntry  
SEQUENCE    
  tpVrrpStatsVrid INTEGER
  tpVrrpStatsVid INTEGER
  tpVrrpStatsIntfStatus INTEGER
  tpVrrpChecksumErr INTEGER
  tpVrrpVersionErr INTEGER
  tpVrrpStatsBecomeMaster INTEGER
  tpvrrpStatsAdvertiseRcvd INTEGER
  tpvrrpStatsAdvertiseSent INTEGER
  tpvrrpStatsAdvertiseIntervalErrors INTEGER
  tpvrrpStatsAuthFailures INTEGER
  tpvrrpStatsIpTtlErrors INTEGER
  tpvrrpStatsPriorityZeroPktsRcvd INTEGER
  tpvrrpStatsPriorityZeroPktsSent INTEGER
  tpvrrpStatsInvalidTypePktsRcvd INTEGER
  tpvrrpStatsAddressListErrors INTEGER
  tpvrrpStatsInvalidAuthType INTEGER
  tpvrrpStatsAuthTypeMismatch INTEGER
  tpvrrpStatsPacketLengthErrors INTEGER

Defined Values

tplinkVrrpMIB 1.3.6.1.4.1.11863.6.65
This MIB describes objects used for managing Virtual Router Redundancy Protocol (VRRP) routers.
MODULE-IDENTITY    

tplinkVrrpMIBObjects 1.3.6.1.4.1.11863.6.65.1
OBJECT IDENTIFIER    

tplinkVrrpNotifications 1.3.6.1.4.1.11863.6.65.2
OBJECT IDENTIFIER    

tpVrrpGlobalCtrl 1.3.6.1.4.1.11863.6.65.1.1
OBJECT IDENTIFIER    

tpVrrpVirtualIpCtrl 1.3.6.1.4.1.11863.6.65.1.2
OBJECT IDENTIFIER    

tpVrrpTrackCtrl 1.3.6.1.4.1.11863.6.65.1.3
OBJECT IDENTIFIER    

tpVrrpStatistics 1.3.6.1.4.1.11863.6.65.1.4
OBJECT IDENTIFIER    

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

tpVrrpGlobalCtrlEntry 1.3.6.1.4.1.11863.6.65.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpVrrpGlobalCtrlEntry  

tpVrrpVrid 1.3.6.1.4.1.11863.6.65.1.1.1.1.1
This object contains the Virtual Router Identifier (VRID).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpVid 1.3.6.1.4.1.11863.6.65.1.1.1.1.2
The interface index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpIntfStatus 1.3.6.1.4.1.11863.6.65.1.1.1.1.3
The interface status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interfacevlan(1), routedport(0)  

tpVrrpInterfaceIP 1.3.6.1.4.1.11863.6.65.1.1.1.1.4
The interface IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpVrrpMacAddress 1.3.6.1.4.1.11863.6.65.1.1.1.1.5
The virtual MAC address of the virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

tpVrrpDescription 1.3.6.1.4.1.11863.6.65.1.1.1.1.6
The description of the VRRP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpVrrpPrimaryVirtualIp 1.3.6.1.4.1.11863.6.65.1.1.1.1.7
This is the IP address listed as the source in VRRP advertisement last received by this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpVrrpRunPriority 1.3.6.1.4.1.11863.6.65.1.1.1.1.8
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).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpConfigPriority 1.3.6.1.4.1.11863.6.65.1.1.1.1.9
This object operate the priority to be used for the virtual router master election process.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpAdvertisement 1.3.6.1.4.1.11863.6.65.1.1.1.1.10
The time interval, in seconds, between sending advertisement messages. Only the master router sends VRRP advertisements.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpPreeptMode 1.3.6.1.4.1.11863.6.65.1.1.1.1.11
Controls whether a higher priority virtual router will preempt a lower priority master
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(0), disable(1)  

tpVrrpTimeDelay 1.3.6.1.4.1.11863.6.65.1.1.1.1.12
This is object is used to config the delay timer associated with the VRRP.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpAuthType 1.3.6.1.4.1.11863.6.65.1.1.1.1.13
Authentication type used for VRRP protocol exchanges between virtual routers. This value of this object is the same for a given ifindex(Vlan ID).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER normal(0), simple(1), md5(2)  

tpVrrpKey 1.3.6.1.4.1.11863.6.65.1.1.1.1.14
The Authentication Key. This object is set according to the value of the 'tpVrrpAuthType' object ('Simple' or 'MD5').
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpVrrpState 1.3.6.1.4.1.11863.6.65.1.1.1.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER initialize(0), backup(1), master(2)  

tpVrrpStatus 1.3.6.1.4.1.11863.6.65.1.1.1.1.16
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.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpVrrpVirtualIpCtrlTable 1.3.6.1.4.1.11863.6.65.1.2.1
The table of addresses associated with this virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpVrrpVirtualIpCtrlEntry

tpVrrpVirtualIpCtrlEntry 1.3.6.1.4.1.11863.6.65.1.2.1.1
An entry in the table contains an IP address that is associated with a virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpVrrpVirtualIpCtrlEntry  

tpVrrpVirtualIpVrid 1.3.6.1.4.1.11863.6.65.1.2.1.1.1
This object contains the Virtual Router Identifier (VRID).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpVirtualIpVid 1.3.6.1.4.1.11863.6.65.1.2.1.1.2
The interface index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpVirtualIpintfStatus 1.3.6.1.4.1.11863.6.65.1.2.1.1.3
The interface status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interfacevlan(1), routedport(0)  

tpVrrpVirtualIpAddress 1.3.6.1.4.1.11863.6.65.1.2.1.1.4
The virtual IP address associated with a virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpVrrpVirtualIpStatus 1.3.6.1.4.1.11863.6.65.1.2.1.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpVrrpTrackCtrlTable 1.3.6.1.4.1.11863.6.65.1.3.1
The table of ifindex tracked by the virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpVrrpTrackCtrlEntry

tpVrrpTrackCtrlEntry 1.3.6.1.4.1.11863.6.65.1.3.1.1
An entry in the table contains the ifindex and reduced priority that is associated with a virtual router.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpVrrpTrackCtrlEntry  

tpVrrpTrackVrid 1.3.6.1.4.1.11863.6.65.1.3.1.1.1
This object contains the Virtual Router Identifier (VRID).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpTrackVid 1.3.6.1.4.1.11863.6.65.1.3.1.1.2
The interface index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpTrackIntfStatus 1.3.6.1.4.1.11863.6.65.1.3.1.1.3
The interface status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interfacevlan(1), routedport(0)  

tpVrrpTrackInterface 1.3.6.1.4.1.11863.6.65.1.3.1.1.4
The ifindex tracked by the virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpTrackIntfTrackedStatus 1.3.6.1.4.1.11863.6.65.1.3.1.1.5
The interface status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interfacevlan(1), routedport(0)  

tpVrrpTrackPriortiy 1.3.6.1.4.1.11863.6.65.1.3.1.1.6
The object operate the priority of the virtual router when the interface tracked linkdown.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

tpVrrpLinkState 1.3.6.1.4.1.11863.6.65.1.3.1.1.7
The object display the status of the interface tracked .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(0), on(1)  

tpVrrpTrackStatus 1.3.6.1.4.1.11863.6.65.1.3.1.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpVrrpChecksumErrors 1.3.6.1.4.1.11863.6.65.1.4.1
The total number of VRRP packets received with an invalid VRRP checksum value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpVersionErrors 1.3.6.1.4.1.11863.6.65.1.4.2
The total number of VRRP packets received with an unknown or unsupported version number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpVridErrors 1.3.6.1.4.1.11863.6.65.1.4.3
The total number of VRRP packets received with an invalid VRID for this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsClear 1.3.6.1.4.1.11863.6.65.1.4.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), clear(0)  

tpVrrpStatsTable 1.3.6.1.4.1.11863.6.65.1.4.4
Table of virtual router statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpVrrpStatsEntry

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

tpVrrpStatsVrid 1.3.6.1.4.1.11863.6.65.1.4.4.1.1
the VRID of the virtual router. It is used together with interface ID to specify the virtual router to operate statistics.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpStatsVid 1.3.6.1.4.1.11863.6.65.1.4.4.1.2
the interface ID of the virtual router. It is used together with VRID to specify the virtual router to operate statistics.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpStatsIntfStatus 1.3.6.1.4.1.11863.6.65.1.4.4.1.3
The interface status
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interfacevlan(1), routedport(0)  

tpVrrpChecksumErr 1.3.6.1.4.1.11863.6.65.1.4.4.1.4
The total number of VRRP packets received with an invalid VRRP checksum value by this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpVersionErr 1.3.6.1.4.1.11863.6.65.1.4.4.1.5
The total number of VRRP packets received with an unknown or unsupported version number by this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpVrrpStatsBecomeMaster 1.3.6.1.4.1.11863.6.65.1.4.4.1.6
The total number of times that this virtual router's state has transitioned to MASTER.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsAdvertiseRcvd 1.3.6.1.4.1.11863.6.65.1.4.4.1.7
The total number of VRRP advertisements received by this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsAdvertiseSent 1.3.6.1.4.1.11863.6.65.1.4.4.1.8
The total number of VRRP advertisements sent by this virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsAdvertiseIntervalErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.9
The total number of VRRP advertisement packets received for which the advertisement interval is different than the one configured for the local virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsAuthFailures 1.3.6.1.4.1.11863.6.65.1.4.4.1.10
The total number of VRRP packets received that do not pass the authentication check.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsIpTtlErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.11
The total number of VRRP packets received by the virtual router with IP TTL (Time-To-Live) not equal to 255.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsPriorityZeroPktsRcvd 1.3.6.1.4.1.11863.6.65.1.4.4.1.12
The total number of VRRP packets received by the virtual router with a priority of '0'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsPriorityZeroPktsSent 1.3.6.1.4.1.11863.6.65.1.4.4.1.13
The total number of VRRP packets sent by the virtual router with a priority of '0'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsInvalidTypePktsRcvd 1.3.6.1.4.1.11863.6.65.1.4.4.1.14
The number of VRRP packets received by the virtual router with an invalid value in the 'type' field.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsAddressListErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.15
The total number of packets received for which the address list does not match the locally configured list for the virtual router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsInvalidAuthType 1.3.6.1.4.1.11863.6.65.1.4.4.1.16
The total number of packets received with an unknown authentication type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsAuthTypeMismatch 1.3.6.1.4.1.11863.6.65.1.4.4.1.17
The total number of packets received with 'Auth Type' not equal to the locally configured authentication method (`vrrpOperAuthType').
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpvrrpStatsPacketLengthErrors 1.3.6.1.4.1.11863.6.65.1.4.4.1.18
The total number of packets received with a packet length less than the length of the VRRP header.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER