TPLINK-DOT1Q-VLAN-MIB

File: TPLINK-DOT1Q-VLAN-MIB.mib (6869 bytes)

Imported modules

RFC1213-MIB SNMPv2-SMI TPLINK-TC-MIB
SNMPv2-TC TPLINK-MIB

Imported symbols

ifIndex MODULE-IDENTITY OBJECT-TYPE
Counter32 Integer32 OBJECT-IDENTITY
NOTIFICATION-TYPE TPRowStatus DisplayString
tplinkMgmt

Defined Types

VLANPORTCONFIGENTRY  
SEQUENCE    
  vlanPortNumber OCTET STRING
  vlanPortType INTEGER
  vlanPortPvid INTEGER
  vlanPortLag DisplayString Size(0..10)

DOT1QVLANCONFIGENTRY  
SEQUENCE    
  dot1qVlanId INTEGER 1..4094
  dot1qVlanDescription OCTET STRING Size(0..64)
  vlanTagPortMemberAdd OCTET STRING
  vlanUntagPortMemberAdd OCTET STRING
  vlanPortMemberRemove OCTET STRING
  dot1qVlanStatus TPRowStatus

Defined Values

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.
MODULE-IDENTITY    

tplinkDot1qVlanMIBObjects 1.3.6.1.4.1.11863.6.14.1
OBJECT IDENTIFIER    

tplinkDot1qVlanNotifications 1.3.6.1.4.1.11863.6.14.2
OBJECT IDENTIFIER    

vlanTableCreate 1.3.6.1.4.1.11863.6.14.2.1
Tok_String
Status: current Access: read-write
NOTIFICATION-TYPE    

vlanPortConfig 1.3.6.1.4.1.11863.6.14.1.1
OBJECT IDENTIFIER    

vlanConfig 1.3.6.1.4.1.11863.6.14.1.2
OBJECT IDENTIFIER    

vlanPortConfigTable 1.3.6.1.4.1.11863.6.14.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VLANPORTCONFIGENTRY

vlanPortConifgEntry 1.3.6.1.4.1.11863.6.14.1.1.1.1
An entry contains of the information of a port parameter.
Status: current Access: not-accessible
OBJECT-TYPE    
  VLANPORTCONFIGENTRY  

vlanPortNumber 1.3.6.1.4.1.11863.6.14.1.1.1.1.1
The port id.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

vlanPortType 1.3.6.1.4.1.11863.6.14.1.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER access(0), trunk(1), general(2)  

vlanPortPvid 1.3.6.1.4.1.11863.6.14.1.1.1.1.3
Enter the PVID number of the port, 1-4094
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4094  

vlanPortLag 1.3.6.1.4.1.11863.6.14.1.1.1.1.4
Displays the LAG to which the port belongs.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..10)  

vlanConfigTable 1.3.6.1.4.1.11863.6.14.1.2.1
Here you can view and modify the VLAN Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DOT1QVLANCONFIGENTRY

vlanConfigEntry 1.3.6.1.4.1.11863.6.14.1.2.1.1
An entry contains of the information of a vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  DOT1QVLANCONFIGENTRY  

dot1qVlanId 1.3.6.1.4.1.11863.6.14.1.2.1.1.1
Enter the ID number of VLAN,2-4094.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4094  

dot1qVlanDescription 1.3.6.1.4.1.11863.6.14.1.2.1.1.2
Give a description to the VLAN for identification,1-16 characters
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

vlanTagPortMemberAdd 1.3.6.1.4.1.11863.6.14.1.2.1.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

vlanUntagPortMemberAdd 1.3.6.1.4.1.11863.6.14.1.2.1.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

vlanPortMemberRemove 1.3.6.1.4.1.11863.6.14.1.2.1.1.5
Remove port member of vlan,The format of input port number shoud be like '1, 3, 4-7, 11'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

dot1qVlanStatus 1.3.6.1.4.1.11863.6.14.1.2.1.1.6
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)
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus