AT-DHCP-MIB

File: AT-DHCP-MIB.mib (12680 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
AT-SMI-MIB

Imported symbols

IpAddress MODULE-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE DisplayString TruthValue
ifIndex modules DisplayStringUnsized

Defined Types

DhcpRangeEntry  
SEQUENCE    
  dhcpRangeIndex INTEGER
  dhcpRangeName DisplayStringUnsized
  dhcpRangeBaseAddress IpAddress
  dhcpRangeNumberOfAddresses INTEGER
  dhcpRangeGateway IpAddress

DhcpClientEntry  
SEQUENCE    
  dhcpClientIpAddress IpAddress
  dhcpClientID OCTET STRING
  dhcpClientState INTEGER
  dhcpClientType INTEGER
  dhcpClientExpiry OCTET STRING

Defined Values

dhcp 1.3.6.1.4.1.207.8.4.4.4.70
This MIB file contains definitions of managed objects for the DHCP module.
MODULE-IDENTITY    

dhcpRangeTable 1.3.6.1.4.1.207.8.4.4.4.70.1
The table of DHCP ranges.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpRangeEntry

dhcpRangeEntry 1.3.6.1.4.1.207.8.4.4.4.70.1.1
A single entry of the DHCP range table. This contains information about a single DHCP range configured on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpRangeEntry  

dhcpRangeIndex 1.3.6.1.4.1.207.8.4.4.4.70.1.1.1
The index of this DHCP range. DHCP ranges are stored in a list which is ordered by range name. The index gives the place in the list. Note that if ranges are added or deleted, the index for a given range will change. Since this table is read-only, this will not have an undue effect, but if in future this table is made read-write, a mechanism will have to be created to lock the indices of the range table while SET operations are proceeding.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

dhcpRangeName 1.3.6.1.4.1.207.8.4.4.4.70.1.1.2
The name given to identify this DHCP range. This is the ultimate method for uniquely identifying this range. Names are compared without regard to case, for example >range1< will be treated as the same as >RANGE1<.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(1..15)  

dhcpRangeBaseAddress 1.3.6.1.4.1.207.8.4.4.4.70.1.1.3
The base address of this range. This address defines the lower bound of the range of IP addresses which can be allocated to devices requesting an IP address via DHCP.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpRangeNumberOfAddresses 1.3.6.1.4.1.207.8.4.4.4.70.1.1.4
The number of IP address in this range. This number defines the upper bound of the range of IP addresses which can be allocated to devices requesting an IP address via DHCP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..256  

dhcpRangeGateway 1.3.6.1.4.1.207.8.4.4.4.70.1.1.5
The IP address of the BOOTP relay agent which will be relaying DHCP requests for this range. If this address is 0.0.0.0, then there will be no BOOTP relay agent and the range will be allocated to devices directly connected to this device.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpTrapVariable 1.3.6.1.4.1.207.8.4.4.4.70.2
OBJECT IDENTIFIER    

dhcpRangeExhaustedGateway 1.3.6.1.4.1.207.8.4.4.4.70.2.1
Whenever a DHCP client attempts to lease an IP address and the DHCP server cannot provide an address, this variable is set to the gateway address of the DHCP request. The gateway address is the IP address of the gateway acting as a BOOTP relay agent for the request. If there is no gateway, the address will be 0.0.0.0. If the gateway address is non-zero, the DHCP range from which the allocation should have been made will able to be identified by lookup in the DHCP range table.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpRangeExhaustedInterface 1.3.6.1.4.1.207.8.4.4.4.70.2.2
Whenever a DHCP client attempts to lease an IP address and the DHCP server cannot provide an address, this variable is set to the IP address of the interface which received the DHCP request. If the gateway address associated with the failed DHCP request is 0.0.0.0, the interface address will be able to be used to lookup the range that was exhausted and from which the allocation should have been made.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpRangeExceededRange 1.3.6.1.4.1.207.8.4.4.4.70.2.3
Whenever a DHCP client attempts to lease an IP address and the DHCP server has exceeded a pre-defined threshold this variable is set to the name of the range which received the DHCP request.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayStringUnsized Size(1..15)  

dhcpRangeExceededClients 1.3.6.1.4.1.207.8.4.4.4.70.2.4
The number of IP addresses statically defined for a range upon creation. Based on the starting IP address for a range, this number determines the upper bound of IP addresses which can be allocated to devices requesting an IP address via DHCP.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

dhcpRangeExceededRemaining 1.3.6.1.4.1.207.8.4.4.4.70.2.5
The number of IP addresses still available to be allocated in this range.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

dhcpRangeExceededPercentage 1.3.6.1.4.1.207.8.4.4.4.70.2.6
The percentage of IP addresses in a range that are currently in use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

dhcpTraps 1.3.6.1.4.1.207.8.4.4.4.70.0
OBJECT IDENTIFIER    

dhcpRangeExhaustedTrap 1.3.6.1.4.1.207.8.4.4.4.70.0.1
This trap is generated when a DHCP client makes a request for an IP address and the request cannot be satisfied because all addresses in the range are already allocated to other devices.
Status: current Access: read-only
NOTIFICATION-TYPE    

dhcpRangeExceededThresholdTrap 1.3.6.1.4.1.207.8.4.4.4.70.0.2
This trap is generated when a DHCP client makes a request for an IP address and a pre-defined usage threshold has been exceeded. The IP addresses will continue to be allocated until the range is exhausted.
Status: current Access: read-only
NOTIFICATION-TYPE    

dhcpRangeExceededThresholdClearTrap 1.3.6.1.4.1.207.8.4.4.4.70.0.3
This trap is generated when the number of allocated clients in a designated range falls below a pre-defined usage threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

dhcpClientTable 1.3.6.1.4.1.207.8.4.4.4.70.3
The table of defined DHCP range client addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DhcpClientEntry

dhcpClientEntry 1.3.6.1.4.1.207.8.4.4.4.70.3.1
A single entry of the DHCP range client table. This contains information about a single DHCP range client address.
Status: current Access: not-accessible
OBJECT-TYPE    
  DhcpClientEntry  

dhcpClientIpAddress 1.3.6.1.4.1.207.8.4.4.4.70.3.1.1
An IP address from the range of available addresses.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

dhcpClientID 1.3.6.1.4.1.207.8.4.4.4.70.3.1.2
The hardware address of the client, if any, that has been assigned the IP address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dhcpClientState 1.3.6.1.4.1.207.8.4.4.4.70.3.1.3
The state of the IP address; one of unused, inuse or reclaim.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unused(0), reclaiming(1), inuse(2), offered(3)  

dhcpClientType 1.3.6.1.4.1.207.8.4.4.4.70.3.1.4
The type of allocation mechanism applied to the IP address; one of static, auto or dyn.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER auto(1), dyn(2), static(3)  

dhcpClientExpiry 1.3.6.1.4.1.207.8.4.4.4.70.3.1.5
The expiry date for dynamically allocated IP address.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING