TPLINK-STATICARP-MIB

File: TPLINK-STATICARP-MIB.mib (3413 bytes)

Imported modules

TPLINK-TC-MIB TPLINK-MIB SNMPv2-SMI

Imported symbols

TPRowStatus tplinkMgmt OBJECT-TYPE
IpAddress

Defined Types

MacAddress  
OCTET STRING Size(6)    

STATICITEMCTRLENTRY  
SEQUENCE    
  tpStaticARPItemIp IpAddress
  tpStaticARPItemMac OCTET STRING Size(0..20)
  tpStaticArpItemInterfaceName OCTET STRING Size(0..255)
  tpStaticARPItemStatus TPRowStatus

Defined Values

tplinkStaticARPMIB 1.3.6.1.4.1.11863.6.54
Private MIB for static ARP configuration.
MODULE-IDENTITY    

tplinkStaticARPMIBObjects 1.3.6.1.4.1.11863.6.54.1
OBJECT IDENTIFIER    

tplinkStaticARPNotifications 1.3.6.1.4.1.11863.6.54.2
OBJECT IDENTIFIER    

tpStaticARPConfig 1.3.6.1.4.1.11863.6.54.1.1
OBJECT IDENTIFIER    

tpStaticARPConfigTable 1.3.6.1.4.1.11863.6.54.1.1.1
A list of static ARP entries.ARP Presented here is a protocol that allows dynamic distribution of the information needed to build tables to translate an address A in protocol P's address space into a 48.bit Ethernet address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    STATICITEMCTRLENTRY

tpStaticARPConfigEntry 1.3.6.1.4.1.11863.6.54.1.1.1.1
The item can be added or removed .
Status: current Access: not-accessible
OBJECT-TYPE    
  STATICITEMCTRLENTRY  

tpStaticARPItemIp 1.3.6.1.4.1.11863.6.54.1.1.1.1.1
The ip Address of the ARP entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpStaticARPItemMac 1.3.6.1.4.1.11863.6.54.1.1.1.1.2
The Mac (hardware) address of the ARP entry.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..20)  

tpStaticArpItemInterfaceName 1.3.6.1.4.1.11863.6.54.1.1.1.1.3
The name of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpStaticARPItemStatus 1.3.6.1.4.1.11863.6.54.1.1.1.1.4
The following values are states: these values may be used as follow: active(1),if the entry is being used. notInService(2),destory the entry. notReady(3),destory the entry. createAndGo(4),not being used createAndWait(5),creat a new entry destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus