TN-DHCP-SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: TRANSITION ENGINEERING INC.


 Home MIB: TN-DHCP-SERVER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 tnDhcpServerMib 1.3.6.1.4.1.868.2.5.146
The mib module for DHCP settings.
         tnDhcpServerMibObjects 1.3.6.1.4.1.868.2.5.146.1
             tnDhcpServerConfig 1.3.6.1.4.1.868.2.5.146.1.2
                 tnDhcpServerConfigGlobals 1.3.6.1.4.1.868.2.5.146.1.2.1
                     tnDhcpServerConfigGlobalsMode 1.3.6.1.4.1.868.2.5.146.1.2.1.1 truthvalue read-write
Global mode of DHCP server. true is to enable the functions of DHCP server and false is to disable it.
                 tnDhcpServerConfigVlanTable 1.3.6.1.4.1.868.2.5.146.1.2.2 no-access
This is the table of DHCP server VLAN configuration. The index is VLAN ID.
                     tnDhcpServerConfigVlanEntry 1.3.6.1.4.1.868.2.5.146.1.2.2.1 no-access
Each VLAN has a set of parameters
                         tnDhcpServerConfigVlanIfIndex 1.3.6.1.4.1.868.2.5.146.1.2.2.1.1 tninterfaceindex no-access
Logical interface number of VLAN.
                         tnDhcpServerConfigVlanMode 1.3.6.1.4.1.868.2.5.146.1.2.2.1.2 truthvalue read-write
VLAN mode of DHCP server. true is to enable DHCP server per VLAN and false is to disable it per VLAN.
                 tnDhcpServerConfigExcludedTable 1.3.6.1.4.1.868.2.5.146.1.2.3 no-access
The table is DHCP server excluded IP onfiguration table. The indexes are low IP and high IP address.
                     tnDhcpServerConfigExcludedEntry 1.3.6.1.4.1.868.2.5.146.1.2.3.1 no-access
Each entry has a set of parameters
                         tnDhcpServerConfigExcludedLowIpAddress 1.3.6.1.4.1.868.2.5.146.1.2.3.1.1 ipaddress no-access
Low IP address.
                         tnDhcpServerConfigExcludedHighIpAddress 1.3.6.1.4.1.868.2.5.146.1.2.3.1.2 ipaddress no-access
High IP address.
                         tnDhcpServerConfigExcludedAction 1.3.6.1.4.1.868.2.5.146.1.2.3.1.100 tnroweditorstate read-write
Action
                 tnDhcpServerConfigExcludedIpTableRowEditor 1.3.6.1.4.1.868.2.5.146.1.2.4
                     tnDhcpServerConfigExcludedIpTableRowEditorLowIpAddress 1.3.6.1.4.1.868.2.5.146.1.2.4.1 ipaddress read-write
Low IP address.
                     tnDhcpServerConfigExcludedIpTableRowEditorHighIpAddress 1.3.6.1.4.1.868.2.5.146.1.2.4.2 ipaddress read-write
High IP address.
                     tnDhcpServerConfigExcludedIpTableRowEditorAction 1.3.6.1.4.1.868.2.5.146.1.2.4.100 tnroweditorstate read-write
Action
                 tnDhcpServerConfigPoolTable 1.3.6.1.4.1.868.2.5.146.1.2.5 no-access
The table is DHCP server pool onfiguration table. The indexe is pool name.
                     tnDhcpServerConfigPoolEntry 1.3.6.1.4.1.868.2.5.146.1.2.5.1 no-access
Each entry has a set of parameters
                         tnDhcpServerConfigPoolPoolName 1.3.6.1.4.1.868.2.5.146.1.2.5.1.1 tndisplaystring no-access
Name of DHCP pool.
                         tnDhcpServerConfigPoolPoolType 1.3.6.1.4.1.868.2.5.146.1.2.5.1.2 tndhcpserverpoolenum read-write
Type of pool. none(0) means the pool type is not defined yet. network(1) means the pool defines a pool of IP addresses to service more than one DHCP client. host(2) means the pool services for a specific DHCP client identified by client identifier or hardware address.
                         tnDhcpServerConfigPoolIpv4Address 1.3.6.1.4.1.868.2.5.146.1.2.5.1.3 ipaddress read-write
Network number of the subnet. If the pool type is of network, the IP address can be any general IP address. If the pool type is of host, the IP address must be a unicast IP address.
                         tnDhcpServerConfigPoolSubnetMask 1.3.6.1.4.1.868.2.5.146.1.2.5.1.4 ipaddress read-write
Subnet Mask. DHCP option 1. Specify subnet mask of the DHCP address pool, excluding 0.0.0.0 and 255.255.255.255.
                         tnDhcpServerConfigPoolSubnetBroadcast 1.3.6.1.4.1.868.2.5.146.1.2.5.1.5 ipaddress read-write
Broadcast IP address in the subnet. DHCP option 28. Specify the broadcast address in use on the client's subnet.
                         tnDhcpServerConfigPoolLeaseDay 1.3.6.1.4.1.868.2.5.146.1.2.5.1.6 unsigned32 read-write
Number of days of lease time. DHCP option 51, 58 and 59. The value range is 0-365. Specify lease time that allows the client to request a lease time for the IP address. If all of LeaseDay, LeaseHour and LeaseMinute are 0's, then it means the lease time is infinite.
                         tnDhcpServerConfigPoolLeaseHour 1.3.6.1.4.1.868.2.5.146.1.2.5.1.7 unsigned32 read-write
Number of hours of lease time. DHCP option 51, 58 and 59. The value range is 0-23. Specify lease time that allows the client to request a lease time for the IP address. If all of LeaseDay, LeaseHour and LeaseMinute are 0's, then it means the lease time is infinite.
                         tnDhcpServerConfigPoolLeaseMinute 1.3.6.1.4.1.868.2.5.146.1.2.5.1.8 unsigned32 read-write
Number of minutes of lease time. DHCP option 51, 58 and 59. The value range is 0-59. Specify lease time that allows the client to request a lease time for the IP address. If all of LeaseDay, LeaseHour and LeaseMinute are 0's, then it means the lease time is infinite.
                         tnDhcpServerConfigPoolDomainName 1.3.6.1.4.1.868.2.5.146.1.2.5.1.9 tndisplaystring read-write
Domain name. DHCP option 15. Specify domain name that client should use when resolving hostname via DNS.
                         tnDhcpServerConfigPoolDefaultRouter1 1.3.6.1.4.1.868.2.5.146.1.2.5.1.10 ipaddress read-write
Default router 1.
                         tnDhcpServerConfigPoolDefaultRouter2 1.3.6.1.4.1.868.2.5.146.1.2.5.1.11 ipaddress read-write
Default router 2.
                         tnDhcpServerConfigPoolDefaultRouter3 1.3.6.1.4.1.868.2.5.146.1.2.5.1.12 ipaddress read-write
Default router 3.
                         tnDhcpServerConfigPoolDefaultRouter4 1.3.6.1.4.1.868.2.5.146.1.2.5.1.13 ipaddress read-write
Default router 4.
                         tnDhcpServerConfigPoolDnsServer1 1.3.6.1.4.1.868.2.5.146.1.2.5.1.14 ipaddress read-write
DNS server 1.
                         tnDhcpServerConfigPoolDnsServer2 1.3.6.1.4.1.868.2.5.146.1.2.5.1.15 ipaddress read-write
DNS server 2.
                         tnDhcpServerConfigPoolDnsServer3 1.3.6.1.4.1.868.2.5.146.1.2.5.1.16 ipaddress read-write
DNS server 3.
                         tnDhcpServerConfigPoolDnsServer4 1.3.6.1.4.1.868.2.5.146.1.2.5.1.17 ipaddress read-write
DNS server 4.
                         tnDhcpServerConfigPoolNtpServer1 1.3.6.1.4.1.868.2.5.146.1.2.5.1.18 ipaddress read-write
NTP server 1.
                         tnDhcpServerConfigPoolNtpServer2 1.3.6.1.4.1.868.2.5.146.1.2.5.1.19 ipaddress read-write
NTP server 2.
                         tnDhcpServerConfigPoolNtpServer3 1.3.6.1.4.1.868.2.5.146.1.2.5.1.20 ipaddress read-write
NTP server 3.
                         tnDhcpServerConfigPoolNtpServer4 1.3.6.1.4.1.868.2.5.146.1.2.5.1.21 ipaddress read-write
NTP server 4.
                         tnDhcpServerConfigPoolNetbiosNodeType 1.3.6.1.4.1.868.2.5.146.1.2.5.1.22 tndhcpservernetbiosnodeenum read-write
Type of NetBIOS node. DHCP option 46. Specify NetBIOS node type option to allow Netbios over TCP/IP clients which are configurable to be configured as described in RFC 1001/1002. nodeNone(0) means the node type is not defined yet. nodeB(1) means the node type is type of B. nodeP(2) means the node type is type of P. nodeM(3) means the node type is type of M. nodeH(4) means the node type is type of H.
                         tnDhcpServerConfigPoolNetbiosScope 1.3.6.1.4.1.868.2.5.146.1.2.5.1.23 tndisplaystring read-write
NetBIOS scope. DHCP option 47. Specify the NetBIOS over TCP/IP scope parameter for the client as specified in RFC 1001/1002.
                         tnDhcpServerConfigPoolNetbiosNameServer1 1.3.6.1.4.1.868.2.5.146.1.2.5.1.24 ipaddress read-write
NetBIOS name server 1.
                         tnDhcpServerConfigPoolNetbiosNameServer2 1.3.6.1.4.1.868.2.5.146.1.2.5.1.25 ipaddress read-write
NetBIOS name server 2.
                         tnDhcpServerConfigPoolNetbiosNameServer3 1.3.6.1.4.1.868.2.5.146.1.2.5.1.26 ipaddress read-write
NetBIOS name server 3.
                         tnDhcpServerConfigPoolNetbiosNameServer4 1.3.6.1.4.1.868.2.5.146.1.2.5.1.27 ipaddress read-write
NetBIOS name server 4.
                         tnDhcpServerConfigPoolNisDomainName 1.3.6.1.4.1.868.2.5.146.1.2.5.1.28 tndisplaystring read-write
NIS Domain Name. DHCP option 40. Specify the name of the client's NIS domain.
                         tnDhcpServerConfigPoolNisServer1 1.3.6.1.4.1.868.2.5.146.1.2.5.1.29 ipaddress read-write
NIS server 1.
                         tnDhcpServerConfigPoolNisServer2 1.3.6.1.4.1.868.2.5.146.1.2.5.1.30 ipaddress read-write
NIS server 2.
                         tnDhcpServerConfigPoolNisServer3 1.3.6.1.4.1.868.2.5.146.1.2.5.1.31 ipaddress read-write
NIS server 3.
                         tnDhcpServerConfigPoolNisServer4 1.3.6.1.4.1.868.2.5.146.1.2.5.1.32 ipaddress read-write
NIS server 4.
                         tnDhcpServerConfigPoolClientIdentifierType 1.3.6.1.4.1.868.2.5.146.1.2.5.1.33 tndhcpserverclientidentifierenum read-write
Type of client identifier. DHCP option 61. Specify client's unique identifier to be used when the pool is the type of host. none(0) means the client identifier type is not defined yet. fqdn(1) means the client identifier type is type of FQDN (Fully Qualified Domain Name). mac(2) means the client identifier type is type of MAC address.
                         tnDhcpServerConfigPoolClientIdentifierFqdn 1.3.6.1.4.1.868.2.5.146.1.2.5.1.34 tndisplaystring read-write
Client's Fully Qualified Domain Name. DHCP option 61. Specify client's unique identifier to be used when the pool is the type of host. This takes effect only if ClientIdentifierType is defined fqdn(1).
                         tnDhcpServerConfigPoolClientIdentifierMac 1.3.6.1.4.1.868.2.5.146.1.2.5.1.35 macaddress read-write
Client's MAC address. DHCP option 61. Specify client's unique identifier to be used when the pool is the type of host. This takes effect only if ClientIdentifierType is defined as mac(2).
                         tnDhcpServerConfigPoolClientHardwareAddress 1.3.6.1.4.1.868.2.5.146.1.2.5.1.36 macaddress read-write
Client's hardware address. Specify client's hardware(MAC) address to be used when the pool is the type of host.
                         tnDhcpServerConfigPoolClientName 1.3.6.1.4.1.868.2.5.146.1.2.5.1.37 tndisplaystring read-write
Client name. DHCP option 12. Specify the name of client to be used when the pool is the type of host.
                         tnDhcpServerConfigPoolVendorClassId1 1.3.6.1.4.1.868.2.5.146.1.2.5.1.38 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                         tnDhcpServerConfigPoolVendorSpecificInfo1 1.3.6.1.4.1.868.2.5.146.1.2.5.1.39 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                         tnDhcpServerConfigPoolVendorClassId2 1.3.6.1.4.1.868.2.5.146.1.2.5.1.40 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                         tnDhcpServerConfigPoolVendorSpecificInfo2 1.3.6.1.4.1.868.2.5.146.1.2.5.1.41 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                         tnDhcpServerConfigPoolVendorClassId3 1.3.6.1.4.1.868.2.5.146.1.2.5.1.42 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                         tnDhcpServerConfigPoolVendorSpecificInfo3 1.3.6.1.4.1.868.2.5.146.1.2.5.1.43 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                         tnDhcpServerConfigPoolVendorClassId4 1.3.6.1.4.1.868.2.5.146.1.2.5.1.44 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                         tnDhcpServerConfigPoolVendorSpecificInfo4 1.3.6.1.4.1.868.2.5.146.1.2.5.1.45 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                         tnDhcpServerConfigPoolAction 1.3.6.1.4.1.868.2.5.146.1.2.5.1.100 tnroweditorstate read-write
Action
                 tnDhcpServerConfigPoolTableRowEditor 1.3.6.1.4.1.868.2.5.146.1.2.6
                     tnDhcpServerConfigPoolTableRowEditorPoolName 1.3.6.1.4.1.868.2.5.146.1.2.6.1 tndisplaystring read-write
Name of DHCP pool.
                     tnDhcpServerConfigPoolTableRowEditorPoolType 1.3.6.1.4.1.868.2.5.146.1.2.6.2 tndhcpserverpoolenum read-write
Type of pool. none(0) means the pool type is not defined yet. network(1) means the pool defines a pool of IP addresses to service more than one DHCP client. host(2) means the pool services for a specific DHCP client identified by client identifier or hardware address.
                     tnDhcpServerConfigPoolTableRowEditorIpv4Address 1.3.6.1.4.1.868.2.5.146.1.2.6.3 ipaddress read-write
Network number of the subnet. If the pool type is of network, the IP address can be any general IP address. If the pool type is of host, the IP address must be a unicast IP address.
                     tnDhcpServerConfigPoolTableRowEditorSubnetMask 1.3.6.1.4.1.868.2.5.146.1.2.6.4 ipaddress read-write
Subnet Mask. DHCP option 1. Specify subnet mask of the DHCP address pool, excluding 0.0.0.0 and 255.255.255.255.
                     tnDhcpServerConfigPoolTableRowEditorSubnetBroadcast 1.3.6.1.4.1.868.2.5.146.1.2.6.5 ipaddress read-write
Broadcast IP address in the subnet. DHCP option 28. Specify the broadcast address in use on the client's subnet.
                     tnDhcpServerConfigPoolTableRowEditorLeaseDay 1.3.6.1.4.1.868.2.5.146.1.2.6.6 unsigned32 read-write
Number of days of lease time. DHCP option 51, 58 and 59. The value range is 0-365. Specify lease time that allows the client to request a lease time for the IP address. If all of LeaseDay, LeaseHour and LeaseMinute are 0's, then it means the lease time is infinite.
                     tnDhcpServerConfigPoolTableRowEditorLeaseHour 1.3.6.1.4.1.868.2.5.146.1.2.6.7 unsigned32 read-write
Number of hours of lease time. DHCP option 51, 58 and 59. The value range is 0-23. Specify lease time that allows the client to request a lease time for the IP address. If all of LeaseDay, LeaseHour and LeaseMinute are 0's, then it means the lease time is infinite.
                     tnDhcpServerConfigPoolTableRowEditorLeaseMinute 1.3.6.1.4.1.868.2.5.146.1.2.6.8 unsigned32 read-write
Number of minutes of lease time. DHCP option 51, 58 and 59. The value range is 0-59. Specify lease time that allows the client to request a lease time for the IP address. If all of LeaseDay, LeaseHour and LeaseMinute are 0's, then it means the lease time is infinite.
                     tnDhcpServerConfigPoolTableRowEditorDomainName 1.3.6.1.4.1.868.2.5.146.1.2.6.9 tndisplaystring read-write
Domain name. DHCP option 15. Specify domain name that client should use when resolving hostname via DNS.
                     tnDhcpServerConfigPoolTableRowEditorDefaultRouter1 1.3.6.1.4.1.868.2.5.146.1.2.6.10 ipaddress read-write
Default router 1.
                     tnDhcpServerConfigPoolTableRowEditorDefaultRouter2 1.3.6.1.4.1.868.2.5.146.1.2.6.11 ipaddress read-write
Default router 2.
                     tnDhcpServerConfigPoolTableRowEditorDefaultRouter3 1.3.6.1.4.1.868.2.5.146.1.2.6.12 ipaddress read-write
Default router 3.
                     tnDhcpServerConfigPoolTableRowEditorDefaultRouter4 1.3.6.1.4.1.868.2.5.146.1.2.6.13 ipaddress read-write
Default router 4.
                     tnDhcpServerConfigPoolTableRowEditorDnsServer1 1.3.6.1.4.1.868.2.5.146.1.2.6.14 ipaddress read-write
DNS server 1.
                     tnDhcpServerConfigPoolTableRowEditorDnsServer2 1.3.6.1.4.1.868.2.5.146.1.2.6.15 ipaddress read-write
DNS server 2.
                     tnDhcpServerConfigPoolTableRowEditorDnsServer3 1.3.6.1.4.1.868.2.5.146.1.2.6.16 ipaddress read-write
DNS server 3.
                     tnDhcpServerConfigPoolTableRowEditorDnsServer4 1.3.6.1.4.1.868.2.5.146.1.2.6.17 ipaddress read-write
DNS server 4.
                     tnDhcpServerConfigPoolTableRowEditorNtpServer1 1.3.6.1.4.1.868.2.5.146.1.2.6.18 ipaddress read-write
NTP server 1.
                     tnDhcpServerConfigPoolTableRowEditorNtpServer2 1.3.6.1.4.1.868.2.5.146.1.2.6.19 ipaddress read-write
NTP server 2.
                     tnDhcpServerConfigPoolTableRowEditorNtpServer3 1.3.6.1.4.1.868.2.5.146.1.2.6.20 ipaddress read-write
NTP server 3.
                     tnDhcpServerConfigPoolTableRowEditorNtpServer4 1.3.6.1.4.1.868.2.5.146.1.2.6.21 ipaddress read-write
NTP server 4.
                     tnDhcpServerConfigPoolTableRowEditorNetbiosNodeType 1.3.6.1.4.1.868.2.5.146.1.2.6.22 tndhcpservernetbiosnodeenum read-write
Type of NetBIOS node. DHCP option 46. Specify NetBIOS node type option to allow Netbios over TCP/IP clients which are configurable to be configured as described in RFC 1001/1002. nodeNone(0) means the node type is not defined yet. nodeB(1) means the node type is type of B. nodeP(2) means the node type is type of P. nodeM(3) means the node type is type of M. nodeH(4) means the node type is type of H.
                     tnDhcpServerConfigPoolTableRowEditorNetbiosScope 1.3.6.1.4.1.868.2.5.146.1.2.6.23 tndisplaystring read-write
NetBIOS scope. DHCP option 47. Specify the NetBIOS over TCP/IP scope parameter for the client as specified in RFC 1001/1002.
                     tnDhcpServerConfigPoolTableRowEditorNetbiosNameServer1 1.3.6.1.4.1.868.2.5.146.1.2.6.24 ipaddress read-write
NetBIOS name server 1.
                     tnDhcpServerConfigPoolTableRowEditorNetbiosNameServer2 1.3.6.1.4.1.868.2.5.146.1.2.6.25 ipaddress read-write
NetBIOS name server 2.
                     tnDhcpServerConfigPoolTableRowEditorNetbiosNameServer3 1.3.6.1.4.1.868.2.5.146.1.2.6.26 ipaddress read-write
NetBIOS name server 3.
                     tnDhcpServerConfigPoolTableRowEditorNetbiosNameServer4 1.3.6.1.4.1.868.2.5.146.1.2.6.27 ipaddress read-write
NetBIOS name server 4.
                     tnDhcpServerConfigPoolTableRowEditorNisDomainName 1.3.6.1.4.1.868.2.5.146.1.2.6.28 tndisplaystring read-write
NIS Domain Name. DHCP option 40. Specify the name of the client's NIS domain.
                     tnDhcpServerConfigPoolTableRowEditorNisServer1 1.3.6.1.4.1.868.2.5.146.1.2.6.29 ipaddress read-write
NIS server 1.
                     tnDhcpServerConfigPoolTableRowEditorNisServer2 1.3.6.1.4.1.868.2.5.146.1.2.6.30 ipaddress read-write
NIS server 2.
                     tnDhcpServerConfigPoolTableRowEditorNisServer3 1.3.6.1.4.1.868.2.5.146.1.2.6.31 ipaddress read-write
NIS server 3.
                     tnDhcpServerConfigPoolTableRowEditorNisServer4 1.3.6.1.4.1.868.2.5.146.1.2.6.32 ipaddress read-write
NIS server 4.
                     tnDhcpServerConfigPoolTableRowEditorClientIdentifierType 1.3.6.1.4.1.868.2.5.146.1.2.6.33 tndhcpserverclientidentifierenum read-write
Type of client identifier. DHCP option 61. Specify client's unique identifier to be used when the pool is the type of host. none(0) means the client identifier type is not defined yet. fqdn(1) means the client identifier type is type of FQDN (Fully Qualified Domain Name). mac(2) means the client identifier type is type of MAC address.
                     tnDhcpServerConfigPoolTableRowEditorClientIdentifierFqdn 1.3.6.1.4.1.868.2.5.146.1.2.6.34 tndisplaystring read-write
Client's Fully Qualified Domain Name. DHCP option 61. Specify client's unique identifier to be used when the pool is the type of host. This takes effect only if ClientIdentifierType is defined fqdn(1).
                     tnDhcpServerConfigPoolTableRowEditorClientIdentifierMac 1.3.6.1.4.1.868.2.5.146.1.2.6.35 macaddress read-write
Client's MAC address. DHCP option 61. Specify client's unique identifier to be used when the pool is the type of host. This takes effect only if ClientIdentifierType is defined as mac(2).
                     tnDhcpServerConfigPoolTableRowEditorClientHardwareAddress 1.3.6.1.4.1.868.2.5.146.1.2.6.36 macaddress read-write
Client's hardware address. Specify client's hardware(MAC) address to be used when the pool is the type of host.
                     tnDhcpServerConfigPoolTableRowEditorClientName 1.3.6.1.4.1.868.2.5.146.1.2.6.37 tndisplaystring read-write
Client name. DHCP option 12. Specify the name of client to be used when the pool is the type of host.
                     tnDhcpServerConfigPoolTableRowEditorVendorClassId1 1.3.6.1.4.1.868.2.5.146.1.2.6.38 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                     tnDhcpServerConfigPoolTableRowEditorVendorSpecificInfo1 1.3.6.1.4.1.868.2.5.146.1.2.6.39 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                     tnDhcpServerConfigPoolTableRowEditorVendorClassId2 1.3.6.1.4.1.868.2.5.146.1.2.6.40 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                     tnDhcpServerConfigPoolTableRowEditorVendorSpecificInfo2 1.3.6.1.4.1.868.2.5.146.1.2.6.41 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                     tnDhcpServerConfigPoolTableRowEditorVendorClassId3 1.3.6.1.4.1.868.2.5.146.1.2.6.42 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                     tnDhcpServerConfigPoolTableRowEditorVendorSpecificInfo3 1.3.6.1.4.1.868.2.5.146.1.2.6.43 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                     tnDhcpServerConfigPoolTableRowEditorVendorClassId4 1.3.6.1.4.1.868.2.5.146.1.2.6.44 tndisplaystring read-write
Vendor Class Identifier. DHCP option 60. Specify to be used by DHCP client to optionally identify the vendor type and configuration of a DHCP client. DHCP server will deliver the corresponding option 43 specific information to the client that sends option 60 vendor class identifier.
                     tnDhcpServerConfigPoolTableRowEditorVendorSpecificInfo4 1.3.6.1.4.1.868.2.5.146.1.2.6.45 tndisplaystring read-write
Vendor Specific Information. DHCP option 43. Specify vendor specific information corresponding to option 60 vendor class identifier. Therefore, the corresponding vendor class identifier must be defined before this specific information.
                     tnDhcpServerConfigPoolTableRowEditorAction 1.3.6.1.4.1.868.2.5.146.1.2.6.100 tnroweditorstate read-write
Action
             tnDhcpServerStatus 1.3.6.1.4.1.868.2.5.146.1.3
                 tnDhcpServerStatusDeclinedTable 1.3.6.1.4.1.868.2.5.146.1.3.1 no-access
This is a table of IP addresses declined by DHCP client.
                     tnDhcpServerStatusDeclinedEntry 1.3.6.1.4.1.868.2.5.146.1.3.1.1 no-access
Each entry has a declined IP address.
                         tnDhcpServerStatusDeclinedEntryNo 1.3.6.1.4.1.868.2.5.146.1.3.1.1.1 integer32 no-access
The number of entry. The number starts from 1.
                         tnDhcpServerStatusDeclinedIpv4Address 1.3.6.1.4.1.868.2.5.146.1.3.1.1.2 ipaddress read-only
IPv4 address declined by DHCP client.
                 tnDhcpServerStatusStatistics 1.3.6.1.4.1.868.2.5.146.1.3.2
                     tnDhcpServerStatusStatisticsDiscoverCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.1 unsigned32 read-only
Number of DHCP DISCOVER messages received.
                     tnDhcpServerStatusStatisticsOfferCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.2 unsigned32 read-only
Number of DHCP OFFER messages sent.
                     tnDhcpServerStatusStatisticsRequestCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.3 unsigned32 read-only
Number of DHCP REQUEST messages received.
                     tnDhcpServerStatusStatisticsAckCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.4 unsigned32 read-only
Number of DHCP ACK messages sent.
                     tnDhcpServerStatusStatisticsNakCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.5 unsigned32 read-only
Number of DHCP NAK messages sent.
                     tnDhcpServerStatusStatisticsDeclineCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.6 unsigned32 read-only
Number of DHCP DECLINE messages received.
                     tnDhcpServerStatusStatisticsReleaseCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.7 unsigned32 read-only
Number of DHCP RELEASE messages received.
                     tnDhcpServerStatusStatisticsInformCnt 1.3.6.1.4.1.868.2.5.146.1.3.2.8 unsigned32 read-only
Number of DHCP INFORM messages received.
                 tnDhcpServerStatusBindingTable 1.3.6.1.4.1.868.2.5.146.1.3.3 no-access
This is a table of binding data.
                     tnDhcpServerStatusBindingEntry 1.3.6.1.4.1.868.2.5.146.1.3.3.1 no-access
Each entry has the binding data.
                         tnDhcpServerStatusBindingIpAddress 1.3.6.1.4.1.868.2.5.146.1.3.3.1.1 ipaddress no-access
IP address.
                         tnDhcpServerStatusBindingState 1.3.6.1.4.1.868.2.5.146.1.3.3.1.2 tndhcpserverbindingstateenum read-only
State of binding. none(0) means the binding is not in use. allocated(1) means the binding is allocated to the new DHCP client who send DHCPDISCOVER. committed(2) means the binding is committed as the DHCP process is completed successfully. expired(3) means the lease of the binding expired.
                         tnDhcpServerStatusBindingType 1.3.6.1.4.1.868.2.5.146.1.3.3.1.3 tndhcpserverbindingenum read-only
Type of binding. none(0) means the binding is not in use. automatic(1) means the binding is mapped to network-type pool. manual(2) means the binding is mapped to host-type pool. expired(3) means the lease of the binding expired.
                         tnDhcpServerStatusBindingPoolName 1.3.6.1.4.1.868.2.5.146.1.3.3.1.4 tndisplaystring read-only
Name of the pool that creates the binding.
                         tnDhcpServerStatusBindingServerId 1.3.6.1.4.1.868.2.5.146.1.3.3.1.5 ipaddress read-only
IP address of the DHCP server to service the binding.
                         tnDhcpServerStatusBindingVlanId 1.3.6.1.4.1.868.2.5.146.1.3.3.1.6 tnunsigned16 read-only
The VLAN where the binding works on.
                         tnDhcpServerStatusBindingSubnetMask 1.3.6.1.4.1.868.2.5.146.1.3.3.1.7 ipaddress read-only
Subnet mask of the DHCP client.
                         tnDhcpServerStatusBindingClientIdentifierType 1.3.6.1.4.1.868.2.5.146.1.3.3.1.8 tndhcpserverclientidentifierenum read-only
Type of client identifier. DHCP option 61. Specify client's unique identifier to be used when the pool is the type of host. none(0) means the client identifier type is not defined yet. fqdn(1) means the client identifier type is type of FQDN (Fully Qualified Domain Name). mac(2) means the client identifier type is type of MAC address.
                         tnDhcpServerStatusBindingClientIdentifierFqdn 1.3.6.1.4.1.868.2.5.146.1.3.3.1.9 tndisplaystring read-only
Client's Fully Qualified Domain Name. DHCP option 61.
                         tnDhcpServerStatusBindingClientIdentifierMac 1.3.6.1.4.1.868.2.5.146.1.3.3.1.10 macaddress read-only
Client's MAC address. DHCP option 61.
                         tnDhcpServerStatusBindingMacAddress 1.3.6.1.4.1.868.2.5.146.1.3.3.1.11 macaddress read-only
MAC address of the DHCP client.
                         tnDhcpServerStatusBindingLease 1.3.6.1.4.1.868.2.5.146.1.3.3.1.12 tndisplaystring read-only
Lease time of the binding.
                         tnDhcpServerStatusBindingTimeToExpire 1.3.6.1.4.1.868.2.5.146.1.3.3.1.13 tndisplaystring read-only
remaining time to expire.
             tnDhcpServerControl 1.3.6.1.4.1.868.2.5.146.1.4
                 tnDhcpServerControlStatistics 1.3.6.1.4.1.868.2.5.146.1.4.1
                     tnDhcpServerControlStatisticsClear 1.3.6.1.4.1.868.2.5.146.1.4.1.1 truthvalue read-write
Clear all statistics.
                 tnDhcpServerControlBinding 1.3.6.1.4.1.868.2.5.146.1.4.2
                     tnDhcpServerControlBindingClearByIp 1.3.6.1.4.1.868.2.5.146.1.4.2.1 ipaddress read-write
Clear binding with the IP address. If 0.0.0.0 then do nothing.
                     tnDhcpServerControlBindingClearByType 1.3.6.1.4.1.868.2.5.146.1.4.2.2 tndhcpserverbindingenum read-write
Clear binding by binding type. If none(0) then do nothing.
         tnDhcpServerMibConformance 1.3.6.1.4.1.868.2.5.146.2
             tnDhcpServerMibCompliances 1.3.6.1.4.1.868.2.5.146.2.1
                 tnDhcpServerMibCompliance 1.3.6.1.4.1.868.2.5.146.2.1.1
The compliance statement for the implementation.
             tnDhcpServerMibGroups 1.3.6.1.4.1.868.2.5.146.2.2
                 tnDhcpServerConfigGlobalsInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.1
A collection of objects suitable for bulk operations.
                 tnDhcpServerConfigVlanTableInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.2
A collection of objects suitable for bulk operations.
                 tnDhcpServerConfigExcludedTableInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.3
A collection of objects suitable for bulk operations.
                 tnDhcpServerConfigExcludedIpTableRowEditorInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.4
A collection of objects suitable for bulk operations.
                 tnDhcpServerConfigPoolTableInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.5
A collection of objects suitable for bulk operations.
                 tnDhcpServerConfigPoolTableRowEditorInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.6
A collection of objects suitable for bulk operations.
                 tnDhcpServerStatusDeclinedTableInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.7
A collection of objects suitable for bulk operations.
                 tnDhcpServerStatusStatisticsInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.8
A collection of objects suitable for bulk operations.
                 tnDhcpServerStatusBindingTableInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.9
A collection of objects suitable for bulk operations.
                 tnDhcpServerControlStatisticsInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.10
A collection of objects suitable for bulk operations.
                 tnDhcpServerControlBindingInfoGroup 1.3.6.1.4.1.868.2.5.146.2.2.11
A collection of objects suitable for bulk operations.