AT-DHCP-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
2
Rows
2
Columns
10
dhcpRangeTable
table.1.3.6.1.4.1.207.8.4.4.4.70.1
·
1 row entry
·
5 columns
Uses the allied-old variant from
Command help
/opt/observium/mibs/allied-old.
Walk dhcpRangeTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'AT-DHCP-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-DHCP-MIB::dhcpRangeTable'
The table of DHCP ranges.
A single entry of the DHCP range table. This contains
information about a single DHCP range configured on this
device.
information about a single DHCP range configured on this
device.
Indexes
| Column | Syntax | OID |
|---|---|---|
|
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. Si… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.207.8.4.4.4.70.1.1.1 |
|
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<. |
OctetString Constraints: range: 1-15 |
.1.3.6.1.4.1.207.8.4.4.4.70.1.1.2 |
|
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. |
SNMPv2-SMIIpAddress Type Constraints: range: 4 |
.1.3.6.1.4.1.207.8.4.4.4.70.1.1.3 |
|
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. |
Integer32 Constraints: range: 1-256 |
.1.3.6.1.4.1.207.8.4.4.4.70.1.1.4 |
|
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 connec… |
SNMPv2-SMIIpAddress Type Constraints: range: 4 |
.1.3.6.1.4.1.207.8.4.4.4.70.1.1.5 |
dhcpClientTable
table.1.3.6.1.4.1.207.8.4.4.4.70.3
·
1 row entry
·
5 columns
Uses the allied-old variant from
Command help
/opt/observium/mibs/allied-old.
Walk dhcpClientTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'AT-DHCP-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-DHCP-MIB::dhcpClientTable'
The table of defined DHCP range client addresses.
A single entry of the DHCP range client table. This contains
information about a single DHCP range client address.
information about a single DHCP range client address.
Indexes
| Column | Syntax | OID | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
An IP address from the range of available addresses.
|
SNMPv2-SMIIpAddress Type Constraints: range: 4 |
.1.3.6.1.4.1.207.8.4.4.4.70.3.1.1 |
||||||||
|
The hardware address of the client, if any, that has been
assigned the IP address. |
OctetString | .1.3.6.1.4.1.207.8.4.4.4.70.3.1.2 |
||||||||
|
The state of the IP address; one of unused, inuse or
reclaim. |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.207.8.4.4.4.70.3.1.3 |
||||||||
|
The type of allocation mechanism applied to the IP address;
one of static, auto or dyn. |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.207.8.4.4.4.70.3.1.4 |
||||||||
|
The expiry date for dynamically allocated IP address.
|
OctetString | .1.3.6.1.4.1.207.8.4.4.4.70.3.1.5 |