Arshin Khodaei
Sunday, January 25, 2015 11:25:53 AM
Score
100%
Reason
You configured the devices as per the lab exercise.
Configuration Performance
This section gives you an overview of how you performed in configuring the devices as required by the lab.
This section only evaluates your entry of config commands that relate to actual device configuration.
Executed Commands
R1
ip host R2-serial 172.17.0.2 ip host R2-LAN 172.18.0.1
Configuration Steps
(Press enter)
Password: ciscopress
R1>enable
Password: ciscopress
R1#configure terminal
R1(config)#ip host R2-serial 172.17.0.2
R1(config)#ip host R2-LAN 172.18.0.1
R1(config)#exit
R1#
Lab Performance Overview
Complete
Reason
You issued all of the commands required by the lab and you answered all of …show more content…
the questions in the lab.
Time Needed to Complete the Lab
00:05:20
Lab Question Performance
Question
Step 3. From R1, ping R2's FastEthernet 0/0 and Serial 0/0/1 interface IP addresses. Did the pings work?
Student's Answer
Yes.
Correct Answer
The IP addresses to use are found in Table 1. The pings should work.
Question
Step 8. Enter the ping R2-serial command to ping R2's serial IP address. Did the ping work? Do you see R2's serial IP address in the command output?
Student's Answer
Yes. Yes.
Correct Answer
The ping will again work. The IP address configured in the ip host R2-serial 172.17.0.2 command is also listed in the ping command's output.
Question
Step 9. Enter the ping R2-LAN command to ping R2's LAN IP address. Did the ping work? Do you see R2's
LAN IP address in the command output?
Student's Answer
Yes. Yes.
Correct Answer
The ping will again work. The IP address configured in the ip host R2-LAN 172.18.0.1 command is also listed in the ping command's output.
Question
Step 10. Enter the show hosts command. Do you see the information from both of the ip host configuration commands? Student's Answer
Yes.
Correct Answer
The show hosts command does indeed list all hostnames known to the local router.
CLI Activity
R1
% Login disabled on console 0, until 'password' is set%
% Login disabled on line 0, until 'password' is set%
% Login disabled on line 1, until 'password' is set%
% Login disabled on line 2, until 'password' is set%
% Login disabled on line 3, until 'password' is set%
% Login disabled on line 4, until 'password' is set%
*Jan 25 11:20:28.371: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Jan 25 11:20:28.373: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
*Jan 25 11:20:28.783: %LINK-3-UPDOWN: Interface Serial0/0/0, changed state to down
*Jan 25 11:20:31.565: %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
*Jan 25 11:20:31.565: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up *Jan 25 11:20:32.165: %OSPF-5-ADJCHG: Process 10, Nbr 172.18.0.1 on Serial0/0/0 from LOADING to
FULL, Loading Done
Press RETURN to get started.
User Access Verification
Password:
R1>enable
Password:
R1#ping 172.17.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.17.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round - trip min/avg/max =1/5/16 ms
R1#ping 172.18.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round - trip min/avg/max =1/5/16 ms
R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip host R2-serial 172.17.0.2
R1(config)#ip host R2-LAN 172.18.0.1
R1(config)#exit
*Jan 25 11:23:12.910: %SYS-5-CONFIG_I: Configured from console by console
R1#ping R2-serial
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.17.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round - trip min/avg/max =1/5/16 ms
R1#ping R2-LAN
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.18.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round - trip min/avg/max =1/5/16 ms
R1#show hosts
Default domain is not set
Name/address lookup uses static mappings
Codes: UN - unknown, EX - expired, OK - OK, ?? - revalidate temp - temporary, perm - permanent
NA - Not Applicable None - Not defined
Host
Port Flags
Age Type Address(es)
R2-Serial None (perm, OK) 0 IP 172.17.0.2
R2-LAN None (perm, OK) 0 IP 172.18.0.1
R1#