TPLINK-PORTCONFIG-MIB

File: TPLINK-PORTCONFIG-MIB.mib (4160 bytes)

Imported modules

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

Imported symbols

OBJECT-TYPE MODULE-IDENTITY ifIndex
DisplayString tplinkMgmt

Defined Types

TpPortConfigEntry  
SEQUENCE    
  tpPortConfigDescription DisplayString
  tpPortConfigStatus INTEGER
  tpPortConfigSpeed INTEGER
  tpPortConfigDuplex INTEGER
  tpPortConfigFlowCtrl INTEGER
  tpPortConfigJumbo INTEGER
  tpPortConfigLAG DisplayString

Defined Values

tplinkPortConfigMIB 1.3.6.1.4.1.11863.6.8
This MIB module contain a collection of managed objects for port configuration.
MODULE-IDENTITY    

tplinkPortConfigMIBObjects 1.3.6.1.4.1.11863.6.8.1
OBJECT IDENTIFIER    

tplinkPortConfigNotifications 1.3.6.1.4.1.11863.6.8.2
OBJECT IDENTIFIER    

tpPortConfigTable 1.3.6.1.4.1.11863.6.8.1.1
A table that contains information about every port. You can configure the basic parameters for the ports. The parameters will affect the working mode of the port, please set the parameters appropriate to your needs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpPortConfigEntry

tpPortConfigEntry 1.3.6.1.4.1.11863.6.8.1.1.1
A list of information for each port of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpPortConfigEntry  

tpPortConfigDescription 1.3.6.1.4.1.11863.6.8.1.1.1.2
This object indicate the description of the port.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

tpPortConfigStatus 1.3.6.1.4.1.11863.6.8.1.1.1.3
This object indicates the link status of the port. When enable is selected, the port can forward the packets normall.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpPortConfigSpeed 1.3.6.1.4.1.11863.6.8.1.1.1.4
This object indicates the speed and duplex mode of the port. The device connected to the switch should be in the same Speed and Duplex mode with the switch. When auto is selected, the Speed and Duplex mode will be determined by auto negotiation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER speed-10Mbps(0), speed-100Mbps(1), speed-1Gigabps(2), speed-10Gigabps(3), auto(4)  

tpPortConfigDuplex 1.3.6.1.4.1.11863.6.8.1.1.1.5
This object indicates the speed and duplex mode of the port. The device connected to the switch should be in the same Speed and Duplex mode with the switch. When auto is selected, the Speed and Duplex mode will be determined by auto negotiation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER half(0), full(1), auto(2)  

tpPortConfigFlowCtrl 1.3.6.1.4.1.11863.6.8.1.1.1.6
This object indicates the port status of the flow control. When Flow Control is enabled, the switch can synchronize the speed with its peer to avoid the packet loss caused by congestion.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpPortConfigJumbo 1.3.6.1.4.1.11863.6.8.1.1.1.7
This object indicates the port status of the jumbo. The default maximum transmission unit (MTU) size is 1518 bytes. When Jumbo is enabled, the MTU size is 9216 bytes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpPortConfigLAG 1.3.6.1.4.1.11863.6.8.1.1.1.8
This object indicates the lag number of the port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString