MITEL-DHCP-MIB: View SNMP OID List / Download MIB

VENDOR: MITEL, CORP.


 Home MIB: MITEL-DHCP-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
 mitel 1.3.6.1.4.1.1027
           mitelIdentification 1.3.6.1.4.1.1027.1
               mitelIdCallServers 1.3.6.1.4.1.1027.1.2
                   mitelIdCsIpera1000 1.3.6.1.4.1.1027.1.2.4
                       mitelIpera1000Notifications 1.3.6.1.4.1.1027.1.2.4.0
Call Server Ipera 1000 Notifications.
                           mitelDhcpClientObtainedIp 1.3.6.1.4.1.1027.1.2.4.0.404
The mitelDhcpClientObtainedIP trap indicates that the router has obtained a lease for an IP address from a DHCP server.
                           mitelDhcpClientLeaseExpiry 1.3.6.1.4.1.1027.1.2.4.0.405
The mitelDhcpClientLeaseExpiry trap indicates that the router's DHCP client lease has expired.
           mitelProprietary 1.3.6.1.4.1.1027.4
               mitelPropIpNetworking 1.3.6.1.4.1.1027.4.8
                   mitelIpNetRouter 1.3.6.1.4.1.1027.4.8.1
                       mitelRouterDhcpGroup 1.3.6.1.4.1.1027.4.8.1.3
The MITEL DHCP MIB module.
                           mitelDhcpRelayAgentEnable 1.3.6.1.4.1.1027.4.8.1.3.1 integer read-write
Configures the router to enable the DHCP/BOOTP relay agent. The default is disabled. Enumeration: 'disabled': 2, 'enabled': 1.
                           mitelDhcpRelayAgentMaxHops 1.3.6.1.4.1.1027.4.8.1.3.2 integer read-write
This object determines the maximum allowed value the hops field of the received DHCP/BOOTP packet can have. Packets with higher values will be rejected.
                           mitelDhcpRelayAgentServerTable 1.3.6.1.4.1.1027.4.8.1.3.3 no-access
This table is used to display and configure the list of servers to which the relay agent will relay DHCP/BOOTP REQUEST packets.
                               mitelDhcpRelayAgentServerEntry 1.3.6.1.4.1.1027.4.8.1.3.3.1 no-access
Each entry in this table contains information on a DHCP/BOOTP server.
                                   mitelDhcpRelayAgentServerAddr 1.3.6.1.4.1.1027.4.8.1.3.3.1.1 ipaddress read-write
The IP address of the DHCP/BOOTP server.
                                   mitelDhcpRelayAgentServerName 1.3.6.1.4.1.1027.4.8.1.3.3.1.2 displaystring read-write
This object indicates the associated name of the DHCP/BOOTP server. It's main purpose is to be used as a reference name.
                                   mitelDhcpRelayAgentServerStatus 1.3.6.1.4.1.1027.4.8.1.3.3.1.3 rowstatus read-only
The current status of this entry.
                           mitelDhcpRelayAgentBroadcast 1.3.6.1.4.1.1027.4.8.1.3.4 integer read-write
Determines wether or not the DHCP Relay Agent should retransmit received BOOTP requests using local broadcast on each IP interface. The default is disabled. Enumeration: 'disabled': 2, 'enabled': 1.
                           mitelDhcpServerGroup 1.3.6.1.4.1.1027.4.8.1.3.5
                               mitelDhcpServerGeneralGroup 1.3.6.1.4.1.1027.4.8.1.3.5.1
                                   mitelDhcpServerGeneralEnable 1.3.6.1.4.1.1027.4.8.1.3.5.1.1 integer read-write
Configures the router to enable the DHCP/BOOTP server The default is disabled. Enumeration: 'disabled': 2, 'enabled': 1, 'autoconfig': 3.
                                   mitelDhcpServerGeneralGateway 1.3.6.1.4.1.1027.4.8.1.3.5.1.2 integer read-write
Determines wether or not the local IP address associated with the interface on which the DHCP request was received should be advertised as a default gateway, and if yes with which priority. Enumeration: 'this-if-last': 2, 'this-if-first': 1, 'not-this-if': 3.
                                   mitelDhcpServerGeneralRefDhcpServer 1.3.6.1.4.1.1027.4.8.1.3.5.1.3 ipaddress read-write
Indicates if unknown requested options values should be obtained from another DHCP server (if possible). Adequate values are: - a specific IP address of a known DHCP server - a IP address specifiying the interface on which the DHCP server should be found (using broadcast). i.e. 0.0.0.x where x is the interface logical ID. - 255.255.255.255: broadcast on all interfaces. - 0.0.0.0: the feature is disabled.
                                   mitelDhcpServerGeneralPingStatus 1.3.6.1.4.1.1027.4.8.1.3.5.1.4 integer read-write
Enable/disable PING server functionality when passing out leases. Enumeration: 'enable': 1, 'disable': 2.
                               mitelDhcpServerSubnetTable 1.3.6.1.4.1.1027.4.8.1.3.5.2 no-access
This table is used to configure the group of IP addresses that can be handed out by the DHCP server.
                                   mitelDhcpServerSubnetEntry 1.3.6.1.4.1.1027.4.8.1.3.5.2.1 no-access
Each entry in this table contains information on a subnet serverd by the DHCP server.
                                       mitelDhcpServerSubnetAddr 1.3.6.1.4.1.1027.4.8.1.3.5.2.1.1 ipaddress read-only
The IP address of the subnet (key).
                                       mitelDhcpServerSubnetSharedNet 1.3.6.1.4.1.1027.4.8.1.3.5.2.1.2 ipaddress read-only
The IP address of another subnet that is on the same shared media as this subnet. The address of the shared subnet MUST also be configured on this server. The address 0.0.0.0 should be used if this subnet is not shared. (key)
                                       mitelDhcpServerSubnetMask 1.3.6.1.4.1.1027.4.8.1.3.5.2.1.3 ipaddress read-write
The subnet mask of the subnet.
                                       mitelDhcpServerSubnetGateway 1.3.6.1.4.1.1027.4.8.1.3.5.2.1.4 integer read-write
Indicate whether or not the IP address configured on the interface which received the DHCP request should be advertised as a default gateway. If yes, this also indicate the relative priority compared to additional gateways that might be configured (DHCP option 3). Enumeration: 'default': 4, 'this-if-last': 2, 'this-if-first': 1, 'not-this-if': 3.
                                       mitelDhcpServerSubnetName 1.3.6.1.4.1.1027.4.8.1.3.5.2.1.5 displaystring read-write
The name of the configured subnet (informational only).
                                       mitelDhcpServerSubnetDeleteTree 1.3.6.1.4.1.1027.4.8.1.3.5.2.1.6 integer read-write
If this flag is set to enable, when the object is deleted, all the DHCP server configuration objects that depend on it will be deleted at the same time. Enumeration: 'disabled': 2, 'enabled': 1.
                                       mitelDhcpServerSubnetStatus 1.3.6.1.4.1.1027.4.8.1.3.5.2.1.7 rowstatus read-only
The current status of this entry.
                               mitelDhcpServerRangeTable 1.3.6.1.4.1.1027.4.8.1.3.5.3 no-access
A list of ranges that are configured on this server.
                                   mitelDhcpServerRangeEntry 1.3.6.1.4.1.1027.4.8.1.3.5.3.1 no-access
A logical row in the mitelServerGrpRangeTblTable.
                                       mitelDhcpServerRangeStart 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.1 ipaddress read-only
The IP address of the first address in the range (key).
                                       mitelDhcpServerRangeEnd 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.2 ipaddress read-only
The IP address of the last address in the range.
                                       mitelDhcpServerRangeSubnet 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.3 ipaddress read-only
The IP address of the subnet which includes this range. This IP address is used to find the corresponding mitelDhcpServerSubnetEntry
                                       mitelDhcpServerRangeProtocol 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.4 miteldhcpserverprotocol read-write
How the addresses in that group should be assigned. none = the address are reserved by the administrator (do we need this ?).
                                       mitelDhcpServerRangeGateway 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.5 integer read-write
Indicate whether or not the IP address configured on the interface which received the DHCP request should be advertised as a default gateway. If yes, this also indicate the relative priority compared to additional gateways that might be configured (DHCP option 3). Enumeration: 'default': 4, 'this-if-last': 2, 'this-if-first': 1, 'not-this-if': 3.
                                       mitelDhcpServerRangeLeaseTime 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.6 integer32 read-write
The duration of the lease of IP addressed in this range in seconds. A value of 4294967295 (0xFFFFFFFF) means that the lease is permanent. A value of 0 (0x00000000) means that the address in that range can not be assigned.
                                       mitelDhcpServerRangeName 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.7 displaystring read-write
The name of the configured range (informational only).
                                       mitelDhcpServerRangeMatchClassId 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.8 integer read-write
If this flag is set to enable, IP addresses in this range will only be assigned to clients indicating a class ID identical to the range name. Enumeration: 'disabled': 2, 'enabled': 1.
                                       mitelDhcpServerRangeDeleteTree 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.9 integer read-write
If this flag is set to enable, when the object is deleted, all the DHCP server configuration objects that depend on it will be deleted at the same time. Enumeration: 'disabled': 2, 'enabled': 1.
                                       mitelDhcpServerRangeStatus 1.3.6.1.4.1.1027.4.8.1.3.5.3.1.10 rowstatus read-only
The current status of this entry.
                               mitelDhcpServerStaticIpTable 1.3.6.1.4.1.1027.4.8.1.3.5.4 no-access
A list of the addresses that are statically configured.
                                   mitelDhcpServerStaticIpEntry 1.3.6.1.4.1.1027.4.8.1.3.5.4.1 no-access
A logical row in the mitelDhcpServerStaticIpTable.
                                       mitelDhcpServerStaticIpAddr 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.1 ipaddress read-only
The IP address of the entry (key). This IP address has to be unique across the DHCP server configuration. It can not be duplicated in another mitelDhcpServerStaticIpEntry and it can not be part of a mitelDhcpServerRangeEntry.
                                       mitelDhcpServerStaticIpSubnet 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.2 ipaddress read-only
The IP address of the subnet which includes this IP address. This IP address is used to find the corresponding mitelDhcpServerSubnetEntry
                                       mitelDhcpServerStaticIpProtocol 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.3 miteldhcpserverprotocol read-write
How the addresses in that group should be assigned. none = the address are reserved by the administrator (do we need this ?).
                                       mitelDhcpServerStaticIpGateway 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.4 integer read-write
Indicate whether or not the IP address configured on the interface which received the DHCP request should be advertised as a default gateway. If yes, this also indicate the relative priority compared to additional gateways that might be configured (DHCP option 3). Enumeration: 'default': 4, 'this-if-last': 2, 'this-if-first': 1, 'not-this-if': 3.
                                       mitelDhcpServerStaticIpMacAddress 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.5 octet string read-write
The hardware type and hardware address of the client that has been assigned this IP address. The first octet of this object contains the hardware type from the 'htype' field of the BOOTP packet and the remaining octets contain the hardware address from the 'chaddr' field of the BOOTP packet. Either the mitelDhcpServerStaticIpClientId or the mitelDhcpServerStaticIpMacAddress field has to have a valid value. If none of them are configured, then the IP address is just not assignable by this server.
                                       mitelDhcpServerStaticIpClientId 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.6 octet string read-write
The client-id of the client that has been assigned this lease. The client-id is the value specified in option 61 (client-id option) when the lease was assigned. This object may be empty if the lease has not been previously assigned or if the client- id option was not specified when the lease was assigned. Either the mitelDhcpServerStaticIpClientId or the mitelDhcpServerStaticIpMacAddress field has to have a valid value. If none of them are configured, then the IP address is just not assignable by this server.
                                       mitelDhcpServerStaticIpName 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.7 displaystring read-write
The name of the configured range (informational only).
                                       mitelDhcpServerStaticIpDeleteTree 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.8 integer read-write
If this flag is set to enable, when the object is deleted, all the DHCP server configuration objects that depend on it will be deleted at the same time. Enumeration: 'disabled': 2, 'enabled': 1.
                                       mitelDhcpServerStaticIpStatus 1.3.6.1.4.1.1027.4.8.1.3.5.4.1.9 rowstatus read-only
The current status of this entry.
                               mitelDhcpServerOptionTable 1.3.6.1.4.1.1027.4.8.1.3.5.5 no-access
This table contain list of options that will be sent to clients requesting IP addresses.
                                   mitelDhcpServerOptionEntry 1.3.6.1.4.1.1027.4.8.1.3.5.5.1 no-access
Each entry in this list contains information about a specific DHCP option.
                                       mitelDhcpServerOptionAddr 1.3.6.1.4.1.1027.4.8.1.3.5.5.1.1 ipaddress read-only
This IP address keys in either the mitelDhcpServerRangeTable or the mitelDhcpServerStaticIpTable or the mitelDhcpServerSubnetTable. It indicates the realm in which that particular option/value pair is to be handed out. If the IP address key is 0.0.0.0 this means that the option is valid for any of the range/static IP configured. In the case where the same option number is configured for different realms, the selection will go from the most specific to the most generic according to the following scheme: 1. mitelDhcpGrpStaticIpTable or mitelDhcpServerRangeTable 2. mitelDhcpServerSubnetTable 3. global definition (i.e. mitelDhcpGrpOptionIp = 0.0.0.0)
                                       mitelDhcpServerOptionNumber 1.3.6.1.4.1.1027.4.8.1.3.5.5.1.2 miteldhcpserveroptionlist read-only
This is the option number as specified in RFC 2132: 'DHCP Options and BOOTP Vendor Extensions'. Some of the options are not configurable that way (like subnet mask). The options that are not configurable are the ones that can be derived from the general configuration (from either the mitelDhcpServerSubnetTableor mitelDhcpServerRangeTable or mitelDhcpServerStaticIpTable) or that have a meaning only from the client to the server (such as the client ID (option 61)). Range: 1..254
                                       mitelDhcpServerOptionDisplayFormat 1.3.6.1.4.1.1027.4.8.1.3.5.5.1.3 integer read-write
This indicates how the value should be formated. This is informational only and may be ignored. If something else than default is specified, the system will attempt to display the value field according to the setting. Otherwise, it will try to establish the correct way to display it based on the option number. Enumeration: 'default': 1, 'integer': 4, 'ascii-string': 3, 'ip-address': 2, 'octet-string': 5.
                                       mitelDhcpServerOptionValue 1.3.6.1.4.1.1027.4.8.1.3.5.5.1.4 octet string read-write
This contains the value of the option encoded as it will be sent in the DHCP packets.
                                       mitelDhcpServerOptionStatus 1.3.6.1.4.1.1027.4.8.1.3.5.5.1.5 rowstatus read-only
The current status of this entry.
                               mitelDhcpServerLeaseTable 1.3.6.1.4.1.1027.4.8.1.3.5.6 no-access
This table contain a list of all the assigned leases and their current status.
                                   mitelDhcpServerLeaseEntry 1.3.6.1.4.1.1027.4.8.1.3.5.6.1 no-access
Each entry in this list contains information about a specific lease.
                                       mitelDhcpServerLeaseAddr 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.1 ipaddress read-only
The IP address described in that lease.
                                       mitelDhcpServerLeaseSubnet 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.2 ipaddress read-only
The IP address indicating the subnet to which the IP address belongs. That IP address can be used as a key in the mitelDhcpServerSubnetTable.
                                       mitelDhcpServerLeaseRange 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.3 ipaddress read-only
A reference the the IP address Range from which this IP address has been assigned. This IP address can be used as a key for the mitelDhcpServerRangeTable.
                                       mitelDhcpServerLeaseType 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.4 integer read-only
The type of this address. Enumeration: 'dynamic': 2, 'static': 1, 'server-reserved': 4, 'configuration-reserved': 3.
                                       mitelDhcpServerLeaseEndTime 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.5 timeticks read-only
The value that sysUpTime will be when the lease expires. A value of 4294967295 (i.e.: 0xFFFFFFFF) should be used for leases that have a lease time which is 'infinite' and for BOOTP leases.
                                       mitelDhcpServerLeaseAllowedProtocol 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.6 integer read-only
The type of protocol that is allowed to be used to serve this address. A type of none(1) indicates that the address is not available to be served (e.g.: a reserved address). Enumeration: 'dhcp': 3, 'none': 1, 'bootp': 2, 'bootp-or-dhcp': 4.
                                       mitelDhcpServerLeaseServedProtocol 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.7 integer read-only
The type of protocol that was used when this address was assigned. This object will have the value of none(1) if the lease has not been served. Enumeration: 'dhcp': 3, 'none': 1, 'bootp': 2.
                                       mitelDhcpServerLeaseMacAddress 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.8 octet string read-only
The hardware type and hardware address of the client that has been assigned this lease. The first octet of this object contains the hardware type from the 'htype' field of the BOOTP packet and the remaining octets contain the hardware address from the 'chaddr' field of the BOOTP packet. This object may be empty if the lease has not been previously served.
                                       mitelDhcpServerLeaseClientId 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.9 octet string read-only
The client-id of the client that has been assigned this lease. The client-id is the value specified in option 61 (client-id option) when the lease was assigned. This object may be empty if the lease has not been previously assigned or if the client- id option was not specified when the lease was assigned.
                                       mitelDhcpServerLeaseHostName 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.10 displaystring read-only
The host name the client is configured with or if no host name was configured then the host name that the client supplied when requesting an address.
                                       mitelDhcpServerLeaseDomainName 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.11 displaystring read-only
The domain name assigned to the client.
                                       mitelDhcpServerLeaseServedTime 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.12 integer read-only
The system time at which this entry was created.
                                       mitelDhcpServerLeaseStatus 1.3.6.1.4.1.1027.4.8.1.3.5.6.1.13 rowstatus read-only
The current status of this entry.
                               mitelDhcpServerStatsGroup 1.3.6.1.4.1.1027.4.8.1.3.5.7
                                   mitelDhcpServerStatsNumServers 1.3.6.1.4.1.1027.4.8.1.3.5.7.1 integer read-only
This indicates the number of configured DHCP servers which are used for the DHCP Relay Agent.
                                   mitelDhcpServerStatsConfSubnets 1.3.6.1.4.1.1027.4.8.1.3.5.7.2 integer read-only
This indicates the number of configured DHCP subnets.
                                   mitelDhcpServerStatsConfRanges 1.3.6.1.4.1.1027.4.8.1.3.5.7.3 integer read-only
This indicates the number of configured DHCP ranges.
                                   mitelDhcpServerStatsConfStatic 1.3.6.1.4.1.1027.4.8.1.3.5.7.4 integer read-only
This indicates the number of configured static IP addresses.
                                   mitelDhcpServerStatsConfOptions 1.3.6.1.4.1.1027.4.8.1.3.5.7.5 integer read-only
This indicates the number of configured DHCP Options.
                                   mitelDhcpServerStatsConfLeases 1.3.6.1.4.1.1027.4.8.1.3.5.7.6 integer read-only
This indicates the number of served leases.
                               mitelDhcpServerVendorInfoTable 1.3.6.1.4.1.1027.4.8.1.3.5.8 no-access
This table contain list of vendor-specific-options that will be sent to clients when requesting an IP addresses.
                                   mitelDhcpServerVendorInfoEntry 1.3.6.1.4.1.1027.4.8.1.3.5.8.1 no-access
Each entry in this list contains information about a vendor specific DHCP option.
                                       mitelDhcpServerVendorInfoID 1.3.6.1.4.1.1027.4.8.1.3.5.8.1.1 displaystring read-only
The unique vendor Identifier. May or not make sense to someone viewing the data.
                                       mitelDhcpServerVendorInfoName 1.3.6.1.4.1.1027.4.8.1.3.5.8.1.2 displaystring read-only
The unique name of the vendor. The suggestion is that this value be recognizable to someone viewing the data.
                                       mitelDhcpServerVendorInfoOptionDisplayFormat 1.3.6.1.4.1.1027.4.8.1.3.5.8.1.3 integer read-write
This indicates how the value should be formated. This is informational only and may be ignored. If something else than default is specified, the system will attempt to display the value field according to the setting. Otherwise, it will try to establish the correct way to display it based on the option number. Enumeration: 'default': 1, 'integer': 4, 'ascii-string': 3, 'ip-address': 2, 'octet-string': 5.
                                       mitelDhcpServerVendorInfoOptionValue 1.3.6.1.4.1.1027.4.8.1.3.5.8.1.4 octet string read-write
The options that the vendor, the vendor specified in VendorInfoID, would want to send to it's clients. All content of this object would only make sense to the receiving client, no syntax or sematics of the content is specifed by this definition, that information would be specified by the vendor.
                                       mitelDhcpServerVendorInfoStatus 1.3.6.1.4.1.1027.4.8.1.3.5.8.1.5 rowstatus read-only
The current status of this entry.
                           mitelDhcpClientTable 1.3.6.1.4.1.1027.4.8.1.3.6 no-access
This table contains a list of all DHCP Clients.
                               mitelDhcpClientEntry 1.3.6.1.4.1.1027.4.8.1.3.6.1 no-access
Each entry in this list contains information for a DHCP client.
                                   mitelDhcpClientIndex 1.3.6.1.4.1.1027.4.8.1.3.6.1.1 integer read-only
The Index of this Client. This object's value has a direct correlation to the interface on which DHCP client has been defined.
                                   mitelDhcpClientId 1.3.6.1.4.1.1027.4.8.1.3.6.1.2 octet string read-write
The ID of this client
                                   mitelDhcpClientLeaseAction 1.3.6.1.4.1.1027.4.8.1.3.6.1.3 integer read-only
The object allows the user to release the current IP address assigned to this DHCP client. The user can also conduct a renew action to obtain an IP address for this client. By default this object will return none(1). Enumeration: 'release': 2, 'none': 1, 'renew': 3.
                                   mitelDhcpClientIpAddress 1.3.6.1.4.1.1027.4.8.1.3.6.1.4 ipaddress read-only
The IP of this client assigned by the DHCP server.
                                   mitelDhcpClientLeaseObtained 1.3.6.1.4.1.1027.4.8.1.3.6.1.5 timeticks read-only
The time the lease was acquired
                                   mitelDhcpClientLeaseExpired 1.3.6.1.4.1.1027.4.8.1.3.6.1.6 timeticks read-only
The time the current lease expires.
                                   mitelDhcpClientDefaultGateway 1.3.6.1.4.1.1027.4.8.1.3.6.1.7 ipaddress read-only
The default gateway IP for this client learned from the DHCP server.
                                   mitelDhcpClientServerIp 1.3.6.1.4.1.1027.4.8.1.3.6.1.8 ipaddress read-only
The IP of this client's DHCP server.
                                   mitelDhcpClientPrimaryDns 1.3.6.1.4.1.1027.4.8.1.3.6.1.9 ipaddress read-only
The primary DNS IP address of the client learned from the DHCP server.
                                   mitelDhcpClientSecondaryDns 1.3.6.1.4.1.1027.4.8.1.3.6.1.10 ipaddress read-only
The secondary DNS IP address of the client learned from the DHCP server.
                                   mitelDhcpClientPrimaryWins 1.3.6.1.4.1.1027.4.8.1.3.6.1.11 ipaddress read-only
The primary WINS IP address of the client learned from the DHCP server.
                                   mitelDhcpClientSecondaryWins 1.3.6.1.4.1.1027.4.8.1.3.6.1.12 ipaddress read-only
The secondary WINS IP address of the client learned from the DHCP server.
                                   mitelDhcpClientDomainName 1.3.6.1.4.1.1027.4.8.1.3.6.1.13 octet string read-only
The domain name of this client learned from the DHCP server.
                                   mitelDhcpClientName 1.3.6.1.4.1.1027.4.8.1.3.6.1.14 octet string read-only
The name of this client.
                                   mitelDhcpClientAdminState 1.3.6.1.4.1.1027.4.8.1.3.6.1.15 integer read-only
The admin status of this client. Enumeration: 'disabled': 2, 'enabled': 1.