TPLINK-DHCPSERVER-MIB

File: TPLINK-DHCPSERVER-MIB.mib (20004 bytes)

Imported modules

TPLINK-TC-MIB SNMPv2-SMI TPLINK-MIB

Imported symbols

TPRowStatus MODULE-IDENTITY OBJECT-TYPE
IpAddress Counter64 tplinkMgmt

Defined Types

TpDhcpServerUnusedIpEntry  
SEQUENCE    
  tpDhcpServerUnusedStartIp IpAddress
  tpDhcpServerUnusedEndIp IpAddress
  tpDhcpServerUnusedIpStatus TPRowStatus

TpDhcpServerAddrPoolEntry  
SEQUENCE    
  tpDhcpServerAddrPoolName OCTET STRING
  tpDhcpServerAddrPoolNetwork IpAddress
  tpDhcpServerAddrPoolSubnetMask IpAddress
  tpDhcpServerAddrPoolRentTime INTEGER
  tpDhcpServerAddrPoolGateWayA IpAddress
  tpDhcpServerAddrPoolGateWayB IpAddress
  tpDhcpServerAddrPoolGateWayC IpAddress
  tpDhcpServerAddrPoolGateWayD IpAddress
  tpDhcpServerAddrPoolGateWayE IpAddress
  tpDhcpServerAddrPoolGateWayF IpAddress
  tpDhcpServerAddrPoolGateWayG IpAddress
  tpDhcpServerAddrPoolGateWayH IpAddress
  tpDhcpServerAddrPoolDnsA IpAddress
  tpDhcpServerAddrPoolDnsB IpAddress
  tpDhcpServerAddrPoolDnsC IpAddress
  tpDhcpServerAddrPoolDnsD IpAddress
  tpDhcpServerAddrPoolDnsE IpAddress
  tpDhcpServerAddrPoolDnsF IpAddress
  tpDhcpServerAddrPoolDnsG IpAddress
  tpDhcpServerAddrPoolDnsH IpAddress
  tpDhcpServerAddrPoolNBNServerA IpAddress
  tpDhcpServerAddrPoolNBNServerB IpAddress
  tpDhcpServerAddrPoolNBNServerC IpAddress
  tpDhcpServerAddrPoolNBNServerD IpAddress
  tpDhcpServerAddrPoolNBNServerE IpAddress
  tpDhcpServerAddrPoolNBNServerF IpAddress
  tpDhcpServerAddrPoolNBNServerG IpAddress
  tpDhcpServerAddrPoolNBNServerH IpAddress
  tpDhcpServerAddrPoolNetbiosNodeType INTEGER
  tpDhcpServerAddrPoolNextServer IpAddress
  tpDhcpServerAddrPoolDomainName OCTET STRING
  tpDhcpServerAddrPoolBootfile OCTET STRING
  tpDhcpServerAddrPoolStatus TPRowStatus

TPDHCPSERVERSTATICBINDENTRY  
SEQUENCE    
  tpDhcpServerStaticAddrPoolName OCTET STRING
  tpDhcpServerBindIpAddr IpAddress
  tpDhcpServerStaticClientId OCTET STRING
  tpDhcpServerMacAddr OCTET STRING
  tpDhcpServerHardwareType INTEGER
  tpDhcpServerStaticBindStatus TPRowStatus

TPDHCPSERVERBINDINGENTRY  
SEQUENCE    
  tpDhcpServerBindingIp IpAddress
  tpDhcpServerBindingClientId OCTET STRING
  tpDhcpServerBindingMac OCTET STRING
  tpDhcpServerBindingType INTEGER
  tpDhcpServerBindingRemainTime OCTET STRING
  tpDhcpServerBindingStatus TPRowStatus

Defined Values

tplinkDhcpServerMIB 1.3.6.1.4.1.11863.6.38
This MIB module contain a collection of managed objects that apply to network devices with Dhcp Server function.
MODULE-IDENTITY    

tplinkDhcpServerMIBObjects 1.3.6.1.4.1.11863.6.38.1
OBJECT IDENTIFIER    

tplinkDhcpServerNotifications 1.3.6.1.4.1.11863.6.38.2
OBJECT IDENTIFIER    

tpDhcpServerEnable 1.3.6.1.4.1.11863.6.38.1.1
Select Enable/Disable DHCP server function globally on the Switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpDhcpServerVendorClassId 1.3.6.1.4.1.11863.6.38.1.2
Configure DHCP option 60 field.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

tpDhcpServerCapwapAcIp 1.3.6.1.4.1.11863.6.38.1.3
Configure DHCP option 138 field.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

tpDhcpServerUnusedIpTable 1.3.6.1.4.1.11863.6.38.1.4
A list of distributed IP entries by the DHCP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpDhcpServerUnusedIpEntry

tpDhcpServerUnusedIpEntry 1.3.6.1.4.1.11863.6.38.1.4.1
A group of IP entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpDhcpServerUnusedIpEntry  

tpDhcpServerUnusedStartIp 1.3.6.1.4.1.11863.6.38.1.4.1.1
Every DHCP Server own a lot of ip address ,here is the start unused ip address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpDhcpServerUnusedEndIp 1.3.6.1.4.1.11863.6.38.1.4.1.2
The end unused ip address of the DHCP server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerUnusedIpStatus 1.3.6.1.4.1.11863.6.38.1.4.1.3
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),not being used. destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpDhcpServerAddrPoolTable 1.3.6.1.4.1.11863.6.38.1.5
A list of entries in DHCP server address pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpDhcpServerAddrPoolEntry

tpDhcpServerAddrPoolEntry 1.3.6.1.4.1.11863.6.38.1.5.1
A group of IP entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpDhcpServerAddrPoolEntry  

tpDhcpServerAddrPoolName 1.3.6.1.4.1.11863.6.38.1.5.1.1
The entry name.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

tpDhcpServerAddrPoolNetwork 1.3.6.1.4.1.11863.6.38.1.5.1.2
The address of network.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolSubnetMask 1.3.6.1.4.1.11863.6.38.1.5.1.3
The address of subnet mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolRentTime 1.3.6.1.4.1.11863.6.38.1.5.1.4
The rent time.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpDhcpServerAddrPoolGateWayA 1.3.6.1.4.1.11863.6.38.1.5.1.5
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolGateWayB 1.3.6.1.4.1.11863.6.38.1.5.1.6
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolGateWayC 1.3.6.1.4.1.11863.6.38.1.5.1.7
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolGateWayD 1.3.6.1.4.1.11863.6.38.1.5.1.8
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolGateWayE 1.3.6.1.4.1.11863.6.38.1.5.1.9
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolGateWayF 1.3.6.1.4.1.11863.6.38.1.5.1.10
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolGateWayG 1.3.6.1.4.1.11863.6.38.1.5.1.11
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolGateWayH 1.3.6.1.4.1.11863.6.38.1.5.1.12
The address of gateway.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsA 1.3.6.1.4.1.11863.6.38.1.5.1.13
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsB 1.3.6.1.4.1.11863.6.38.1.5.1.14
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsC 1.3.6.1.4.1.11863.6.38.1.5.1.15
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsD 1.3.6.1.4.1.11863.6.38.1.5.1.16
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsE 1.3.6.1.4.1.11863.6.38.1.5.1.17
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsF 1.3.6.1.4.1.11863.6.38.1.5.1.18
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsG 1.3.6.1.4.1.11863.6.38.1.5.1.19
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDnsH 1.3.6.1.4.1.11863.6.38.1.5.1.20
The address of dns.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerA 1.3.6.1.4.1.11863.6.38.1.5.1.21
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerB 1.3.6.1.4.1.11863.6.38.1.5.1.22
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerC 1.3.6.1.4.1.11863.6.38.1.5.1.23
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerD 1.3.6.1.4.1.11863.6.38.1.5.1.24
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerE 1.3.6.1.4.1.11863.6.38.1.5.1.25
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerF 1.3.6.1.4.1.11863.6.38.1.5.1.26
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerG 1.3.6.1.4.1.11863.6.38.1.5.1.27
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNBNServerH 1.3.6.1.4.1.11863.6.38.1.5.1.28
The address of nebios server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolNetbiosNodeType 1.3.6.1.4.1.11863.6.38.1.5.1.29
The Netbios node type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), broadcast(1), peer-to-peer(2), mixed(4), hybrid(8)  

tpDhcpServerAddrPoolNextServer 1.3.6.1.4.1.11863.6.38.1.5.1.30
The address of next server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerAddrPoolDomainName 1.3.6.1.4.1.11863.6.38.1.5.1.31
The domain name of client.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..200)  

tpDhcpServerAddrPoolBootfile 1.3.6.1.4.1.11863.6.38.1.5.1.32
The domain name of client.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

tpDhcpServerAddrPoolStatus 1.3.6.1.4.1.11863.6.38.1.5.1.33
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),not being used. destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpDhcpServerStaticBindTable 1.3.6.1.4.1.11863.6.38.1.6
A list of entries in DHCP server static bind table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPDHCPSERVERSTATICBINDENTRY

tpDhcpServerStaticBindEntry 1.3.6.1.4.1.11863.6.38.1.6.1
A group of IP entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPDHCPSERVERSTATICBINDENTRY  

tpDhcpServerStaticAddrPoolName 1.3.6.1.4.1.11863.6.38.1.6.1.1
The entry name.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

tpDhcpServerBindIpAddr 1.3.6.1.4.1.11863.6.38.1.6.1.2
The static binding ip address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpDhcpServerStaticClientId 1.3.6.1.4.1.11863.6.38.1.6.1.3
The identifier of the client.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

tpDhcpServerMacAddr 1.3.6.1.4.1.11863.6.38.1.6.1.4
The mac address of network.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpDhcpServerHardwareType 1.3.6.1.4.1.11863.6.38.1.6.1.5
The hardware type. -2 stands for ascii clientid, -1 stands for hex clientid ETHERNET_BIND v stands for mac type ethernet and 6 stands for mac type ieee802.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ascii(-2), hex(-1), ethernet(1), ieee802(6)  

tpDhcpServerStaticBindStatus 1.3.6.1.4.1.11863.6.38.1.6.1.6
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),not being used. destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpDhcpServerBindingTable 1.3.6.1.4.1.11863.6.38.1.7
A list of entries in DHCP server bindings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPDHCPSERVERBINDINGENTRY

tpDhcpServerBindingEntry 1.3.6.1.4.1.11863.6.38.1.7.1
A group of IP entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPDHCPSERVERBINDINGENTRY  

tpDhcpServerBindingIp 1.3.6.1.4.1.11863.6.38.1.7.1.1
The address of subnet mask.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

tpDhcpServerBindingClientId 1.3.6.1.4.1.11863.6.38.1.7.1.2
The identifier of the client.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..200)  

tpDhcpServerBindingMac 1.3.6.1.4.1.11863.6.38.1.7.1.3
The address of network.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tpDhcpServerBindingType 1.3.6.1.4.1.11863.6.38.1.7.1.4
The binding type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER automatic(0), manual(1)  

tpDhcpServerBindingRemainTime 1.3.6.1.4.1.11863.6.38.1.7.1.5
The rent time.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

tpDhcpServerBindingStatus 1.3.6.1.4.1.11863.6.38.1.7.1.6
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),not being used. destroy(6),destory the entry.
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpDhcpServerBindingClear 1.3.6.1.4.1.11863.6.38.1.8
Clear the DHCP bindings.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER remain(0), clear(1)  

tpDhcpServerStatistics 1.3.6.1.4.1.11863.6.38.1.9
OBJECT IDENTIFIER    

tpDhcpServerStatisticsBootRequest 1.3.6.1.4.1.11863.6.38.1.9.1
Displays the Bootp Request packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsDiscover 1.3.6.1.4.1.11863.6.38.1.9.2
Displays the Discover packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsRequest 1.3.6.1.4.1.11863.6.38.1.9.3
Displays the Request packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsDecline 1.3.6.1.4.1.11863.6.38.1.9.4
Displays the Decline packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsRelease 1.3.6.1.4.1.11863.6.38.1.9.5
Displays the Release packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsInform 1.3.6.1.4.1.11863.6.38.1.9.6
Displays the Inform packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsBootReply 1.3.6.1.4.1.11863.6.38.1.9.7
Displays the Bootp reply packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsOffer 1.3.6.1.4.1.11863.6.38.1.9.8
Displays the Offer packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsAck 1.3.6.1.4.1.11863.6.38.1.9.9
Displays the Ack packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsNak 1.3.6.1.4.1.11863.6.38.1.9.10
Displays the Nak packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

tpDhcpServerStatisticsClear 1.3.6.1.4.1.11863.6.38.1.9.11
Clear the packet statistics.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER remain(0), clear(1)  

tpDhcpServerPingPackets 1.3.6.1.4.1.11863.6.38.1.10
The number of packets to be sent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..10  

tpDhcpServerPingTimeout 1.3.6.1.4.1.11863.6.38.1.11
The time it takes to determine the specific IP not exist.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 100..10000