AT-DHCP-MIB: View SNMP OID List / Download MIB
VENDOR: ALLIED TELESIS
Home | MIB: AT-DHCP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
dhcpTraps | 1.3.6.1.4.1.207.8.4.4.4.70.0 | |||
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. |
||
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. |
||
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. |
||
dhcpRangeTable | 1.3.6.1.4.1.207.8.4.4.4.70.1 | no-access |
The table of DHCP ranges. |
|
1.3.6.1.4.1.207.8.4.4.4.70.1.1 | no-access |
A single entry of the DHCP range table. This contains information about a single DHCP range configured on this device. |
||
dhcpRangeIndex | 1.3.6.1.4.1.207.8.4.4.4.70.1.1.1 | integer | read-only |
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. |
dhcpRangeName | 1.3.6.1.4.1.207.8.4.4.4.70.1.1.2 | displaystringunsized | read-only |
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<. |
dhcpRangeBaseAddress | 1.3.6.1.4.1.207.8.4.4.4.70.1.1.3 | ipaddress | read-only |
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. |
dhcpRangeNumberOfAddresses | 1.3.6.1.4.1.207.8.4.4.4.70.1.1.4 | integer | read-only |
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. |
dhcpRangeGateway | 1.3.6.1.4.1.207.8.4.4.4.70.1.1.5 | ipaddress | read-only |
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. |
dhcpTrapVariable | 1.3.6.1.4.1.207.8.4.4.4.70.2 | |||
dhcpRangeExhaustedGateway | 1.3.6.1.4.1.207.8.4.4.4.70.2.1 | ipaddress | read-only |
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. |
dhcpRangeExhaustedInterface | 1.3.6.1.4.1.207.8.4.4.4.70.2.2 | ipaddress | read-only |
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. |
dhcpRangeExceededRange | 1.3.6.1.4.1.207.8.4.4.4.70.2.3 | displaystringunsized | read-only |
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. |
dhcpRangeExceededClients | 1.3.6.1.4.1.207.8.4.4.4.70.2.4 | integer | read-only |
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. |
dhcpRangeExceededRemaining | 1.3.6.1.4.1.207.8.4.4.4.70.2.5 | integer | read-only |
The number of IP addresses still available to be allocated in this range. |
dhcpRangeExceededPercentage | 1.3.6.1.4.1.207.8.4.4.4.70.2.6 | integer | read-only |
The percentage of IP addresses in a range that are currently in use. |
dhcpClientTable | 1.3.6.1.4.1.207.8.4.4.4.70.3 | no-access |
The table of defined DHCP range client addresses. |
|
1.3.6.1.4.1.207.8.4.4.4.70.3.1 | no-access |
A single entry of the DHCP range client table. This contains information about a single DHCP range client address. |
||
dhcpClientIpAddress | 1.3.6.1.4.1.207.8.4.4.4.70.3.1.1 | ipaddress | read-only |
An IP address from the range of available addresses. |
dhcpClientID | 1.3.6.1.4.1.207.8.4.4.4.70.3.1.2 | octet string | read-only |
The hardware address of the client, if any, that has been assigned the IP address. |
dhcpClientState | 1.3.6.1.4.1.207.8.4.4.4.70.3.1.3 | integer | read-only |
The state of the IP address; one of unused, inuse or reclaim. Enumeration: 'unused': 0, 'offered': 3, 'reclaiming': 1, 'inuse': 2. |
dhcpClientType | 1.3.6.1.4.1.207.8.4.4.4.70.3.1.4 | integer | read-only |
The type of allocation mechanism applied to the IP address; one of static, auto or dyn. Enumeration: 'auto': 1, 'dyn': 2, 'static': 3. |
dhcpClientExpiry | 1.3.6.1.4.1.207.8.4.4.4.70.3.1.5 | octet string | read-only |
The expiry date for dynamically allocated IP address. |