TPLINK-DOT1Q-VLAN-MIB: View SNMP OID List / Download MIB
VENDOR: TP-LINK
Home | MIB: TPLINK-DOT1Q-VLAN-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 |
tplinkDot1qVlanMIB | 1.3.6.1.4.1.11863.6.14 |
VLAN (Virtual Local Area Network) technology is developed for the switch to divide the LAN into multiple logical LANs flexibly. Hosts in the same VLAN can communicate with each other, regardless of their physical locations. VLAN can enhance performance by conserving bandwidth, and improve security by limiting traffic to specific domains. |
||
tplinkDot1qVlanMIBObjects | 1.3.6.1.4.1.11863.6.14.1 | |||
vlanPortConfig | 1.3.6.1.4.1.11863.6.14.1.1 | |||
vlanPortConfigTable | 1.3.6.1.4.1.11863.6.14.1.1.1 | no-access |
The switch provides three Link Types for the ports. Usually, the ACCESS port is to connect to the terminal hosts, such as PC and Server; the TRUNK port is to connect to the switch; the GENERAL port can connect to the terminal hosts or the switch also. |
|
1.3.6.1.4.1.11863.6.14.1.1.1.1 | no-access |
An entry contains of the information of a port parameter. |
||
vlanPortNumber | 1.3.6.1.4.1.11863.6.14.1.1.1.1.1 | octet string | read-only |
The port id. |
vlanPortType | 1.3.6.1.4.1.11863.6.14.1.1.1.1.2 | integer | read-write |
0.ACCESS:The ACCESS port can be added in a single VLAN,and the egress rule of the port is UNTAG. The PVID is same as the current VLAN ID. If the current VLAN is deleted,the PVID will be set to 1 by default. 1.TRUNK:The TRUNK port can be added in multiple VLANs, and the egress rule of the port is TAG. The PVID can be set as the VID number of any VLAN the port belongs to. 2.GENERAL:The GENERAL port can be added in multiple VLANs and set various egress rules according to the different VLANs. The default egress rule is UNTAG. The PVID can be set as the VID number of any VLAN the port belongs to. Enumeration: 'access': 0, 'general': 2, 'trunk': 1. |
vlanPortPvid | 1.3.6.1.4.1.11863.6.14.1.1.1.1.3 | integer | read-write |
Enter the PVID number of the port, 1-4094 |
vlanPortLag | 1.3.6.1.4.1.11863.6.14.1.1.1.1.4 | displaystring | read-only |
Displays the LAG to which the port belongs. |
vlanConfig | 1.3.6.1.4.1.11863.6.14.1.2 | |||
vlanConfigTable | 1.3.6.1.4.1.11863.6.14.1.2.1 | no-access |
Here you can view and modify the VLAN Table. |
|
1.3.6.1.4.1.11863.6.14.1.2.1.1 | no-access |
An entry contains of the information of a vlan. |
||
dot1qVlanId | 1.3.6.1.4.1.11863.6.14.1.2.1.1.1 | integer | read-only |
Enter the ID number of VLAN,2-4094. |
dot1qVlanDescription | 1.3.6.1.4.1.11863.6.14.1.2.1.1.2 | octet string | read-only |
Give a description to the VLAN for identification,1-16 characters |
vlanTagPortMemberAdd | 1.3.6.1.4.1.11863.6.14.1.2.1.1.3 | octet string | read-only |
Enter the desired port to be a tag member of VLAN,The format of input port number shoud be like '1, 3, 4-7, 11'. tag:All packets forwarded by the port are tagged. The packets contain VLAN information. |
vlanUntagPortMemberAdd | 1.3.6.1.4.1.11863.6.14.1.2.1.1.4 | octet string | read-only |
Enter the desired port to be a untag member of VLAN,The format of input port number shoud be like '1, 3, 4-7, 11'. untag:Packets forwarded by the port are untagged. |
vlanPortMemberRemove | 1.3.6.1.4.1.11863.6.14.1.2.1.1.5 | octet string | read-only |
Remove port member of vlan,The format of input port number shoud be like '1, 3, 4-7, 11'. |
dot1qVlanStatus | 1.3.6.1.4.1.11863.6.14.1.2.1.1.6 | tprowstatus | read-only |
the following two values are states: these values may be read or written active(1), the following three values are actions: these values may be written, but are never read createAndGo(4), destroy(6) |
tplinkDot1qVlanNotifications | 1.3.6.1.4.1.11863.6.14.2 | |||
vlanTableCreate | 1.3.6.1.4.1.11863.6.14.2.1 |