ZHONE-COM-IP-DHCP-SERVER-MIB
AI MIB Summary
The ZHONE-COM-IP-DHCP-SERVER-MIB enables SNMPv2 monitoring and management of Zhone Technologies DHCP server instances, exposing operational metrics such as active lease counts, address pool utilization, and server state transitions.
DHCP Server MIB using SNMPv2 SMI.
Main OID:
comIpDhcpServer.1.3.6.1.4.1.5504.6.61
136
Objects
Active
Status
12
Dependencies
Imported Objects
Objects
136 total| Object Name |
|---|
dhcpServerZhone DHCP Server Configuration and Monitoring MIB OBJECT IDENTIFIER .1.3.6.1.4.1.5504.4.1.11 |
dhcpServerTrapsTraps which apply to the DHCP Server. OBJECT IDENTIFIER .1.3.6.1.4.1.5504.4.1.11.0 |
dhcpTrapZhoneCpeDetectedTrap sent whenever an IP address is being offerred to a Zhone CPE device. NOTIFICATION-TYPE .1.3.6.1.4.1.5504.4.1.11.0.1 |
dhcpTrapZhoneCpeSysObjectIDSystem Object ID of attached Zhone CPE devicero OBJECT IDENTIFIER .1.3.6.1.4.1.5504.4.1.11.0.2 |
dhcpTrapZhoneIpAddressUpdateTrap sent whenever the dhcp ip addresses are assigned or modified. NOTIFICATION-TYPE .1.3.6.1.4.1.5504.4.1.11.0.3 |
dhcpTrapZhoneIpInterfaceIndexInterface Index of the ip-interface-record which contains the updated ip address. This is sent within the dhcpTrapZhoneIpAddressUpdate trap.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.5504.4.1.11.0.4 |
dhcpServerDefaultLeaseTimeThe global default time in seconds that will be assigned to a lease if the client requesting the lease does not ask for a specific expiration time. Default value is 43200 seconds.rw Integer32 .1.3.6.1.4.1.5504.4.1.11.1 |
dhcpServerDefaultMinLeaseTimeThe global minimum expiration time in seconds that will be assigned to a lease regardless of the value specified by a client. Default value is 0rw Integer32 .1.3.6.1.4.1.5504.4.1.11.2 |
dhcpServerDefaultMaxLeaseTimeThe global maximum time in seconds that will be assigned to a lease regardless of the value specified by a client. Default value is 86400 seconds.rw Integer32 .1.3.6.1.4.1.5504.4.1.11.3 |
dhcpServerDefaultReserveStartThe default number of IP addresses at the start of a subnet's IP address space that are reserved by the DHCP server. To override this default a specific subnet rule must be created for each subnet that needs to be handled differently. Default value is 5rw Integer32 .1.3.6.1.4.1.5504.4.1.11.4 |
dhcpServerDefaultReserveEndThe default number of IP addresses at the end of a subnet's IP address space that are reserved by the DHCP server. To override this default a specific subnet rule must be created for each subnet that needs to be handled differently. Default value is 5rw Integer32 .1.3.6.1.4.1.5504.4.1.11.5 |
dhcpServerLeaseTableProvides access to the DHCP Server Client Lease Database SEQUENCE OF DhcpServerLeaseEntry .1.3.6.1.4.1.5504.4.1.11.6 |
dhcpServerLeaseEntryRequired server lease fields: dhcpLeaseDomain, dhcpLeaseIpAddres, dhcpLeaseStarts, dhcpLeaseEnds Plus at lease one of: dhcpLeaseHardwareAddress, dhcpLeaseClientId DhcpServerLeaseEntry .1.3.6.1.4.1.5504.4.1.11.6.1 |
dhcpLeaseDomainRouting domain of the client the lease was created for. ZhoneRDIndex (ZHONE-COM-IP-RD-MIB) .1.3.6.1.4.1.5504.4.1.11.6.1.1 |
dhcpLeaseIpAddressIP Address of this lease. IpAddress .1.3.6.1.4.1.5504.4.1.11.6.1.2 |
dhcpLeaseStartsTime in GMT that the lease was assigned.rw Unsigned32 .1.3.6.1.4.1.5504.4.1.11.6.1.3 |
dhcpLeaseEndsTime in GMT that the lease will expire.rw Unsigned32 .1.3.6.1.4.1.5504.4.1.11.6.1.4 |
dhcpLeaseHardwareAddressThe MAC address of the network interface that was used to acquire the lease.rw PhysAddress .1.3.6.1.4.1.5504.4.1.11.6.1.5 |
dhcpLeaseFlagsLease flags currently defined as follows. #define STATIC_LEASE 1 #define BOOTP_LEASE 2 #define ABANDONED_LEASE 16 #define ZHONE_CPE 32 The default value for this object is 0 (no bits up).rw Bits .1.3.6.1.4.1.5504.4.1.11.6.1.6 |
dhcpLeaseClientIdClient identifier (if any) the client used to acquire its address. The default value for this object is an empty octet string.rw OCTET STRING .1.3.6.1.4.1.5504.4.1.11.6.1.7 |
dhcpLeaseClientHostnameClient hostname (if any) the client used to acquire its address. The default value for this object is an empty string.rw SnmpAdminString .1.3.6.1.4.1.5504.4.1.11.6.1.8 |
dhcpLeaseHostnameClient hostname (if any) the client used to acquire its address. The default value for this object is an empty string.rw SnmpAdminString .1.3.6.1.4.1.5504.4.1.11.6.1.9 |
dhcpLeaseDDNSFwdNameDynamic DNS forward host name. Not currently used. The default value for this object is an empty string.rw SnmpAdminString .1.3.6.1.4.1.5504.4.1.11.6.1.10 |
dhcpLeaseDDNSRevNameDynamic DNS reverse host name. Not currently used. The default value for this object is an empty string.rw SnmpAdminString .1.3.6.1.4.1.5504.4.1.11.6.1.11 |
dhcpLeaseRowStatusUsed to create and/or remove rows from this table.rw ZhoneRowStatus (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.6.1.12 |
dhcpServerNextGroupIndexThis object will return the next valid value for dhcpGroupIndex. This is used to manage the indices for the dhcpServerGroupTable. Upon creating a row in the dhcpServerGroupTable, the user must first obtain the next index by performing a get on this object.ro Integer32 .1.3.6.1.4.1.5504.4.1.11.7 |
dhcpServerGroupTableProvides access to the DHCP Server Group object configurations. SEQUENCE OF DhcpServerGroupEntry .1.3.6.1.4.1.5504.4.1.11.8 |
dhcpServerGroupEntryRequired group object fields: dhcpGroupIndex, dhcpGroupName, dhcpGroupDomain, Plus one of: dhcpGroupVendorMatchString, dhcpGroupClientMatchString The value for dhcpGroupIndex must be obtained by performing a GET on dhcpServerNextGroupIndex. DhcpServerGroupEntry .1.3.6.1.4.1.5504.4.1.11.8.1 |
dhcpGroupIndexTable Index. Integer32 .1.3.6.1.4.1.5504.4.1.11.8.1.1 |
dhcpGroupNameGroup object name. The default value for this object is the empty string.rw ZhoneAdminString (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.8.1.2 |
dhcpGroupDomainRouting domain that this group object applies to.rw ZhoneRDIndex (ZHONE-COM-IP-RD-MIB) .1.3.6.1.4.1.5504.4.1.11.8.1.3 |
dhcpGroupVendorMatchStringVendor class identifier match string that is used to determine which clients should be placed in this group. The default value for this object is an empty octet string.rw OCTET STRING .1.3.6.1.4.1.5504.4.1.11.8.1.4 |
dhcpGroupVendorMatchOffsetOffset into the client passed vendor class identifier string where the string match should start.rw Integer32 .1.3.6.1.4.1.5504.4.1.11.8.1.5 |
dhcpGroupVendorMatchLengthLength of the vendor class identifier substring to match. A value of -1 indicates that the entire string starting at the match offset value should be matched.rw Integer32 (-1..255) .1.3.6.1.4.1.5504.4.1.11.8.1.6 |
dhcpGroupClientMatchStringClient identifier match string that is used to determine which clients should be placed in this group. The default value for this object is an empty octet string.rw OCTET STRING .1.3.6.1.4.1.5504.4.1.11.8.1.7 |
dhcpGroupClientMatchOffsetOffset into the client passed client identifier string where the string match should start.rw Integer32 .1.3.6.1.4.1.5504.4.1.11.8.1.8 |
dhcpGroupClientMatchLengthLength of the client identifier substring to match. A value of -1 indicates that the entire string starting at the match offset value should be matched.rw Integer32 (-1..255) .1.3.6.1.4.1.5504.4.1.11.8.1.9 |
dhcpGroupRowStatusUsed to create and/or remove rows from this table.rw ZhoneRowStatus (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.8.1.10 |
dhcpServerGroupOptionTableDHCP Server Group Object Options SEQUENCE OF DhcpServerGroupOptionEntry .1.3.6.1.4.1.5504.4.1.11.9 |
dhcpServerGroupOptionEntryAll fields in this table are optional. DhcpServerGroupOptionEntry .1.3.6.1.4.1.5504.4.1.11.9.1 |
dhcpGroupOptionDefaultLeaseTimeThe default time in seconds that will be assigned to a lease if the client requesting the lease does not ask for a specific expiration time. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.9.1.1 |
dhcpGroupOptionMinLeaseTimeThe minimum expiration time in seconds that will be assigned to a lease regardless of the value specified by a client. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.9.1.2 |
dhcpGroupOptionMaxLeaseTimeThe maximum time in seconds that will be assigned to a lease regardless of the value specified by a client. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.9.1.3 |
dhcpGroupOptionBootFileName of the initial boot file which is to be loaded by the client. The filename should be a filename recognizable to whatever file transfer protocol the client can be expected to use to load the file. The default value for this object is an empty string.rw ZhoneFileName (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.9.1.4 |
dhcpGroupOptionBootServerIP Address of the server from which the initial boot file (specified in the BootFile option) is to be loaded. If this IP address is specified as 0.0.0.0 then primary interface address of the DHCP Server is used. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.9.1.5 |
dhcpGroupOptionDefaultRouterIP Address of the client's default gateway. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.9.1.6 |
dhcpGroupOptionPrimaryNameServerIP Address of the primary domain name server that the client should use for DNS resolution. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.9.1.7 |
dhcpGroupOptionSecondaryNameServerIP Address of the secondary domain name server that the client should use for DNS resolution. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.9.1.8 |
dhcpGroupOptionDomainNameThe default domain name that the client should use when resolving hostnames via DNS. The default value for this object is an empty string.rw SnmpAdminString .1.3.6.1.4.1.5504.4.1.11.9.1.9 |
dhcpServerNextSubnetIndexThis object will return the next valid value for dhcpSubnetIndex. This is used to manage the indices for the dhcpServerSubnetTable. Upon creating a row in the dhcpServerSubnetTable, the user must first obtain the next index by performing a get on this object.ro Integer32 .1.3.6.1.4.1.5504.4.1.11.10 |
dhcpServerSubnetTableProvides access to the DHCP Server Subnet object configurations. SEQUENCE OF DhcpServerSubnetEntry .1.3.6.1.4.1.5504.4.1.11.11 |
dhcpServerSubnetEntryRequired subnet object fields: dhcpSubnetIndex, dhcpSubnetNetwork, dhcpSubnetNetmask, dhcpSubnetDomain, dhcpSubnetRange1Start, dhcpSubnetRange1End. The value for dhcpSubnetIndex must be obtained by performing a GET on dhcpServerNextSubnetIndex. DhcpServerSubnetEntry .1.3.6.1.4.1.5504.4.1.11.11.1 |
dhcpSubnetIndexTable Index. Integer32 .1.3.6.1.4.1.5504.4.1.11.11.1.1 |
dhcpSubnetNetworkNetwork address of this subnet object.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.2 |
dhcpSubnetNetmaskNetwork mask of this subnet object.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.3 |
dhcpSubnetDomainRouting domain that this subnet object applies to.rw ZhoneRDIndex (ZHONE-COM-IP-RD-MIB) .1.3.6.1.4.1.5504.4.1.11.11.1.4 |
dhcpSubnetRange1StartStarting IP address of the first address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.5 |
dhcpSubnetRange1EndLast IP address of the first address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.6 |
dhcpSubnetRange2StartStarting IP address of the second address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.7 |
dhcpSubnetRange2EndLast IP address of the second address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.8 |
dhcpSubnetRange3StartStarting IP address of the third address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.9 |
dhcpSubnetRange3EndLast IP address of the third address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.10 |
dhcpSubnetRange4StartStarting IP address of the fourth address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.11 |
dhcpSubnetRange4EndLast IP address of the fourth address pool in this subnet. If either the start or end range has a value of 0 then the entire address pool is ignored.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.12 |
dhcpSubnetRowStatusUsed to create and/or remove rows from this table.rw ZhoneRowStatus (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.11.1.13 |
dhcpSubnetGroup2A number which indicates which DHCP subnet group this pool is a member of. A value of 0 ( default) indicates not a member of any group.rw Integer32 .1.3.6.1.4.1.5504.4.1.11.11.1.14 |
dhcpStickyAddrIf true we will attempt to hand out the same IP address to the same host, when possible based on HW address. Default value is TRUE for backwards compatability.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.5504.4.1.11.11.1.15 |
dhcpSubnetExternalServerNon-null IP address value indicates use of external DHCP server instead of internal for this subnet.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.16 |
dhcpSubnetExternalServerAltNon-null IP address value indicates use of alternate external DHCP server.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.11.1.17 |
dhcpServerSubnetOptionTableDHCP Server Subnet Object Options SEQUENCE OF DhcpServerSubnetOptionEntry .1.3.6.1.4.1.5504.4.1.11.12 |
dhcpServerSubnetOptionEntryAll fields in this table are optional. DhcpServerSubnetOptionEntry .1.3.6.1.4.1.5504.4.1.11.12.1 |
dhcpSubnetOptionDefaultLeaseTimeThe default time in seconds that will be assigned to a lease if the client requesting the lease does not ask for a specific expiration time. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.12.1.1 |
dhcpSubnetOptionMinLeaseTimeThe minimum expiration time in seconds that will be assigned to a lease regardless of the value specified by a client. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.12.1.2 |
dhcpSubnetOptionMaxLeaseTimeThe maximum time in seconds that will be assigned to a lease regardless of the value specified by a client. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.12.1.3 |
dhcpSubnetOptionBootFileName of the initial boot file which is to be loaded by the client. The filename should be a filename recognizable to whatever file transfer protocol the client can be expected to use to load the file. The default value for this object is an empty string.rw ZhoneFileName (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.12.1.4 |
dhcpSubnetOptionBootServerIP Address of the server from which the initial boot file (specified in the BootFile option) is to be loaded. If this IP address is specified as 0.0.0.0 then the DHCP Server's address is used. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.12.1.5 |
dhcpSubnetOptionDefaultRouterIP Address of the client's default gateway. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.12.1.6 |
dhcpSubnetOptionPrimaryNameServerIP Address of the primary domain name server that the client should use for DNS resolution. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.12.1.7 |
dhcpSubnetOptionSecondaryNameServerIP Address of the secondary domain name server that the client should use for DNS resolution. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.12.1.8 |
dhcpSubnetOptionDomainNameThe default domain name that the client should use when resolving hostnames via DNS. The default value for this object is an empty string.rw SnmpAdminString .1.3.6.1.4.1.5504.4.1.11.12.1.9 |
dhcpServerNextHostIndexThis object will return the next valid value for dhcpHostIndex. This is used to manage the indices for the dhcpServerHostTable. Upon creating a row in the dhcpServerHostTable, the user must first obtain the next index by performing a get on this object.ro Integer32 .1.3.6.1.4.1.5504.4.1.11.13 |
dhcpServerHostTableProvides access to the DHCP Server Host object configurations. SEQUENCE OF DhcpServerHostEntry .1.3.6.1.4.1.5504.4.1.11.14 |
dhcpServerHostEntryRequired host object fields: dhcpHostIndex, dhcpHostDomain, Plus one of: dhcpHostHardwareAddress, dhcpHostClientId The value for dhcpHostIndex must be obtained by performing a GET on dhcpServerNextHostIndex. DhcpServerHostEntry .1.3.6.1.4.1.5504.4.1.11.14.1 |
dhcpHostIndexTable Index. Integer32 .1.3.6.1.4.1.5504.4.1.11.14.1.1 |
dhcpHostHostnameHostname for this client. This may or may not be fully qualified with the local domain name but it is preferable to use the dhcpHostOptionDomainName option to specify the domain name. The default value for this field is an empty string.rw ZhoneAdminString (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.14.1.2 |
dhcpHostDomainRouting domain that this host object applies to.rw ZhoneRDIndex (ZHONE-COM-IP-RD-MIB) .1.3.6.1.4.1.5504.4.1.11.14.1.3 |
dhcpHostHardwareAddressHardware address of the client that matches this host object. If the dhcpHostClientId field is specified then this field is ignored. However, at least one of these fields must be configured per host object.rw PhysAddress .1.3.6.1.4.1.5504.4.1.11.14.1.4 |
dhcpHostClientIdDHCP client identifier of the client that matches this host object. If this field is specified then the dhcpHostHardwareAddress value is not used. However, at least one of these fields must be configured per host object. The default value for this object is an empty octet string.rw OCTET STRING .1.3.6.1.4.1.5504.4.1.11.14.1.5 |
dhcpHostIpAddress1Fixed IP address that should be assigned to this client.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.14.1.6 |
dhcpHostIpAddress2Fixed IP address that should be assigned to this client.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.14.1.7 |
dhcpHostIpAddress3Fixed IP address that should be assigned to this client.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.14.1.8 |
dhcpHostIpAddress4Fixed IP address that should be assigned to this client.rw IpAddress .1.3.6.1.4.1.5504.4.1.11.14.1.9 |
dhcpHostRowStatusUsed to create and/or remove rows from this table.rw ZhoneRowStatus (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.14.1.10 |
dhcpServerHostOptionTableDHCP Server Host Object Options SEQUENCE OF DhcpServerHostOptionEntry .1.3.6.1.4.1.5504.4.1.11.15 |
dhcpServerHostOptionEntryAll fields in this table are optional. DhcpServerHostOptionEntry .1.3.6.1.4.1.5504.4.1.11.15.1 |
dhcpHostOptionDefaultLeaseTimeThe default time in seconds that will be assigned to a lease if the client requesting the lease does not ask for a specific expiration time. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.15.1.1 |
dhcpHostOptionMinLeaseTimeThe minimum expiration time in seconds that will be assigned to a lease regardless of the value specified by a client. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.15.1.2 |
dhcpHostOptionMaxLeaseTimeThe maximum time in seconds that will be assigned to a lease regardless of the value specified by a client. A value of -1 indicates that this field should be ignored. Default value is -1 seconds.rw Integer32 (-1..2147483647) UNITS "seconds" .1.3.6.1.4.1.5504.4.1.11.15.1.3 |
dhcpHostOptionBootFileName of the initial boot file which is to be loaded by the client. The filename should be a filename recognizable to whatever file transfer protocol the client can be expected to use to load the file. The default value for this object is an empty string.rw ZhoneFileName (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.15.1.4 |
dhcpHostOptionBootServerIP Address of the server from which the initial boot file (specified in the BootFile option) is to be loaded. If this IP address is specified as 0.0.0.0 then the DHCP Server's address is used. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.15.1.5 |
dhcpHostOptionDefaultRouterIP Address of the client's default gateway. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.15.1.6 |
dhcpHostOptionPrimaryNameServerIP Address of the primary domain name server that the client should use for DNS resolution. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.15.1.7 |
dhcpHostOptionSecondaryNameServerIP Address of the secondary domain name server that the client should use for DNS resolution. Default value is 0.0.0.0rw IpAddress .1.3.6.1.4.1.5504.4.1.11.15.1.8 |
dhcpHostOptionDomainNameThe default domain name that the client should use when resolving hostnames via DNS. The default value for this object is an empty string.rw SnmpAdminString .1.3.6.1.4.1.5504.4.1.11.15.1.9 |
dhcpServerStatisticsDHCP Server MIB statistic objects are all defined in this branch. OBJECT IDENTIFIER .1.3.6.1.4.1.5504.4.1.11.16 |
serverSystemGroup of objects that are related to the overall system. OBJECT IDENTIFIER .1.3.6.1.4.1.5504.4.1.11.16.1 |
serverSystemDescrA textual description of the server. This value should include the full name and version identification of the server. This string MUST contain only printable NVT ASCII characters.ro ZhoneAdminString (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.16.1.1 |
serverSystemObjectIDThe vendor's authoritative identification of the network management subsystem contained in this entity. This value is allocated within the SMI enterprise subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining 'what kind of server' is being managed. For example, if vendor 'VeryBigServers, Inc.' is assigned the subtree 1.3.6.1.4.1.4242, it may assign the identifier 1.3.6.1.4.1.4242.1.1 to its `Hercules DHCP Server'.ro OBJECT IDENTIFIER .1.3.6.1.4.1.5504.4.1.11.16.1.2 |
serverUptimeThe value of sysUpTime when the server started handling requests.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.5504.4.1.11.16.1.3 |
serverActiveShelfThe shelf ID of the active DHCP server.ro ZhoneShelfValue (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.16.1.4 |
serverActiveSlotThe slot ID of the active DHCP server.ro ZhoneSlotValue (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.16.1.5 |
serverStandbyShelfThe shelf ID of the standby DHCP server.ro ZhoneShelfValue (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.16.1.6 |
serverStandbySlotThe slot ID of the standby DHCP server.ro ZhoneSlotValue (Zhone-TC) .1.3.6.1.4.1.5504.4.1.11.16.1.7 |
bootpCountersTableTable indexed on routing domain of objects that count various BOOTP events. SEQUENCE OF BootpCountersEntry .1.3.6.1.4.1.5504.4.1.11.16.2 |
bootpCountersEntryGroup of objects that count various BOOTP events on a per routing domain basis. BootpCountersEntry .1.3.6.1.4.1.5504.4.1.11.16.2.1 |
bootpCountRequestsThe number of packets received that contain a Message Type of 1 (BOOTREQUEST) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.2.1.1 |
bootpCountInvalidsThe number of packets received that do not contain a Message Type of 1 (BOOTREQUEST) in the first octet or are not valid BOOTP packets (e.g., too short, invalid field in packet header).ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.2.1.2 |
bootpCountRepliesThe number of packets sent that contain a Message Type of 1 (BOOTREQUEST) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.2.1.3 |
bootpCountDroppedUnknownClientsThe number of BOOTP packets dropped due to the server not recognizing or not providing service to the hardware address received in the incoming packet.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.2.1.4 |
bootpCountDroppedNotServingSubnetThe number of BOOTP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.2.1.5 |
dhcpCountersTableTable indexed on routing domain of objects that count various DHCP events. SEQUENCE OF DhcpCountersEntry .1.3.6.1.4.1.5504.4.1.11.16.3 |
dhcpCountersEntryGroup of objects that count various DHCP events on a per routing domain basis. DhcpCountersEntry .1.3.6.1.4.1.5504.4.1.11.16.3.1 |
dhcpCountDiscoversThe number of DHCPDISCOVER (option 53 with value 1) packets received.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.1 |
dhcpCountRequestsThe number of DHCPREQUEST (option 53 with value 3) packets received.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.2 |
dhcpCountReleasesThe number of DHCPRELEASE (option 53 with value 7) packets received.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.3 |
dhcpCountDeclinesThe number of DHCPDECLINE (option 53 with value 4) packets received.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.4 |
dhcpCountInformsThe number of DHCPINFORM (option 53 with value 8) packets received.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.5 |
dhcpCountInvalidsThe number of DHCP packets received whose DHCP message type (i.e., option number 53) is not understood or handled by the server.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.6 |
dhcpCountOffersThe number of DHCPOFFER (option 53 with value 2) packets sent.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.7 |
dhcpCountAcksThe number of DHCPACK (option 53 with value 5) packets sent.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.8 |
dhcpCountNacksThe number of DHCPNACK (option 53 with value 6) packets sent.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.9 |
dhcpCountDroppedUnknownClientThe number of DHCP packets dropped due to the server not recognizing or not providing service to the client-id and/or hardware address received in the incoming packet.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.10 |
dhcpCountDroppedNotServingSubnetThe number of DHCP packets dropped due to the server not being configured or not otherwise able to serve addresses on the subnet from which this message was received.ro Counter32 .1.3.6.1.4.1.5504.4.1.11.16.3.1.11 |
dhcpServerConfigurationVersionVersion number of the current DHCP server configuration. If this value is changed the server will reload all configuration rules and reinitialize itself. Any configuration rules modified before this field is changed will not have any affect on the currently running DHCP server configuration.rwdeprecated Unsigned32 .1.3.6.1.4.1.5504.4.1.11.17 |
dhcpServerRestartIf set to value 'true(1)' indicates that the server should restart by doing a complete reload of it's configuration. The value of this field will be reset to 'false(2)' once the restart command has been acknowledged by the server. A restart would typically only be done after making manual changes to the DHCP server lease table. All other configuration changes done via SNMP are automatically loaded by the server. Default value is 'false(2)'rw Enumeration .1.3.6.1.4.1.5504.4.1.11.18 |
comIpDhcpServerDHCP Server MIB using SNMPv2 SMI. MODULE-IDENTITY .1.3.6.1.4.1.5504.6.61 |