CertExams.com Simulator Lab Exercises Answers
Console Based :
Description: This lab exercise demonstrates DHCP client configuration i.e, Configuring an interface on the router to use DHCP to acquire its IP address.
Instructions:
1. Before proceeding with the DHCP client configuration, make sure that DHCP server is configured as shown in the previous lab exercise.
2. Enter into configuration mode of device R1
3. For the security zone (for example, untrust) to which the interface is bound, specify DHCP as a host-inbound service.
4. Enter into configuration mode of R2 and specify the interface ( ge-0/0/0) on which to enable the DHCP client.
5. On R2 issue “show system services dhcp client” command to view information about DHCP Client
On R1
user@R1>configure
[edit]
user@R1#set security zones security-zone untrust interfaces ge-0/0/0 host-inboundtraffic
system-services dhcp
user@R1#commit
commit complete
user@R1#exit
[edit]
On R2
user@R2>configure
[edit]
user@R2#set interfaces ge-0/0/0 unit 0 family inet dhcp
user@R2#commit
commit complete
user@R2#exit
[edit]
user@R2>show system services dhcp client
GUI Based :
Instructions:
1. Before proceeding with the DHCP client configuration, make sure that DHCP server is configured as shown in the previous lab exercise.
2. Select device R1 from select device drop down
3. For the security zone (for example, untrust) to which the interface is bound, specify DHCP as a host-inbound service . To do this select Security > Zones from left navigation pane
4. In security zones screen enter untrust as zone name and select ge-0/0/0 from select interface type drop down and click OK button
5. Select device R2 and enable DHCP client by selecting Services > DHCP Client from left navigation pane
6. In DHCP Client configuration screen select ge-0/0/0 from interface type drop down and click IP address from DHCP you can see the address assigned to the client displayed and then click Close button
7. To view the information of the DHCP Client , click Monitor button and select Services > DHCP Client from left navigation pane
8. DHCP Client information is displayed
Note: Please refer to the CertExams.com Juniper Network Simulator software for complete lab with GUI Interface.