Task 1:
For reference information on configuring hostnames, please refer to:
Lab 35 Configuration and Verification Task 1
Task 2:
For reference information on configuring and verifying VLANs, please refer to:
Lab 1 Configuration and Verification Task 3
Lab 2 Configuration and Verification Task 3
Task 3:
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int s0/0
R2(config-if)#ip address 172.16.1.2 255.255.255.252
R2(config-if)#clock rate 2000000
R2(config-if)#no shutdown
R2(config-if)#end
R2#
Task 4:
To complete this task you need to navigate to the router properties as follows:
1. On the top menu click on Configure.
2. Under Tasks, click on Interfaces and Connections.
3. Next, click on Create Connection.
4. Click on the Serial (PPP, HDLC or Frame Relay) radio button.
5. At the bottom of the page, click on Create New Connection.
6. Next, select the interface you want to configure from the drop-down menu:
7. Select the desired interface encapsulation type from the available options:
8. Configure the desired IP address for the interface:
9. Optionally, you can configure a default static route or Port Address Translation:
10.Click Finish when you’re done.
Task 5:
To complete this task you need to navigate to the router properties as follows:
1. On the top menu click on Configure.
2. Under Tasks, click on Interfaces and Connections.
3. Next, click on Edit Interface/Connection. You should see the S0/0 status as up.
R2>ping 172.16.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/5 ms






