dhcpRangeIndex
AT-DHCP-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.70.1.1.1
Object
column
Integer32
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.
Context
- MIB
- AT-DHCP-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.70.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dhcpRangeEntry
- Table
- dhcpRangeTable
- Siblings
- 4
Syntax
Integer32
- Source
- COPS-PR-SPPIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| dhcpRangeName 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 b… | column | OctetString | .1.3.6.1.4.1.207.8.4.4.4.70.1.1.2 |
| dhcpRangeBaseAddress 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. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.207.8.4.4.4.70.1.1.3 |
| dhcpRangeNumberOfAddresses 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. | column | Integer32 | .1.3.6.1.4.1.207.8.4.4.4.70.1.1.4 |
| dhcpRangeGateway 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… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.207.8.4.4.4.70.1.1.5 |