TPLINK-GVRP-MIB: View SNMP OID List / Download MIB
VENDOR: TP-LINK
Home | MIB: TPLINK-GVRP-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).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
tplinkGvrpMIBObjects | 1.3.6.1.4.1.11863.6.20.1 | |||
tpGvrpGlobalConfig | 1.3.6.1.4.1.11863.6.20.1.1 | |||
tpGvrpGlobalEnable | 1.3.6.1.4.1.11863.6.20.1.1.1 | integer | read-write |
Allows you to Enable/Disable the GVRP function. 0. disable 1. enable Enumeration: 'enable': 1, 'disable': 0. |
tpGvrpPortConfig | 1.3.6.1.4.1.11863.6.20.1.2 | |||
tpGvrpPortTable | 1.3.6.1.4.1.11863.6.20.1.2.1 | no-access |
Here you can set the GVRP parameters for each port. |
|
1.3.6.1.4.1.11863.6.20.1.2.1.1 | no-access |
An entry contains of the information of a port. |
||
tpGvrpPortNumber | 1.3.6.1.4.1.11863.6.20.1.2.1.1.1 | octet string | read-only |
Displays the port number. |
tpGvrpPortEnable | 1.3.6.1.4.1.11863.6.20.1.2.1.1.2 | integer | read-write |
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 Enumeration: 'enable': 1, 'disable': 0. |
tpGvrpPortRegistration | 1.3.6.1.4.1.11863.6.20.1.2.1.1.3 | integer | read-write |
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. Enumeration: 'forbidden': 2, 'fixed': 1, 'normal': 0. |
tpGvrpLeaveAllTimer | 1.3.6.1.4.1.11863.6.20.1.2.1.1.4 | integer | read-write |
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. |
tpGvrpJoinTimer | 1.3.6.1.4.1.11863.6.20.1.2.1.1.5 | integer | read-write |
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. |
tpGvrpLeaveTimer | 1.3.6.1.4.1.11863.6.20.1.2.1.1.6 | integer | read-write |
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. |
tpGvrpPortLag | 1.3.6.1.4.1.11863.6.20.1.2.1.1.7 | octet string | read-only |
Displays the LAG to which the port belongs. |
tplinkGvrpNotifications | 1.3.6.1.4.1.11863.6.20.2 |