IfIndex |
Index of interface which will get IP address with DHCP. |
PhysAddress |
MAC address for DHCP request |
State |
States according to RFC 2131 Figure 5. By setting state to renew, the client will renew it's ip address, state delete will terminate the DHCP procedure on the interface. delete : delete client entry renew : request IP address renewal Enumerations: - delete (1)
- renew (2)
- rebooting (3)
- init (4)
- selecting (5)
- requesting (6)
- bound (7)
- renewing (8)
- rebinding (9)
|
GatewayMetric |
Metric for gateway route, if a route is provided by the DHCP server. |
Hostname |
The hostname to be sent in the DHCP discover and requests to the DHCP server. Some ISPs identify their customers via the hostname (DHCP Option 12) from the DHCP discover and requests. In this case setting the hostname enables the router (acting as a DHCP client) to get its network configuration. Range: 0 to 45 |
VendorClassId |
The vendor class id to be sent to the DHCP server in discover and request DHCP messages. Range: 0 to 255 |
Address |
assigned IP address |
Expires |
End of Lease time. From then on, the brick is not allowed to use this IP address any longer Range: 0 to -1 |