TPLINK-PORTSECURITY-MIB

File: TPLINK-PORTSECURITY-MIB.mib (4248 bytes)

Imported modules

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

Imported symbols

OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
ifIndex DisplayString tplinkMgmt

Defined Types

TpPortSecurityEntry  
SEQUENCE    
  tpPortSecurityPortIndex DisplayString
  tpPortSecurityMaxNum INTEGER
  tpPortSecurityLearnNum INTEGER
  tpPortSecurityLearnMode INTEGER
  tpPortSecurityPortStatus INTEGER

Defined Values

tplinkPortSecurityMIB 1.3.6.1.4.1.11863.6.12
The config of the port security.
MODULE-IDENTITY    

tplinkPortSecurityMIBObjects 1.3.6.1.4.1.11863.6.12.1
OBJECT IDENTIFIER    

tplinkPortSecurityNotifications 1.3.6.1.4.1.11863.6.12.2
OBJECT IDENTIFIER    

tpPortSecurityTable 1.3.6.1.4.1.11863.6.12.1.1
A table that contains security information about every port. Port Security is to protect the switch from the malicious MAC address attack by limiting the maximum number of MAC addresses that can be learned on the port. The port with Port Security feature enabled will learn the MAC address dynamically. When the learned MAC address number reaches the maximum, the port will stop learning. Thereafter, the other devices with the MAC address unlearned can not access to the network via this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpPortSecurityEntry

tpPortSecurityEntry 1.3.6.1.4.1.11863.6.12.1.1.1
A list security information for each port of the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpPortSecurityEntry  

tpPortSecurityPortIndex 1.3.6.1.4.1.11863.6.12.1.1.1.1
This object indicates the port number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

tpPortSecurityMaxNum 1.3.6.1.4.1.11863.6.12.1.1.1.2
This object indicates the maximum number of MAC addresses that can be learned on the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1024  

tpPortSecurityLearnNum 1.3.6.1.4.1.11863.6.12.1.1.1.3
This object indicates the number of MAC addresses that have been learned on the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpPortSecurityLearnMode 1.3.6.1.4.1.11863.6.12.1.1.1.4
This object indicates the learn mode of the port. dynamic: When dynamic mode is selected, the learned MAC address will be deleted automatically after the aging time. static: When static mode is selected, the learned MAC address will be out of the influence of the aging time and can only be deleted manually. The learned entries will be cleared after the switch is rebooted. permanent: When permanent mode is selected, the learned MAC address will be out of the influence of the aging time and can only be deleted manually. The learned entries will be saved even the switch is rebooted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dynamic(0), static(1), permanent(2)  

tpPortSecurityPortStatus 1.3.6.1.4.1.11863.6.12.1.1.1.5
This object indicates the security feature of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), forward(1), drop(2)