CISCO-IETF-DHCP-SERVER-MIB

File: CISCO-IETF-DHCP-SERVER-MIB.mib (54350 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMP-FRAMEWORK-MIB
SNMPv2-TC INET-ADDRESS-MIB CISCO-SMI

Imported symbols

Counter32 Counter64 Unsigned32
Gauge32 MODULE-IDENTITY OBJECT-IDENTITY
OBJECT-TYPE NOTIFICATION-TYPE MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP SnmpAdminString
TEXTUAL-CONVENTION DateAndTime InetAddressIPv4
InetAddressPrefixLength ciscoExperiment

Defined Types

CDhcpv4PhysicalAddress  
A DHCP-specific encoding of the physical address type and physical address, intended to mirror the representation of physical addresses in DHCP messages. The first octet of this object contains the hardware type from the 'htype' field of the DHCP message, the second octet of this object contains the hardware length from the 'hlen' field, and the remaining octets contain the hardware address from the 'chaddr' field.
TEXTUAL-CONVENTION    
  OCTET STRING Size(18)  

CDhcpv4ServerSharedNetEntry  
SEQUENCE    
  cDhcpv4ServerSharedNetName SnmpAdminString
  cDhcpv4ServerSharedNetFreeAddrLowThreshold Unsigned32
  cDhcpv4ServerSharedNetFreeAddrHighThreshold Unsigned32
  cDhcpv4ServerSharedNetFreeAddresses Unsigned32
  cDhcpv4ServerSharedNetReservedAddresses Unsigned32
  cDhcpv4ServerSharedNetTotalAddresses Unsigned32

CDhcpv4ServerSubnetEntry  
SEQUENCE    
  cDhcpv4ServerSubnetAddress InetAddressIPv4
  cDhcpv4ServerSubnetMask InetAddressPrefixLength
  cDhcpv4ServerSubnetSharedNetworkName SnmpAdminString
  cDhcpv4ServerSubnetFreeAddrLowThreshold Unsigned32
  cDhcpv4ServerSubnetFreeAddrHighThreshold Unsigned32
  cDhcpv4ServerSubnetFreeAddresses Unsigned32

CDhcpv4ServerRangeEntry  
SEQUENCE    
  cDhcpv4ServerRangeStartAddress InetAddressIPv4
  cDhcpv4ServerRangeEndAddress InetAddressIPv4
  cDhcpv4ServerRangeSubnetMask InetAddressPrefixLength
  cDhcpv4ServerRangeInUse Gauge32
  cDhcpv4ServerRangeOutstandingOffers Gauge32

CDhcpv4ServerClientEntry  
SEQUENCE    
  cDhcpv4ServerClient InetAddressIPv4
  cDhcpv4ServerClientSubnetMask InetAddressPrefixLength
  cDhcpv4ServerClientRange InetAddressIPv4
  cDhcpv4ServerClientLeaseType INTEGER
  cDhcpv4ServerClientTimeRemaining Unsigned32
  cDhcpv4ServerClientAllowedProtocol INTEGER
  cDhcpv4ServerClientServedProtocol INTEGER
  cDhcpv4ServerClientPhysicalAddress CDhcpv4PhysicalAddress
  cDhcpv4ServerClientClientId OCTET STRING
  cDhcpv4ServerClientHostName SnmpAdminString
  cDhcpv4ServerClientDomainName SnmpAdminString

Defined Values

ciscoIetfDhcpSrvMIB 1.3.6.1.4.1.9.10.102
The MIB module for entities implementing the server side of the Bootstrap Protocol (BOOTP) and the Dynamic Host Configuration protocol (DHCP) for Internet Protocol version 4(IPv4). This MIB does not include support for Dynamic DNS (DDNS) updating nor for the DHCP Failover Protocol.
MODULE-IDENTITY    

ciscoIetfDhcpv4SrvMIBNotifs 1.3.6.1.4.1.9.10.102.0
OBJECT IDENTIFIER    

ciscoIetfDhcpv4SrvMIBObjects 1.3.6.1.4.1.9.10.102.1
OBJECT IDENTIFIER    

ciscoIetfDhcpv4SrvMIBConform 1.3.6.1.4.1.9.10.102.2
OBJECT IDENTIFIER    

cDhcpv4SrvSystem 1.3.6.1.4.1.9.10.102.1.1
Group of objects that are related to the overall system.
Status: current Access: read-only
OBJECT-IDENTITY    

cBootpCounters 1.3.6.1.4.1.9.10.102.1.2
Group of objects that count various BOOTP events.
Status: current Access: read-only
OBJECT-IDENTITY    

cDhcpv4Counters 1.3.6.1.4.1.9.10.102.1.3
Group of objects that count various DHCPv4 events.
Status: current Access: read-only
OBJECT-IDENTITY    

cDhcpv4SrvConfiguration 1.3.6.1.4.1.9.10.102.1.4
Objects that contain pre-configured and dynamic configuration information.
Status: current Access: read-only
OBJECT-IDENTITY    

cDhcpv4ServerNotifyObjects 1.3.6.1.4.1.9.10.102.1.7
Objects that are used only in notifications.
Status: current Access: read-only
OBJECT-IDENTITY    

cBootpHCCounters 1.3.6.1.4.1.9.10.102.1.8
Group of high capacity objects that count various BOOTP events.
Status: current Access: read-only
OBJECT-IDENTITY    

cDhcpv4HCCounters 1.3.6.1.4.1.9.10.102.1.9
Group of high capacity objects that count various DHCPv4 events.
Status: current Access: read-only
OBJECT-IDENTITY    

cDhcpv4SrvSystemDescr 1.3.6.1.4.1.9.10.102.1.1.1
A textual description of the server. This value should include the full name and version identification of the server.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cDhcpv4SrvSystemObjectID 1.3.6.1.4.1.9.10.102.1.1.2
The 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 Ohso Soft, 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 Ursa DHCP Server.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

cBootpCountRequests 1.3.6.1.4.1.9.10.102.1.2.1
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cBootpCountInvalids 1.3.6.1.4.1.9.10.102.1.2.2
The 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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cBootpCountReplies 1.3.6.1.4.1.9.10.102.1.2.3
The number of packets sent that contain a Message Type of 2 (BOOTREPLY) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cBootpCountDropUnknownClients 1.3.6.1.4.1.9.10.102.1.2.4
The number of BOOTP packets dropped due to the server not recognizing or not providing service to the hardware address received in the incoming packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cBootpCountDropNotServingSubnet 1.3.6.1.4.1.9.10.102.1.2.5
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountDiscovers 1.3.6.1.4.1.9.10.102.1.3.1
The number of DHCPDISCOVER (option 53 with value 1) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountOffers 1.3.6.1.4.1.9.10.102.1.3.2
The number of DHCPOFFER (option 53 with value 2) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountRequests 1.3.6.1.4.1.9.10.102.1.3.3
The number of DHCPREQUEST (option 53 with value 3) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountDeclines 1.3.6.1.4.1.9.10.102.1.3.4
The number of DHCPDECLINE (option 53 with value 4) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountAcks 1.3.6.1.4.1.9.10.102.1.3.5
The number of DHCPACK (option 53 with value 5) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountNaks 1.3.6.1.4.1.9.10.102.1.3.6
The number of DHCPNACK (option 53 with value 6) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountReleases 1.3.6.1.4.1.9.10.102.1.3.7
The number of DHCPRELEASE (option 53 with value 7) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountInforms 1.3.6.1.4.1.9.10.102.1.3.8
The number of DHCPINFORM (option 53 with value 8) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountInvalids 1.3.6.1.4.1.9.10.102.1.3.10
The number of DHCP packets received whose DHCP message type (i.e., option number 53) is not understood or handled by the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountDropUnknownClient 1.3.6.1.4.1.9.10.102.1.3.11
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cDhcpv4CountDropNotServingSubnet 1.3.6.1.4.1.9.10.102.1.3.12
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cBootpHCCountRequests 1.3.6.1.4.1.9.10.102.1.8.1
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cBootpHCCountInvalids 1.3.6.1.4.1.9.10.102.1.8.2
The 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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cBootpHCCountReplies 1.3.6.1.4.1.9.10.102.1.8.3
The number of packets sent that contain a Message Type of 2 (BOOTREPLY) in the first octet and do not contain option number 53 (DHCP Message Type) in the options.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cBootpHCCountDropUnknownClients 1.3.6.1.4.1.9.10.102.1.8.4
The number of BOOTP packets dropped due to the server not recognizing or not providing service to the hardware address received in the incoming packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cBootpHCCountDropNotServingSubnet 1.3.6.1.4.1.9.10.102.1.8.5
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountDiscovers 1.3.6.1.4.1.9.10.102.1.9.1
The number of DHCPDISCOVER (option 53 with value 1) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountOffers 1.3.6.1.4.1.9.10.102.1.9.2
The number of DHCPOFFER (option 53 with value 2) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountRequests 1.3.6.1.4.1.9.10.102.1.9.3
The number of DHCPREQUEST (option 53 with value 3) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountDeclines 1.3.6.1.4.1.9.10.102.1.9.4
The number of DHCPDECLINE (option 53 with value 4) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountAcks 1.3.6.1.4.1.9.10.102.1.9.5
The number of DHCPACK (option 53 with value 5) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountNaks 1.3.6.1.4.1.9.10.102.1.9.6
The number of DHCPNACK (option 53 with value 6) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountReleases 1.3.6.1.4.1.9.10.102.1.9.7
The number of DHCPRELEASE (option 53 with value 7) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountInforms 1.3.6.1.4.1.9.10.102.1.9.8
The number of DHCPINFORM (option 53 with value 8) packets received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountForcedRenews 1.3.6.1.4.1.9.10.102.1.9.9
The number of DHCPFORCERENEW (option 53 with value 9) packets sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountInvalids 1.3.6.1.4.1.9.10.102.1.9.10
The number of DHCP packets received whose DHCP message type (i.e., option number 53) is not understood or handled by the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountDropUnknownClient 1.3.6.1.4.1.9.10.102.1.9.11
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4HCCountDropNotServingSubnet 1.3.6.1.4.1.9.10.102.1.9.12
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cDhcpv4ServerSharedNetTable 1.3.6.1.4.1.9.10.102.1.4.1
A list of shared networks that are configured in the server. A shared network is the logical aggregation of one or more subnets that share a common network segment (e.g., multi- tapped coaxial cable, wiring hub, or switch). This table is present ONLY for those servers that organize the ranges of addresses available for assignment where a higher-level grouping (i.e., the 'shared' network) exists above ranges and subnets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CDhcpv4ServerSharedNetEntry

cDhcpv4ServerSharedNetEntry 1.3.6.1.4.1.9.10.102.1.4.1.1
A logical row in the cDhcpv4ServerSharedNetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CDhcpv4ServerSharedNetEntry  

cDhcpv4ServerSharedNetName 1.3.6.1.4.1.9.10.102.1.4.1.1.1
The name of the shared network, which uniquely identifies an entry in the cDhcpv4ServerSharedNetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cDhcpv4ServerSharedNetFreeAddrLowThreshold 1.3.6.1.4.1.9.10.102.1.4.1.1.2
The low threshold for available free addresses in this shared network. If the value for available free addresses in this shared network becomes equal to or less than this value, a cDhcpv4ServerFreeAddressLow event is generated for this shared network. No more cDhcpv4ServerFreeAddressLow events will be generated for this subnet during this execution of the DHCP server until the value for available free addresses has exceeded the value of cDhcpv4ServerSharedNetFreeAddrHighThreshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerSharedNetFreeAddrHighThreshold 1.3.6.1.4.1.9.10.102.1.4.1.1.3
The high threshold for available free addresses in this shared network. If a cDhcpv4ServerFreeAddressLow event was generated for this subnet, and the value for available free addresses has exceeded the value of cDhcpv4ServerSubnetFreeAddrHighThreshold, then a cDhcpv4ServerFreeAddressHigh event will be generated. No more cDhcpv4ServerFreeAddressHigh events will be generated for this subnet during this execution of the DHCP server until the value for available free addresses becomes equal to or less than the value of cDhcpv4ServerSubnetFreeAddrLowThreshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerSharedNetFreeAddresses 1.3.6.1.4.1.9.10.102.1.4.1.1.4
The number of IPv4 addresses which are available within this shared network. If the server does not count free addresses by shared network segment, this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerSharedNetReservedAddresses 1.3.6.1.4.1.9.10.102.1.4.1.1.5
The number of IPv4 addresses which are reserved (not available for assignment) within this shared network. If the server does not count reserved addresses by shared network segment, this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerSharedNetTotalAddresses 1.3.6.1.4.1.9.10.102.1.4.1.1.6
The number of IPv4 addresses which are available within this shared network. If the server does not count total addresses by shared network segment, this value will be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerSubnetTable 1.3.6.1.4.1.9.10.102.1.4.2
A list of subnets that are configured in this server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CDhcpv4ServerSubnetEntry

cDhcpv4ServerSubnetEntry 1.3.6.1.4.1.9.10.102.1.4.2.1
A logical row in the cDhcpv4ServerSubnetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CDhcpv4ServerSubnetEntry  

cDhcpv4ServerSubnetAddress 1.3.6.1.4.1.9.10.102.1.4.2.1.1
The IPv4 address of the subnet entry in the cDhcpv4ServerSubnetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4  

cDhcpv4ServerSubnetMask 1.3.6.1.4.1.9.10.102.1.4.2.1.2
The subnet mask of the subnet. This MUST be the same as the value of DHCP option 1 offered to clients on this subnet.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

cDhcpv4ServerSubnetSharedNetworkName 1.3.6.1.4.1.9.10.102.1.4.2.1.3
The shared subnet name (used as an index into the server shared subnet table) to which this subnet belongs. This value will be null for servers that do not organize or describe networks in this manner.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..100)  

cDhcpv4ServerSubnetFreeAddrLowThreshold 1.3.6.1.4.1.9.10.102.1.4.2.1.4
The low threshold for available free addresses in this subnet. If the value for available free addresses in this subnet becomes equal to or less than this value, a cDhcpv4ServerSubnetFreeAddrLowThreshold event will be generated for this shared network. No more cDhcpv4ServerSubnetFreeAddrLowThreshold events will be generated for this subnet during this execution of the DHCP server until the value for available free addresses has exceeded the value of cDhcpv4ServerSubnetFreeAddrHighThreshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerSubnetFreeAddrHighThreshold 1.3.6.1.4.1.9.10.102.1.4.2.1.5
The high threshold for available free addresses in this subnet. If a cDhcpv4ServerSubnetFreeAddrLowThreshold event has been generated for this subnet, and the value for available free addresses has exceeded the value of cDhcpv4ServerSubnetFreeAddrHighThreshold, then a cDhcpv4ServerFreeAddressHigh event will be generated. No more cDhcpv4ServerFreeAddressHigh events will be generated for this subnet during this execution of the DHCP server until the value for available free addresses becomes equal to or less than the value of cDhcpv4ServerSubnetFreeAddrLowThreshold.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerSubnetFreeAddresses 1.3.6.1.4.1.9.10.102.1.4.2.1.6
The number of free IPv4 addresses which are available in this subnet.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerRangeTable 1.3.6.1.4.1.9.10.102.1.4.3
A list of ranges that are configured on this server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CDhcpv4ServerRangeEntry

cDhcpv4ServerRangeEntry 1.3.6.1.4.1.9.10.102.1.4.3.1
A logical row in the cDhcpv4ServerRangeTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CDhcpv4ServerRangeEntry  

cDhcpv4ServerRangeStartAddress 1.3.6.1.4.1.9.10.102.1.4.3.1.1
The IPv4 address of the first address in the range. The value of cDhcpv4ServerRangeStartAddress MUST be less than or equal to the value of cDhcpv4ServerRangeEndAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4  

cDhcpv4ServerRangeEndAddress 1.3.6.1.4.1.9.10.102.1.4.3.1.2
The IPv4 address of the last address in the range. The value of cDhcpv4ServerRangeEndAddress MUST be greater than or equal to the value of cDhcpv4ServerRangeStartAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4  

cDhcpv4ServerRangeSubnetMask 1.3.6.1.4.1.9.10.102.1.4.3.1.3
The subnet address mask for this range.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

cDhcpv4ServerRangeInUse 1.3.6.1.4.1.9.10.102.1.4.3.1.4
The number of addresses in this range that are currently in use. This number includes those addresses whose lease has not expired and addresses which have been reserved (either by the server or through configuration).
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cDhcpv4ServerRangeOutstandingOffers 1.3.6.1.4.1.9.10.102.1.4.3.1.5
The number of outstanding DHCPOFFER messages for this range is reported with this value. An offer is outstanding if the server has sent a DHCPOFFER message to a client, but has not yet received a DHCPREQUEST message from the client nor has the server-specific timeout (limiting the time in which a client can respond to the offer message) for the offer message expired.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cDhcpv4ServerClientTable 1.3.6.1.4.1.9.10.102.1.4.4
An optional list of addresses that are known by this server. The list MUST contain addresses that have not expired. The list MUST NOT contain addresses that have never been assigned by the server UNLESS the lease is pre-configured in the server (e.g., a static lease for a host). Expired leases MAY appear during the time they are 'remembered' by the server for subsequent assignment to the same host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CDhcpv4ServerClientEntry

cDhcpv4ServerClientEntry 1.3.6.1.4.1.9.10.102.1.4.4.1
A logical row in the cDhcpv4ServerClientTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CDhcpv4ServerClientEntry  

cDhcpv4ServerClient 1.3.6.1.4.1.9.10.102.1.4.4.1.1
The IPv4 address of this entry in the cDhcpv4ServerClientTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv4  

cDhcpv4ServerClientSubnetMask 1.3.6.1.4.1.9.10.102.1.4.4.1.2
The subnet mask (DHCP option 1) provided to the client offered this address. The subnet, resulting from logically ANDing the subnet mask with the entry's IPv4 address, MUST be configured on this server and appear as a row in the cDhcpSubnetTable.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressPrefixLength  

cDhcpv4ServerClientRange 1.3.6.1.4.1.9.10.102.1.4.4.1.3
The starting IPv4 address (cDhcpv4ServerRangeStartAddress object) of the range to which this address belongs. If the address does not fall into one of the configured ranges (e.g., a statically configured address on a subnet) the range MAY be 0.0.0.0.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

cDhcpv4ServerClientLeaseType 1.3.6.1.4.1.9.10.102.1.4.4.1.4
The type of this address. Types are: (1) Static addresses defined by the server configuration. (2) Dynamic addresses defined by the server configuration AND actually assigned by the server. (3) Expired dynamic addresses, previously assigned by the server, and 'remembered' for subsequent assignment to the same host. (4) Addresses reserved (i.e., not assignable) by the server configuration. (5) Addresses previously assigned by the server, but temporarily or permanently removed from assignable state for some reason, e.g., the server received an ICMP ECHOREPLY for the IPv4 address or a DHCPDECLINE message has been received for the IPv4 address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2), expired(3), configurationReserved(4), serverReserved(5)  

cDhcpv4ServerClientTimeRemaining 1.3.6.1.4.1.9.10.102.1.4.4.1.5
The number of seconds until 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cDhcpv4ServerClientAllowedProtocol 1.3.6.1.4.1.9.10.102.1.4.4.1.6
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). Type (2) is reserved for BOOTP only devices, while type (3) is reserved for DHCP only devices. A type of bootp-or-dhcp (4) can be offered to any type of client.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), bootp(2), dhcp(3), bootpOrDhcp(4)  

cDhcpv4ServerClientServedProtocol 1.3.6.1.4.1.9.10.102.1.4.4.1.7
The type of protocol that was used when this address was assigned. This object will have the value of none (1) if the address has not been served.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), bootp(2), dhcp(3)  

cDhcpv4ServerClientPhysicalAddress 1.3.6.1.4.1.9.10.102.1.4.4.1.8
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 address has not been previously served.
Status: current Access: read-only
OBJECT-TYPE    
  CDhcpv4PhysicalAddress  

cDhcpv4ServerClientClientId 1.3.6.1.4.1.9.10.102.1.4.4.1.9
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 address was assigned.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

cDhcpv4ServerClientHostName 1.3.6.1.4.1.9.10.102.1.4.4.1.10
The host name (DHCP option 12) the client is configured to use, or if no host name was configured then the host name that the client supplied when requesting an address. While this object has a maximum size of 255 octets, a Fully-Qualified Domain Name (FQDN) consisting of a Host Name part and a Domain Name part is currently limited to 255 octets. Therefore, the sum of the string lengths for this object and the cDhcpv4ServerClientDomainName MUST be, in practice, less than 256 octets.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..255)  

cDhcpv4ServerClientDomainName 1.3.6.1.4.1.9.10.102.1.4.4.1.11
The domain name (DHCP option 15) assigned to the client. While this object has a maximum size of 255 octets, a Fully- Qualified Domain Name (FQDN) consisting of a Host Name part and a Domain Name part is currently limited to 255 octets, less the separator ('.') character. Therefore, the sum of the string lengths for this object and the cDhcpv4ServerClientHostName MUST be, in practice, less than 256 octets.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..255)  

cDhcpv4ServerNotifyDuplicateIpAddr 1.3.6.1.4.1.9.10.102.1.7.1
The IPv4 address found to be a duplicate. Duplicates are detected by servers, which issue an ICMP ECHOREQUEST prior to offering an IPv4 address lease, or by a client issuing a gratuitous ARP message and reported through a DHCPDECLINE message.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressIPv4  

cDhcpv4ServerNotifyDuplicateMac 1.3.6.1.4.1.9.10.102.1.7.2
The offending MAC address which caused a duplicate IPv4 address to be detected, if captured by the server, else 00-00- 00-00-00-00.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CDhcpv4PhysicalAddress  

cDhcpv4ServerNotifyClientOrServerDetected 1.3.6.1.4.1.9.10.102.1.7.3
Duplicate IPv4 addresses can be detected either by a server, using an ICMP ECHO message, or by a client using ARP. This object is set by the server to (1) if the client used DHCPDECLINE to mark the offered address as in-use, or to (2) if the server discovered the address in use by some client before offering it.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER client(1), server(2)  

cDhcpv4ServerNotifyServerStart 1.3.6.1.4.1.9.10.102.1.7.4
The date and time when the server began operation.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

cDhcpv4ServerNotifyServerStop 1.3.6.1.4.1.9.10.102.1.7.5
The date and time when the server ceased operation.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DateAndTime  

cDhcpv4ServerNotificationPrefix 1.3.6.1.4.1.9.10.102.0.2
OBJECT IDENTIFIER    

cDhcpv4ServerNotifications 1.3.6.1.4.1.9.10.102.0.2.0
OBJECT IDENTIFIER    

cDhcpv4ServerFreeAddressLow 1.3.6.1.4.1.9.10.102.0.2.0.1
This notification signifies that the number of available IPv4 addresses for a particular shared network has fallen below the value of cDhcpv4ServerSharedNetFreeAddrLowThreshold for that shared network.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cDhcpv4ServerFreeAddressHigh 1.3.6.1.4.1.9.10.102.0.2.0.2
This notification signifies that the number of available IPv4 addresses for a particular shared network has risen above the value of cDhcpv4ServerSharedNetFreeAddrHighThreshold for that shared network.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cDhcpv4ServerStartTime 1.3.6.1.4.1.9.10.102.0.2.0.3
This notification signifies that the server of the specified type has started on the host from which this notification has been sent.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cDhcpv4ServerStopTime 1.3.6.1.4.1.9.10.102.0.2.0.4
This notification signifies that the server of the specified type has stopped normally on the host from which this notification has been sent.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cDhcpv4ServerDuplicateAddress 1.3.6.1.4.1.9.10.102.0.2.0.5
This notification signifies that a duplicate IPv4 address has been detected. The DHCP server can detect this condition through the ping-before-offer mechanism. Alternatively, the client may have sent a DHCPDECLINE back to the server; this is assumed to be the result of the client detecting that the address was in use. In either case, the DHCP server marks the IPv4 address as unavailable for leasing to clients. The cDhcpv4ServerNotifyClientOrServerDetected object indicates whether the client or server detected this condition.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cDhcpv4SrvCompliances 1.3.6.1.4.1.9.10.102.2.1
OBJECT IDENTIFIER    

cDhcpv4SrvGroups 1.3.6.1.4.1.9.10.102.2.2
OBJECT IDENTIFIER    

cDhcpv4SrvCompliance 1.3.6.1.4.1.9.10.102.2.1.1
This group describes the requirements for conformance to the DHCP Server MIB. A DHCPv4 server implementation is only required to support IPv4 addresses.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

cDhcpv4SrvComplianceRev1 1.3.6.1.4.1.9.10.102.2.1.2
This group describes the requirements for conformance to the DHCP Server MIB. A DHCPv4 server implementation is only required to support IPv4 addresses.
Status: current Access: read-only
MODULE-COMPLIANCE    

cDhcpv4SrvSystemObjects 1.3.6.1.4.1.9.10.102.2.2.1
Objects belonging to the cDhcpv4SrvSystemObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cBootpCountersGroup 1.3.6.1.4.1.9.10.102.2.2.2
Objects belonging to the cBootpBountersGroup.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4CounterObjects 1.3.6.1.4.1.9.10.102.2.2.3
Objects belonging to the cDhcpv4CounterObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cBootpHCCountersGroup 1.3.6.1.4.1.9.10.102.2.2.4
Objects belonging to the cBootpHCCountersGroup.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4HCCounterObjects 1.3.6.1.4.1.9.10.102.2.2.5
Objects belonging to the cDhcpv4HCCounterObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4ServerSharedNetObjects 1.3.6.1.4.1.9.10.102.2.2.6
Objects belonging to the cDhcpv4ServerSharedNetObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4ServerSubnetObjects 1.3.6.1.4.1.9.10.102.2.2.7
Objects belonging to the cDhcpv4ServerSubnetObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4ServerRangeObjects 1.3.6.1.4.1.9.10.102.2.2.8
Objects belonging to the cDhcpv4ServerRangeObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4ServerClientObjects 1.3.6.1.4.1.9.10.102.2.2.9
Objects belonging to the cDhcpv4ServerClientObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4ServerNotifyObjectsGroup 1.3.6.1.4.1.9.10.102.2.2.10
Objects belonging to the cDhcpv4ServerNotifyObjects group.
Status: current Access: read-only
OBJECT-GROUP    

cDhcpv4ServerNotificationsGroup 1.3.6.1.4.1.9.10.102.2.2.11
Notifications belonging to the cDhcpv4ServerNotifications group.
Status: current Access: read-only
NOTIFICATION-GROUP