TPLINK-GVRP-MIB

File: TPLINK-GVRP-MIB.mib (10372 bytes)

Imported modules

SNMPv2-SMI TPLINK-MIB RFC1213-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY tplinkMgmt
ifIndex

Defined Types

TPGVRPPORTENTRY  
SEQUENCE    
  tpGvrpPortNumber OCTET STRING
  tpGvrpPortEnable INTEGER
  tpGvrpPortRegistration INTEGER
  tpGvrpLeaveAllTimer INTEGER
  tpGvrpJoinTimer INTEGER
  tpGvrpLeaveTimer INTEGER
  tpGvrpPortLag OCTET STRING

Defined Values

tplinkGvrpMIB 1.3.6.1.4.1.11863.6.20
GVRP (GARP VLAN registration protocol) is an implementation of GARP (generic attribute registration protocol). GVRP allows the switch to automatically add or remove the VLANs via the dynamic VLAN registration information and propagate the local VLAN registration information to other switches, without having to individually configure each VLAN.
MODULE-IDENTITY    

tplinkGvrpMIBObjects 1.3.6.1.4.1.11863.6.20.1
OBJECT IDENTIFIER    

tpGvrpGlobalConfig 1.3.6.1.4.1.11863.6.20.1.1
OBJECT IDENTIFIER    

tpGvrpGlobalEnable 1.3.6.1.4.1.11863.6.20.1.1.1
Allows you to Enable/Disable the GVRP function. 0. disable 1. enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpGvrpPortConfig 1.3.6.1.4.1.11863.6.20.1.2
OBJECT IDENTIFIER    

tpGvrpPortTable 1.3.6.1.4.1.11863.6.20.1.2.1
Here you can set the GVRP parameters for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPGVRPPORTENTRY

tpGvrpPortEntry 1.3.6.1.4.1.11863.6.20.1.2.1.1
An entry contains of the information of a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPGVRPPORTENTRY  

tpGvrpPortNumber 1.3.6.1.4.1.11863.6.20.1.2.1.1.1
Displays the port number.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpGvrpPortEnable 1.3.6.1.4.1.11863.6.20.1.2.1.1.2
Enable/Disable the GVRP feature for the port. The port type should be set to TRUNK before enabling the GVRP feature. 0. Disable 1. Enable
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpGvrpPortRegistration 1.3.6.1.4.1.11863.6.20.1.2.1.1.3
Select the Registration Mode for the port. 0. NORMAL:In this mode, a port can dynamically register/deregister a VLAN and propagate the dynamic/static VLAN information. 1. FIXED:In this mode, a port cannot register/deregister a VLAN dynamically. It only propagates static VLAN information. 2. FORBIDDEN:In this mode, a port cannot register/deregister VLANs. It only propagates VLAN 1 information.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(0), fixed(1), forbidden(2)  

tpGvrpLeaveAllTimer 1.3.6.1.4.1.11863.6.20.1.2.1.1.4
Once the LeaveAll Timer is set, the port with GVRP enabled can send a LeaveAll message after the timer times out, so that other GARP ports can re-register all the attribute information. After that, the LeaveAll timer will start to begin a new cycle. The LeaveAll Timer ranges from 1000 to 30000 centiseconds and could be devided exactly by 5.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1000..30000  

tpGvrpJoinTimer 1.3.6.1.4.1.11863.6.20.1.2.1.1.5
To guarantee the transmission of the Join messages, a GARP port sends each Join message two times. The Join Timer is used to define the interval between the two sending operations of each Join message. The Join Timer ranges from 20 to 1000 centiseconds and could be devided exactly by 5.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 20..1000  

tpGvrpLeaveTimer 1.3.6.1.4.1.11863.6.20.1.2.1.1.6
Once the Leave Timer is set, the GARP port receiving a Leave message will start its Leave timer, and unregister the attribute information if it does not receive a Join message again before the timer times out. The Leave Timer ranges from 60 to 3000 centiseconds and could be devided exactly by 5. (leave timer)*10 <= leaveAll timer, (join timer)*2 <= leave timer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 60..3000  

tpGvrpPortLag 1.3.6.1.4.1.11863.6.20.1.2.1.1.7
Displays the LAG to which the port belongs.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tplinkGvrpNotifications 1.3.6.1.4.1.11863.6.20.2
OBJECT IDENTIFIER