BENU-DHCP-MIB
- Registered at
- 1.3.6.1.4.1.39406.2.1.6
- Last updated
- 2015-12-18 00:00
- Organization
- Benu Networks,Inc
- Revisions
- 2015-12-18 00:00, 2015-11-12 00:00, 2015-01-29 00:00, 2015-01-16 00:00, 2014-07-30 00:00, 2014-04-14 00:00, 2013-10-22 00:00
- Namespace
- benuos
- Source file
BENU-DHCP-MIB- Digest
sha256:aaa3257b59c3d4f0dfd61b54198ec549d7746d8ad838e34bbd6eaf5040ca15d6
Description
The MIB module for entities implementing the server side of the Bootstrap Protocol (BOOTP) and the Dynamic Host Configuration protocol (DHCP) for IPv4 and IPv6. Copyright (C) 2014 by Benu Networks, Inc. All rights reserved.
Contact
Benu Networks,Inc Corporate Headquarters 300 Concord Road, Suite 110 Billerica, MA 01821 USA Tel: +1 978-223-4700 Fax: +1 978-362-1908 Email: info@benunets.com
Imports
| From | Symbols |
|---|---|
| BENU-WAG-MIB | benuWAG |
| INET-ADDRESS-MIB | InetAddressIPv4, InetAddressPrefixLength |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BENU-DHCP-MIB BENU-ENTERPRISE-MIB BENU-PLATFORM-SERVICE-MIB BENU-WAG-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| bDhcpNotifications OBJECT-IDENTITY DHCP Notifications are defined in this branch. | 1.3.6.1.4.1.39406.2.1.6.0 | current | ||
| bDhcpv4MIBObjects OBJECT-IDENTITY DHCP v4 MIB objects information is defined in this branch. | 1.3.6.1.4.1.39406.2.1.6.1 | current | ||
| bDhcpSubnetTable OBJECT-TYPE A list of subnets that are configured in this server. | 1.3.6.1.4.1.39406.2.1.6.1.1 | not-accessible | current | |
| bDhcpSubnetEntry OBJECT-TYPE A logical row in the bDhcpSubnetTable. | 1.3.6.1.4.1.39406.2.1.6.1.1.1 | not-accessible | current | |
| bDhcpSubnetStatsInterval OBJECT-TYPE The interval where the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics interval data greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n) the most and least recent intervals respectively, the following applies at the end of a interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i <n . - the value of IntervalCount(1) becomes that of CurrentCount | 1.3.6.1.4.1.39406.2.1.6.1.1.1.1 | Integer32 | not-accessible | current |
| bDhcpSubnetIndex OBJECT-TYPE The index of the subnet entry in the table. DHCP supports max. 144 subnets. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.2 | Integer32 (1..144) | not-accessible | current |
| bDhcpSubnetRangeIndex OBJECT-TYPE The index of the range from the subnet entry in the table. DHCP supports max. 16 ranges per subnet. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.3 | Integer32 (1..16) | not-accessible | current |
| bDhcpSubnetIntervalDuration OBJECT-TYPE Duration of the interval in minutes. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.4 | Integer32 | read-only | current |
| bDhcpSubnetStartAddress OBJECT-TYPE The first subnet IP address. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.5 | InetAddressIPv4 | read-only | current |
| bDhcpSubnetEndAddress OBJECT-TYPE The last subnet IP address. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.6 | InetAddressIPv4 | read-only | current |
| bDhcpSubnetTotalAddresses OBJECT-TYPE The total number of addresses in the subnet . | 1.3.6.1.4.1.39406.2.1.6.1.1.1.7 | Unsigned32 | read-only | current |
| bDhcpSubnetPeakFreeAddresses OBJECT-TYPE The peak number of free IP addresses that are available in the subnet | 1.3.6.1.4.1.39406.2.1.6.1.1.1.8 | Unsigned32 | read-only | current |
| bDhcpSubnetPeakUsedAddresses OBJECT-TYPE The peak number of used IP addresses that are used in the subnet | 1.3.6.1.4.1.39406.2.1.6.1.1.1.9 | Unsigned32 | read-only | current |
| bDhcpSubnetAddress OBJECT-TYPE The IP address of the subnet entry in the table. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.10 | InetAddressIPv4 | read-only | current |
| bDhcpSubnetMask OBJECT-TYPE The subnet mask of the subnet. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.11 | InetAddressPrefixLength | read-only | current |
| bDhcpSubnetUsedAddrLowThreshold OBJECT-TYPE The low threshold for used IP addresses in this subnet. If the value for used IP addresses in this subnet becomes equal to or less than this value and the current condition for bDhcpSubnetUsedAddrHigh is raised, then a bDhcpSubnetUsedAddrLow event will be generated. No more bDhcpSubnetUsedAddrLow events will be generated for this subnet during its execution until the value for used addresses has exceeded the value of bDhcpSubnetUsedAddrHighThreshold. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.12 | Unsigned32 | read-only | current |
| bDhcpSubnetUsedAddrHighThreshold OBJECT-TYPE The high threshold for used IP addresses in this subnet. If a bDhcpSubnetUsedAddrLow event has been generated (or no bDhcpSubnetUsedAddrHigh was generated previously) for this subnet, and the value for used IP addresses in this subnet has exceeded this value then a bDhcpSubnetUsedAddrHigh event will be generated. No more bDhcpSubnetUsedAddrHigh events will be generated for this subnet during its execution until the value for used addresses in this subnet becomes equal to or less than the value of bDhcpSubnetUsedAddrLowThreshold. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.13 | Unsigned32 | read-only | current |
| bDhcpSubnetPeakHoldAddresses OBJECT-TYPE The peak number of IP addresses that are held within this subnet. | 1.3.6.1.4.1.39406.2.1.6.1.1.1.14 | Unsigned32 | read-only | current |
| bDhcpGlobalTable OBJECT-TYPE A list of Global DHCP server information for various intervals. | 1.3.6.1.4.1.39406.2.1.6.1.2 | not-accessible | current | |
| bDhcpGlobalEntry OBJECT-TYPE A logical row in the bDhcpGlobalTable. | 1.3.6.1.4.1.39406.2.1.6.1.2.1 | not-accessible | current | |
| bDhcpGlobalStatsInterval OBJECT-TYPE The interval where the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics interval data greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n) the most and least recent intervals respectively, the following applies at the end of a interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i <n . - the value of IntervalCount(1) becomes that of CurrentCount | 1.3.6.1.4.1.39406.2.1.6.1.2.1.1 | Integer32 | not-accessible | current |
| bDhcpDiscoversRcvd OBJECT-TYPE The number of DHCPDISCOVER packets received. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.2 | Unsigned32 | read-only | current |
| bDhcpOffersSent OBJECT-TYPE The number of DHCPOFFER packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.3 | Unsigned32 | read-only | current |
| bDhcpRequestsRcvd OBJECT-TYPE The number of DHCPREQUEST packets received. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.4 | Unsigned32 | read-only | current |
| bDhcpDeclinesRcvd OBJECT-TYPE The number of DHCPDECLINE packets received. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.5 | Unsigned32 | read-only | current |
| bDhcpAcksSent OBJECT-TYPE The number of DHCPACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.6 | Unsigned32 | read-only | current |
| bDhcpNacksSent OBJECT-TYPE The number of DHCPNACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.7 | Unsigned32 | read-only | current |
| bDhcpReleasesRcvd OBJECT-TYPE The number of DHCPRELEASE packets received. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.8 | Unsigned32 | read-only | current |
| bDhcpReleasesIndRcvd OBJECT-TYPE The number of DHCPRELEASE indication packets received. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.9 | Unsigned32 | read-only | current |
| bDhcpReleasesSent OBJECT-TYPE The number of DHCPRELEASE packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.10 | Unsigned32 | read-only | current |
| bDhcpInformsRcvd OBJECT-TYPE The number of DHCPINFORM packets received. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.11 | Unsigned32 | read-only | current |
| bDhcpInformsAckSent OBJECT-TYPE The number of DHCPINFORM ACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.12 | Unsigned32 | read-only | current |
| bDhcpDropDiscover OBJECT-TYPE The number of DHCPDISCOVER packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.13 | Unsigned32 | read-only | current |
| bDhcpDropRequest OBJECT-TYPE The number of DHCPREQUEST packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.14 | Unsigned32 | read-only | current |
| bDhcpDropRelease OBJECT-TYPE The number of DHCPRELEASE packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.15 | Unsigned32 | read-only | current |
| bDhcpLeasesAssigned OBJECT-TYPE Total number of leases assigned on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.2.1.16 | Unsigned32 | read-only | current |
| bDhcpLeasesReleased OBJECT-TYPE Total number of leases released on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.2.1.17 | Unsigned32 | read-only | current |
| bDhcpLeasesRelFail OBJECT-TYPE Total number of leases release failed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.2.1.18 | Unsigned32 | read-only | current |
| bDhcpLeasesExpired OBJECT-TYPE Total number of leases expired on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.2.1.19 | Unsigned32 | read-only | current |
| bDhcpLeasesRenewed OBJECT-TYPE Total number of leases renewed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.2.1.20 | Unsigned32 | read-only | current |
| bDhcpLeasesRenewFail OBJECT-TYPE Total number of leases renew failed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.2.1.21 | Unsigned32 | read-only | current |
| bDhcpLeasesNotAssignServIntNotConfig OBJECT-TYPE Total number of leases not assigned due to interface not configured on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.2.1.22 | Unsigned32 | read-only | current |
| bDhcpLeasesNotAssignFreeBuffUnavail OBJECT-TYPE Total number of leases not assigned due to unavailability of free buffers | 1.3.6.1.4.1.39406.2.1.6.1.2.1.23 | Unsigned32 | read-only | current |
| bDhcpIntervalDuration OBJECT-TYPE Duration of the interval in minutes | 1.3.6.1.4.1.39406.2.1.6.1.2.1.24 | Integer32 | read-only | current |
| bBootpRequestsRcvd OBJECT-TYPE Total number of BOOTP request mesages received | 1.3.6.1.4.1.39406.2.1.6.1.2.1.25 | Unsigned32 | read-only | current |
| bBootpRepliesSent OBJECT-TYPE Total number of BOOTP reply mesages sent | 1.3.6.1.4.1.39406.2.1.6.1.2.1.26 | Unsigned32 | read-only | current |
| bDhcpReleasesIndSent OBJECT-TYPE The number of DHCPRELEASE indication packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.2.1.27 | Unsigned32 | read-only | current |
| bDhcpv4ActiveClient OBJECT-TYPE The number of DHCP v4 active clients. | 1.3.6.1.4.1.39406.2.1.6.1.3 | Unsigned32 | read-only | current |
| bDhcpSPWiFiGlobalTable OBJECT-TYPE A list of Global DHCP server information for SPWiFi for various intervals. | 1.3.6.1.4.1.39406.2.1.6.1.4 | not-accessible | current | |
| bDhcpSPWiFiGlobalEntry OBJECT-TYPE A logical row in the bDhcpSPWiFiGlobalTable. | 1.3.6.1.4.1.39406.2.1.6.1.4.1 | not-accessible | current | |
| bDhcpSPWiFiGlobalStatsInterval OBJECT-TYPE The interval where the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics interval data greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n) the most and least recent intervals respectively, the following applies at the end of a interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i <n . - the value of IntervalCount(1) becomes that of CurrentCount | 1.3.6.1.4.1.39406.2.1.6.1.4.1.1 | Integer32 | not-accessible | current |
| bDhcpSPWiFiDiscoversRcvd OBJECT-TYPE The number of SPWiFi DHCPDISCOVER packets received. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.2 | Unsigned32 | read-only | current |
| bDhcpSPWiFiOffersSent OBJECT-TYPE The number of SPWiFi DHCPOFFER packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.3 | Unsigned32 | read-only | current |
| bDhcpSPWiFiRequestsRcvd OBJECT-TYPE The number of SPWiFi DHCPREQUEST packets received. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.4 | Unsigned32 | read-only | current |
| bDhcpSPWiFiDeclinesRcvd OBJECT-TYPE The number of SPWiFi DHCPDECLINE packets received. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.5 | Unsigned32 | read-only | current |
| bDhcpSPWiFiAcksSent OBJECT-TYPE The number of SPWiFi DHCPACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.6 | Unsigned32 | read-only | current |
| bDhcpSPWiFiNacksSent OBJECT-TYPE The number of SPWiFi DHCPNACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.7 | Unsigned32 | read-only | current |
| bDhcpSPWiFiReleasesRcvd OBJECT-TYPE The number of SPWiFi DHCPRELEASE packets received. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.8 | Unsigned32 | read-only | current |
| bDhcpSPWiFiReleasesIndRcvd OBJECT-TYPE The number of SPWiFi DHCPRELEASE indication packets received. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.9 | Unsigned32 | read-only | current |
| bDhcpSPWiFiReleasesSent OBJECT-TYPE The number of SPWiFi DHCPRELEASE packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.10 | Unsigned32 | read-only | current |
| bDhcpSPWiFiInformsRcvd OBJECT-TYPE The number of SPWiFi DHCPINFORM packets received. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.11 | Unsigned32 | read-only | current |
| bDhcpSPWiFiInformsAckSent OBJECT-TYPE The number of SPWiFi DHCPINFORM ACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.12 | Unsigned32 | read-only | current |
| bDhcpSPWiFiDropDiscover OBJECT-TYPE The number of SPWiFi DHCPDISCOVER packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.13 | Unsigned32 | read-only | current |
| bDhcpSPWiFiDropRequest OBJECT-TYPE The number of SPWiFi DHCPREQUEST packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.14 | Unsigned32 | read-only | current |
| bDhcpSPWiFiDropRelease OBJECT-TYPE The number of SPWiFi DHCPRELEASE packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.15 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesAssigned OBJECT-TYPE Total number of SPWiFi leases assigned on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.4.1.16 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesReleased OBJECT-TYPE Total number of SPWiFi leases released on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.4.1.17 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesRelFail OBJECT-TYPE Total number of SPWiFi leases release failed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.4.1.18 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesExpired OBJECT-TYPE Total number of SPWiFi leases expired on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.4.1.19 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesRenewed OBJECT-TYPE Total number of SPWiFi leases renewed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.4.1.20 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesRenewFail OBJECT-TYPE Total number of SPWiFi leases renew failed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.4.1.21 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesNotAssignServIntNotConfig OBJECT-TYPE Total number of SPWiFi leases not assigned due to interface not configured on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.4.1.22 | Unsigned32 | read-only | current |
| bDhcpSPWiFiLeasesNotAssignFreeBuffUnavail OBJECT-TYPE Total number of SPWiFi leases not assigned due to unavailability of free buffers | 1.3.6.1.4.1.39406.2.1.6.1.4.1.23 | Unsigned32 | read-only | current |
| bDhcpSPWiFiIntervalDuration OBJECT-TYPE SPWiFi duration of the interval in minutes | 1.3.6.1.4.1.39406.2.1.6.1.4.1.24 | Integer32 | read-only | current |
| bSPWiFiBootpRequestsRcvd OBJECT-TYPE Total number of SPWiFi BOOTP request mesages received | 1.3.6.1.4.1.39406.2.1.6.1.4.1.25 | Unsigned32 | read-only | current |
| bSPWiFiBootpRepliesSent OBJECT-TYPE Total number of SPWiFi BOOTP reply mesages sent | 1.3.6.1.4.1.39406.2.1.6.1.4.1.26 | Unsigned32 | read-only | current |
| bDhcpSPWiFiReleasesIndSent OBJECT-TYPE The number of SPWiFi DHCPRELEASE indication packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.4.1.27 | Unsigned32 | read-only | current |
| bDhcpHomeGlobalTable OBJECT-TYPE A list of Global DHCP server information for Home for various intervals. | 1.3.6.1.4.1.39406.2.1.6.1.5 | not-accessible | current | |
| bDhcpHomeGlobalEntry OBJECT-TYPE A logical row in the bDhcpHomeGlobalTable. | 1.3.6.1.4.1.39406.2.1.6.1.5.1 | not-accessible | current | |
| bDhcpHomeGlobalStatsInterval OBJECT-TYPE The interval where the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics interval data greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n) the most and least recent intervals respectively, the following applies at the end of a interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i <n . - the value of IntervalCount(1) becomes that of CurrentCount | 1.3.6.1.4.1.39406.2.1.6.1.5.1.1 | Integer32 | not-accessible | current |
| bDhcpHomeDiscoversRcvd OBJECT-TYPE The number of Home DHCPDISCOVER packets received. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.2 | Unsigned32 | read-only | current |
| bDhcpHomeOffersSent OBJECT-TYPE The number of Home DHCPOFFER packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.3 | Unsigned32 | read-only | current |
| bDhcpHomeRequestsRcvd OBJECT-TYPE The number of Home DHCPREQUEST packets received. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.4 | Unsigned32 | read-only | current |
| bDhcpHomeDeclinesRcvd OBJECT-TYPE The number of Home DHCPDECLINE packets received. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.5 | Unsigned32 | read-only | current |
| bDhcpHomeAcksSent OBJECT-TYPE The number of Home DHCPACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.6 | Unsigned32 | read-only | current |
| bDhcpHomeNacksSent OBJECT-TYPE The number of Home DHCPNACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.7 | Unsigned32 | read-only | current |
| bDhcpHomeReleasesRcvd OBJECT-TYPE The number of Home DHCPRELEASE packets received. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.8 | Unsigned32 | read-only | current |
| bDhcpHomeReleasesIndRcvd OBJECT-TYPE The number of Home DHCPRELEASE indication packets received. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.9 | Unsigned32 | read-only | current |
| bDhcpHomeReleasesSent OBJECT-TYPE The number of Home DHCPRELEASE packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.10 | Unsigned32 | read-only | current |
| bDhcpHomeInformsRcvd OBJECT-TYPE The number of Home DHCPINFORM packets received. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.11 | Unsigned32 | read-only | current |
| bDhcpHomeInformsAckSent OBJECT-TYPE The number of Home DHCPINFORM ACK packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.12 | Unsigned32 | read-only | current |
| bDhcpHomeDropDiscover OBJECT-TYPE The number of Home DHCPDISCOVER packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.13 | Unsigned32 | read-only | current |
| bDhcpHomeDropRequest OBJECT-TYPE The number of Home DHCPREQUEST packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.14 | Unsigned32 | read-only | current |
| bDhcpHomeDropRelease OBJECT-TYPE The number of Home DHCPRELEASE packets dropped. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.15 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesAssigned OBJECT-TYPE Total number of Home leases assigned on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.5.1.16 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesReleased OBJECT-TYPE Total number of Home leases released on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.5.1.17 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesRelFail OBJECT-TYPE Total number of Home leases release failed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.5.1.18 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesExpired OBJECT-TYPE Total number of Home leases expired on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.5.1.19 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesRenewed OBJECT-TYPE Total number of Home leases renewed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.5.1.20 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesRenewFail OBJECT-TYPE Total number of Home leases renew failed on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.5.1.21 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesNotAssignServIntNotConfig OBJECT-TYPE Total number of Home leases not assigned due to interface not configured on DHCP server | 1.3.6.1.4.1.39406.2.1.6.1.5.1.22 | Unsigned32 | read-only | current |
| bDhcpHomeLeasesNotAssignFreeBuffUnavail OBJECT-TYPE Total number of Home leases not assigned due to unavailability of free buffers | 1.3.6.1.4.1.39406.2.1.6.1.5.1.23 | Unsigned32 | read-only | current |
| bDhcpHomeIntervalDuration OBJECT-TYPE Home duration of the interval in minutes | 1.3.6.1.4.1.39406.2.1.6.1.5.1.24 | Integer32 | read-only | current |
| bHomeBootpRequestsRcvd OBJECT-TYPE Total number of Home BOOTP request mesages received | 1.3.6.1.4.1.39406.2.1.6.1.5.1.25 | Unsigned32 | read-only | current |
| bHomeBootpRepliesSent OBJECT-TYPE Total number of Home BOOTP reply mesages sent | 1.3.6.1.4.1.39406.2.1.6.1.5.1.26 | Unsigned32 | read-only | current |
| bDhcpHomeReleasesIndSent OBJECT-TYPE The number of Home DHCPRELEASE indication packets sent. | 1.3.6.1.4.1.39406.2.1.6.1.5.1.27 | Unsigned32 | read-only | current |
| bDhcpv4ActiveSpWiFiClients OBJECT-TYPE The number of DHCP v4 SP WiFi active clients. | 1.3.6.1.4.1.39406.2.1.6.1.6 | Unsigned32 | read-only | current |
| bDhcpv4ActiveHomeClients OBJECT-TYPE The number of DHCP v4 active Home clients. | 1.3.6.1.4.1.39406.2.1.6.1.7 | Unsigned32 | read-only | current |
| bDhcpv4NotifObjects OBJECT-IDENTITY DHCP v4 Notifications are defined in this branch. | 1.3.6.1.4.1.39406.2.1.6.2 | current | ||
| bDhcpHomeSubnetHomeId OBJECT-TYPE Home ID field is unique identifier for each home subnet. It maps to tunnel & vlan. | 1.3.6.1.4.1.39406.2.1.6.2.1 | Unsigned32 | accessible-for-notify | current |
| bDhcpHomeSubnetStartAddress OBJECT-TYPE Home subnet's range start IPv4 Address. | 1.3.6.1.4.1.39406.2.1.6.2.2 | InetAddressIPv4 | accessible-for-notify | current |
| bDhcpHomeSubnetEndAddress OBJECT-TYPE Home subnet's range end IPv4 Address. | 1.3.6.1.4.1.39406.2.1.6.2.3 | InetAddressIPv4 | accessible-for-notify | current |
| bDhcpHomeSubnetTotalAddresses OBJECT-TYPE The total number of addresses in the home subnet. | 1.3.6.1.4.1.39406.2.1.6.2.4 | Unsigned32 | accessible-for-notify | current |
| bDhcpHomeSubnetUsedAddrLowThreshold OBJECT-TYPE The low threshold for used IP addresses in this home subnet. If the value for used IP addresses in this home subnet becomes equal to or less than this value and the current condition for bDhcpHomeSubnetUsedAddrHigh is raised, then a bDhcpHomeSubnetUsedAddrLow event will be generated. No more bDhcpHomeSubnetUsedAddrLow events will be generated for this subnet during its execution until the value for used addresses has exceeded the value of bDhcpHomeSubnetUsedAddrHighThreshold. | 1.3.6.1.4.1.39406.2.1.6.2.5 | Unsigned32 | accessible-for-notify | current |
| bDhcpHomeSubnetUsedAddrHighThreshold OBJECT-TYPE The high threshold for used IP addresses in this home subnet. If a bDhcpHomeSubnetUsedAddrLow event has been generated (or no bDhcpHomeSubnetUsedAddrHigh was generated previously) for this home subnet, and the value for used IP addresses in this home subnet has exceeded this value then a bDhcpHomeSubnetUsedAddrHigh event will be generated. No more bDhcpHomeSubnetUsedAddrHigh events will be generated for this subnet during its execution until the value for used addresses in this subnet becomes equal to or less than the value of bDhcpHomeSubnetUsedAddrLowThreshold. | 1.3.6.1.4.1.39406.2.1.6.2.6 | Unsigned32 | accessible-for-notify | current |
| bDhcpv6MIBObjects OBJECT-IDENTITY DHCP v6 MIB objects information is defined in this branch. | 1.3.6.1.4.1.39406.2.1.6.3 | current | ||
| bDhcpv6ActiveClient OBJECT-TYPE The number of DHCP v6 active clients. | 1.3.6.1.4.1.39406.2.1.6.3.1 | Unsigned32 | read-only | current |
| bDhcpv6GlobalTable OBJECT-TYPE A list of Global DHCPv6 server information for various intervals. | 1.3.6.1.4.1.39406.2.1.6.3.2 | not-accessible | current | |
| bDhcpv6GlobalEntry OBJECT-TYPE A logical row in the bDhcpv6GlobalTable. | 1.3.6.1.4.1.39406.2.1.6.3.2.1 | not-accessible | current | |
| bDhcpv6GlobalStatsInterval OBJECT-TYPE The interval where the measurements were accumulated. The interval index one indicates the latest interval for which statistics accumulation was completed. Older the statistics interval data greater the interval index value. In a system supporting a history of n intervals with IntervalCount(1) and IntervalCount(n) the most and least recent intervals respectively, the following applies at the end of a interval: - discard the value of IntervalCount(n) - the value of IntervalCount(i) becomes that of IntervalCount(i+1) for 1 <= i <n . - the value of IntervalCount(1) becomes that of CurrentCount | 1.3.6.1.4.1.39406.2.1.6.3.2.1.1 | Integer32 | not-accessible | current |
| bDhcpv6SolicitsRcvd OBJECT-TYPE The number of DHCPv6 Solicit packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.2 | Unsigned32 | read-only | current |
| bDhcpv6OffersSent OBJECT-TYPE The number of DHCPOFFER packets sent. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.3 | Unsigned32 | read-only | current |
| bDhcpv6RequestsRcvd OBJECT-TYPE The number of DHCPv6 Request packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.4 | Unsigned32 | read-only | current |
| bDhcpv6DeclinesRcvd OBJECT-TYPE The number of DHCPv6 Decline packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.5 | Unsigned32 | read-only | current |
| bDhcpv6ReleasesRcvd OBJECT-TYPE The number of DHCPv6 Release packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.6 | Unsigned32 | read-only | current |
| bDhcpv6ReleaseIndRcvd OBJECT-TYPE The number of DHCPv6 ReleaseInd packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.7 | Unsigned32 | read-only | current |
| bDhcpv6RenewRcvd OBJECT-TYPE The number of DHCPv6 Renew packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.8 | Unsigned32 | read-only | current |
| bDhcpv6RebindRcvd OBJECT-TYPE The number of DHCPv6 Rebind packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.9 | Unsigned32 | read-only | current |
| bDhcpv6InformsRcvd OBJECT-TYPE The number of DHCPv6 Inform packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.10 | Unsigned32 | read-only | current |
| bDhcpv6ConfirmsRcvd OBJECT-TYPE The number of DHCPv6 Confirm packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.11 | Unsigned32 | read-only | current |
| bDhcpv6ReplysSent OBJECT-TYPE The number of DHCPv6 Reply packets sent. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.12 | Unsigned32 | read-only | current |
| bDhcpv6AdvertisesSent OBJECT-TYPE The number of DHCPv6 Advertises packets sent. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.13 | Unsigned32 | read-only | current |
| bDhcpv6UnknownMsgsRcvd OBJECT-TYPE The number of DHCPv6 UnknownMsg packets received. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.14 | Unsigned32 | read-only | current |
| bDhcpv6ReconfigsSent OBJECT-TYPE The number of DHCPv6 Reconfig packets sent. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.15 | Unsigned32 | read-only | current |
| bDhcpv6DropSolicit OBJECT-TYPE The number of DHCPv6 Solicit packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.16 | Unsigned32 | read-only | current |
| bDhcpv6DropAdvertise OBJECT-TYPE The number of DHCPv6 Advertise packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.17 | Unsigned32 | read-only | current |
| bDhcpv6DropDupSolicit OBJECT-TYPE The number of DHCPv6 Duplicate Solicit packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.18 | Unsigned32 | read-only | current |
| bDhcpv6DropRequest OBJECT-TYPE The number of DHCPv6 Request packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.19 | Unsigned32 | read-only | current |
| bDhcpv6DropRelease OBJECT-TYPE The number of DHCPv6 Release packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.20 | Unsigned32 | read-only | current |
| bDhcpv6DropDecline OBJECT-TYPE The number of DHCPv6 Decline packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.21 | Unsigned32 | read-only | current |
| bDhcpv6DropRenew OBJECT-TYPE The number of DHCPv6 Renew packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.22 | Unsigned32 | read-only | current |
| bDhcpv6DropRebind OBJECT-TYPE The number of DHCPv6 Rebind packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.23 | Unsigned32 | read-only | current |
| bDhcpv6DropConfirm OBJECT-TYPE The number of DHCPv6 Confirm packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.24 | Unsigned32 | read-only | current |
| bDhcpv6DropInform OBJECT-TYPE The number of DHCPv6 Information-Request packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.25 | Unsigned32 | read-only | current |
| bDhcpv6DropRelay OBJECT-TYPE The number of DHCPv6 Relay packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.26 | Unsigned32 | read-only | current |
| bDhcpv6DropReply OBJECT-TYPE The number of DHCPv6 Reply packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.27 | Unsigned32 | read-only | current |
| bDhcpv6DropRelayReply OBJECT-TYPE The number of DHCPv6 Relay-Reply packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.28 | Unsigned32 | read-only | current |
| bDhcpv6DropReconfig OBJECT-TYPE The number of DHCPv6 Reconfig packets dropped. | 1.3.6.1.4.1.39406.2.1.6.3.2.1.29 | Unsigned32 | read-only | current |
| bDhcpv6LeasesOffered OBJECT-TYPE Total number of leases offered on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.30 | Unsigned32 | read-only | current |
| bDhcpv6LeasesAssigned OBJECT-TYPE Total number of leases assigned on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.31 | Unsigned32 | read-only | current |
| bDhcpv6LeasesReleased OBJECT-TYPE Total number of leases released on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.32 | Unsigned32 | read-only | current |
| bDhcpv6LeasesRelFail OBJECT-TYPE Total number of leases release failed on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.33 | Unsigned32 | read-only | current |
| bDhcpv6LeasesExpired OBJECT-TYPE Total number of leases expired on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.34 | Unsigned32 | read-only | current |
| bDhcpv6LeasesExpiryFail OBJECT-TYPE Total number of leases expiry failed on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.35 | Unsigned32 | read-only | current |
| bDhcpv6LeasesRenewed OBJECT-TYPE Total number of leases renewed on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.36 | Unsigned32 | read-only | current |
| bDhcpv6LeasesRenewFail OBJECT-TYPE Total number of leases renew failed on DHCPv6 server | 1.3.6.1.4.1.39406.2.1.6.3.2.1.37 | Unsigned32 | read-only | current |
| bDhcpv6InternalError OBJECT-TYPE Total number of Internal Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.38 | Unsigned32 | read-only | current |
| bDhcpv6NoInterface OBJECT-TYPE Total number of No Interface Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.39 | Unsigned32 | read-only | current |
| bDhcpv6ClientIdNotPres OBJECT-TYPE Total number of ClientId Not Present Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.40 | Unsigned32 | read-only | current |
| bDhcpv6ServerIdNotPres OBJECT-TYPE Total number of ServerId Not Present Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.41 | Unsigned32 | read-only | current |
| bDhcpv6ORONotPres OBJECT-TYPE Total number of ORO Not Present Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.42 | Unsigned32 | read-only | current |
| bDhcpv6ClientIdPres OBJECT-TYPE Total number of ClientId Present Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.43 | Unsigned32 | read-only | current |
| bDhcpv6ServerIdPres OBJECT-TYPE Total number of ServerId Present Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.44 | Unsigned32 | read-only | current |
| bDhcpv6UnicastSolicitRcvd OBJECT-TYPE Total number of Unicast Solicit Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.45 | Unsigned32 | read-only | current |
| bDhcpv6UnicastRequestRcvd OBJECT-TYPE Total number of Unicast Request Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.46 | Unsigned32 | read-only | current |
| bDhcpv6UnicastRenewRcvd OBJECT-TYPE Total number of Unicast Renew Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.47 | Unsigned32 | read-only | current |
| bDhcpv6UnicastConfirmRcvd OBJECT-TYPE Total number of Unicast Confirm Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.48 | Unsigned32 | read-only | current |
| bDhcpv6UnicastDeclineRcvd OBJECT-TYPE Total number of Unicast Decline Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.49 | Unsigned32 | read-only | current |
| bDhcpv6UnicastReleaseRcvd OBJECT-TYPE Total number of Unicast Release Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.50 | Unsigned32 | read-only | current |
| bDhcpv6UnicastRebindRcvd OBJECT-TYPE Total number of Unicast Rebind Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.51 | Unsigned32 | read-only | current |
| bDhcpv6RebindWithoutAddrRcvd OBJECT-TYPE Total number of Rebind Without Addresses Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.52 | Unsigned32 | read-only | current |
| bDhcpv6ConfirmWithoutAddrRcvd OBJECT-TYPE Total number of Confirm Without Addresses Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.53 | Unsigned32 | read-only | current |
| bDhcpv6DeclineWithoutAddrRcvd OBJECT-TYPE Total number of Confirm Without Addresses Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.54 | Unsigned32 | read-only | current |
| bDhcpv6RebindWithoutAddrOrMoreRcvd OBJECT-TYPE Total number of Rebind Without Addresses Or More Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.55 | Unsigned32 | read-only | current |
| bDhcpv6RenewWithoutAddrOrMoreRcvd OBJECT-TYPE Total number of Rebind Without Addresses Or More Received Errors | 1.3.6.1.4.1.39406.2.1.6.3.2.1.56 | Unsigned32 | read-only | current |
| bDhcpv6RebindFail OBJECT-TYPE Total number of Rebind Failures | 1.3.6.1.4.1.39406.2.1.6.3.2.1.57 | Unsigned32 | read-only | current |
| bDhcpv6ReconfAcceptInSolicitMissing OBJECT-TYPE Reconfig-Accept option is Solicit is missing, wherein the configuration mandates | 1.3.6.1.4.1.39406.2.1.6.3.2.1.58 | Unsigned32 | read-only | current |
| bDhcpv6IntervalDuration OBJECT-TYPE Duration of the interval in minutes | 1.3.6.1.4.1.39406.2.1.6.3.2.1.59 | Integer32 | read-only | current |
| bDhcpv6NotifObjects OBJECT-IDENTITY DHCP v6 Notifications are defined in this branch. | 1.3.6.1.4.1.39406.2.1.6.4 | current |
Notifications
| Name | OID | Status |
|---|---|---|
| bDhcpSubnetUsedAddrLow NOTIFICATION-TYPE This notification signifies that the number of used addresses for a particular subnet is cleared, meaning that it has fallen below the value of bDhcpSubnetUsedAddrLowThreshold for that subnet. | 1.3.6.1.4.1.39406.2.1.6.0.1 | current |
| bDhcpSubnetUsedAddrHigh NOTIFICATION-TYPE This notification signifies that the number of used addresses for a particular subnet is raised, meaning that it has risen above the value of bDhcpSubnetUsedAddrHighThreshold for that subnet. | 1.3.6.1.4.1.39406.2.1.6.0.2 | current |
| bDhcpHomeSubnetUsedAddrLow NOTIFICATION-TYPE This notification signifies that the number of used addresses for a particular home subnet is cleared, meaning that it has fallen below the value of bDhcpHomeSubnetUsedAddrLowThreshold for that subnet. | 1.3.6.1.4.1.39406.2.1.6.0.3 | current |
| bDhcpHomeSubnetUsedAddrHigh NOTIFICATION-TYPE This notification signifies that the number of used addresses for a particular home subnet is raised, meaning that it has risen above the value of bDhcpHomeSubnetUsedAddrHighThreshold for that subnet. | 1.3.6.1.4.1.39406.2.1.6.0.4 | current |