Navigate to the Interfaces level in the configuration hierarchy,
and select the interface on which to configure DHCP client information—for
example, ge-0/0/1.0.
|
- In the J-Web interface, select Configuration>View
and Edit>Edit Configuration.
- Under Interfaces, click ge-0/0/1.
- Under Unit, next to the unit number, click Edit.
- Under Family, select the Inet check box and click Edit.
- Next to Dhcp, click Yes and
click Configure.
|
From the [edit] hierarchy level, enter
set interfaces ge-0/0/1 unit 0 family inet dhcp
|
Configure the DHCP client identifier as either an ASCII or hexadecimal
value.
Use hexadecimal if the client identifier is a MAC address—for
example, 00:0a:12:00:12:12.
|
- Next to Client identifier, click Configure.
- From the Client identifier choice list, select hexadecimal.
- In the Hexadecimal box, type the client identifier—00:0a:12:00:12:12.
- Click OK.
|
Set the DHCP client identifier as a hexadecimal value:
set interfaces ge-0/0/1 unit 0 family inet dhcp client-identifier
00:0a:12:00:12:12
|
Set the DHCP lease time in seconds—for example, 86400 (24 hours).
The range is 60 through 2147483647 seconds.
|
- From the Lease time list, select Enter Specific Value.
- In the Length box, type 86400.
|
Set the DHCP lease time to 86400 seconds:
set interfaces ge-0/0/1 unit 0 family inet dhcp lease-time
86400
|
Define the number of attempts allowed to retransmit a DHCP packet—for
example, 6.
The range is 0 through 6. The default is 4 times.
|
In the Retransmission attempt box, type 6.
|
Set the number of attempts allowed to retransmit a DHCP packet
to 6:
set interfaces ge-0/0/1 unit 0 family inet dhcp retransmission-attempt
6
|
Define the interval, in seconds, allowed between retransmission
attempts—for example, 5.
The range is 4 through 64. The default is 4 seconds.
|
In the Retransmission interval box, type 5.
|
Set the interval allowed between retransmission attempts to
5 seconds:
set interfaces ge-0/0/1 unit 0 family inet dhcp retransmission-interval
5
|
Set the IPv4 address of the preferred DHCP server—for
example, 10.1.1.1.
|
In the Server address box, type 10.1.1.1.
|
Set the IPv4 address of the preferred DHCP server to 10.1.1.1:
set interfaces ge-0/0/1 unit 0 family inet dhcp server-address
10.1.1.1
|
Set the vendor class ID for the DHCP client—for example, ether.
|
- In the Vendor id box, type ether.
- Click OK.
|
Set the vendor class ID to ether:
set interfaces ge-0/0/1 unit 0 family inet dhcp vendor-id
ether
|