S4v50 FINAL SKILLS LAB 01-v2-18-05-2017
S4v50 FINAL SKILLS LAB 01-v2-18-05-2017
S4v50 FINAL SKILLS LAB 01-v2-18-05-2017
DAY & DATE: Due Thursday 1June 2017 during class time
MATERIALS SUPPLIED BY UNIVERSITY: PCs and Packet Tracer Software Version 6.3 (Not V7!)
INSTRUCTIONS TO CANDIDATES:
This is a closed book skills test. This is implemented as an EIGRP network configuration practical
assessment.
Answer all questions. Each question is has allocated marks on the question paper and total mark
is 100 marks.
Submit your Packet Tracer file TOGETHER with your written solution to this paper to the
supervisor on the day of the assessment, via email by the due date. Please Save your files
as:
Aim
To configure PPP CHAP authentication between two routers using EIGRP as the routing
protocol, and NAT/PAT for IP address translation.
Sydney Auckland
router PPP Link router
Loopback network Loopback network
16.0.0.0
192.168.2.0 / 24 38.0.0.0
S1 (DCE)
192.168.2.1 S0 (DTE)
192.168.2.2 Loopback network
Loopback network
E0 = 10.10.0.1 /16 39.0.0.0
17.0.0.0 E0 = 10.20.0.1 /16
Hub/Switch/Crossover
Hub/Switch/Crossover
Instructions
- There is a reading time of 15 minutes
- This skills lab has a time limit of 120 minutes. There are 100 available marks
Objectives
Complete the following tasks throughout the exam:
First configure PPP CHAP on the serial link between the Sydney and Auckland routers
Configure EIGRP on all directly connected networks on each router EXCEPT the translated
networks and the 10.0.0.0. networks on both routers.
Configure NAT so that the Sydney 10.10.0.0 /16 network is translated to 202.168.100.0 /24
network addresses via a pool; and the Auckland 10.20.0.0 /16 network is translated to
172.16.15.0 /24 network addresses via a pool. There is a static mapping of 202.168.100.1
to Sydney Ethernet 0 interface of 10.10.0.1. There is also a static mapping of 172.16.15.1 to
Auckland Ethernet 0 interface of 10.20.0.1
Static routes are set in both directions on both routers to enable the translated network
addresses on both routers to be accessible
Verify connectivity
Pre-configuration
hostname Sydney
enable secret class
interface serial0
shutdown
interface serial1
ip address 192.168.2.1 255.255.255.0
clock rate 64000
no shutdown
interface ethernet0
ip address 10.10.0.1 255.255.0.0
no shutdown
line con 0
logging synchronous
line vty 0 4
password cisco
login
hostname Auckland
enable secret class
interface serial0
ip address 192.168.2.2 255.255.255.0
no shutdown
interface ethernet0
ip address 10.20.0.1 255.255.0.0
no shutdown
line con 0
logging synchronous
line vty 0 4
password cisco
login
Configuration Tasks
1. Configure PPP & CHAP
Use the following values to configure PPP encapsulation on the serial link between Sydney
and Auckland:
Configure the link between Sydney and Auckland with PPP encapsulation.
NOTE that the CHAP authentication passwords must match on both routers. Try changing it
on one router, save the configuration, and then re-boot the other router to see whether
authentication takes place. You will need to view the authentication packets realtime on the
non-booting router, say, Sydney:
Sydney# debug ppp authentication
Configure EIGRP routing between Sydney and Auckland. Enable EIGRP only on the
following networks (but not all, of course, on the same router):
- 192.168.2.0 255.255.255.0
- 16.0.0.0 255.0.0.0
- 17.0.0.0 255.0.0.0
- 38.0.0.0 255.0.0.0
- 39.0.0.0 255.0.0.0
Both Sydney and Auckland should be able to see the Loopback networks of the
neighbouring router in its routing table, as well as the serial link network between the routers.
Configure NAT on the Sydney router to translate the 10.10.0.0/16 inside host IP addresses
to the 202.168.100.0/24 outside network address range.
Use PAT, so that all addresses are using only the IP addresses of 202.168.100.10 through
202.168.100.20, with a subnet mask of 255.255.255.0. Call this pool of addresses
Sydney_public_access
Configure NAT on the Auckland router to translate the 10.20.0.0/16 inside host IP addresses
to the 172.16.15.0 /24 outside network address range.
Use PAT, so that all addresses are using only the IP addresses of 172.16.15.10 through
172.16.15.20, with a subnet mask of 255.255.255.0. Call this pool of addresses
Auckland_public_access
1.1 Using the correct prompt, write out the command to set PPP encapsulation on the
Sydney router:
(1 Mark)
1.2 Using the correct prompt, write out the command to set PPP encapsulation on the
Auckland router:
(1 Mark)
(10 Marks)
(10 Marks)
Cisco Networking Academy Semester 4 Skills Assessment Lab v2 18-05-2017 Page 7
2. Configure EIGRP
Use the following values to configure the routing between Sydney and Auckland.
Configure EIGRP routing between Sydney and Auckland. Enable EIGRP only on the
following networks:
- 192.168.2.0 255.255.255.0
- 16.0.0.0 255.0.0.0
- 17.0.0.0 255.0.0.0
- 38.0.0.0 255.0.0.0
- 39.0.0.0 255.0.0.0
2.1 Using the correct prompt, write out the commands to initialise EIGRP routing on the
Sydney router. Recall that on each router, only the directly connected networks and Loopback
networks have to be entered, EXCEPT the translated networks and the 10.0.0.0. networks on
both routers. . The routing process will distribute the information about these advertised
directly connected network to other routers.
(4 Marks)
2.2 Using the correct prompt, write out the commands to initialise EIGRP routing on the
Auckland router. Recall that on each router, only the directly connected networks have to be
entered. The routing process will distribute the information about these directly connected
network to other routers
(4 Marks)
(3 Marks)
2.4 Using the correct prompt, write out the command to view the contents of the routing
table on the Auckland router. Briefly interpret, in your own words, what this table shows.
(3 Marks)
3.1 Write out the commands, using the following values, to configure NAT services on the
Sydney router.
Configure NAT on the Sydney router to translate the 10.10.0.0/16 inside host IP addresses
to the 202.168.100.0/24 outside network address range.
Use PAT, so that all addresses are using only the IP addresses of 202.168.100.10 through
202.168.100.20, with a subnet mask of 255.255.255.0. Call this pool of addresses
Sydney_public_access
(10 Marks)
Cisco Networking Academy Semester 4 Skills Assessment Lab v2 18-05-2017 Page 9
4. Configure NAT on the Auckland Router
4.1 Use the following values to configure NAT services on Auckland router:
Configure NAT on the Auckland router to translate the 10.20.0.0/16 inside host IP addresses
to the 172.16.15.0/24 outside network address range.
Use PAT, so that all addresses are using only the IP addresses of 172.16.15.10 through
172.16.15.20, with a subnet mask of 255.255.255.0. Call this pool of addresses
Auckland_public_access
(10 Marks)
5.1 Use the following values to configure the static route to Auckland:
Set up a static route on the Sydney router so that the translated network 172.16.15.0 /24
becomes accessible via the Auckland router serial interface 192.168.2.2. Use the appropriate
subnet mask for the /24 subnet.
Your router command:
(2 Marks)
(2 Marks)
(1 Mark)
8.1 Ping the Sydney serial interface from the Auckland PC, and using the correct prompt,
write out the command that will display the realtime CHAP authentication packet exchanges
as they actually occur (hint: debug). After switching on the display of realtime authentication
packet exchanges, you may need to save the Sydney and Auckland router configurations, and
then restart ONLY the Sydney router.
(1 Mark)
8.2 Write out the command that will display realtime PPP negotiation packets (hint: debug).
Again it may be necessary to save the configurations on each router, and then reload one of
them while watching the output generated on the other in Hyperterminal.
Cisco Networking Academy Semester 4 Skills Assessment Lab v2 18-05-2017 Page 11
Your router command:
(2 Marks)
8.3 Change the password for CHAP authentication ONLY on the Auckland router to
Oceanic, save the configuration, and then reboot the Sydney router. Monitor the PPP
authentication on the Auckland router with:
Auckland# debug ppp authentication
(2 Marks)
Ping the Auckland serial interface from the Sydney PC, and using the correct prompt, write
out the command to view the contents of the NAT translation table on the Sydney router.
Also, write out the command that will show the realtime address translations as they actually
occur. What does this table show?
(3 Marks)
9.2 Ping the Auckland PCs translated IP address (not the actual IP address, because this
has been translated by NAT) from the Sydney PC, and using the correct prompt, write out the
command to view the contents of the NAT translation table on the Sydney router. Also, write
(3 Marks)
10.1 To ensure that the ICMP echo requests and echo replies do not age out in the NAT
table type in the following line:
Ping the Sydney serial interface from the Auckland PC, and using the correct prompt, write
out the command to view the contents of the NAT translation table on the Auckland router.
Also, write out the command that will show the realtime address translations as they actually
occur. What does this table show?
(3 Marks)
10.2 Ping the Sydney PCs translated IP address (not the actual IP address, because this has
been translated by NAT) from the Auckland PC, and using the correct prompt, write out the
Cisco Networking Academy Semester 4 Skills Assessment Lab v2 18-05-2017 Page 13
command to view the contents of the NAT translation table on the Sydney router. Also, write
out the command that will show the realtime address translations as they actually occur. What
does this table show?
(3 Marks)
16. Demonstration of pinging the two translated 10.10.0.0/16 addresses on the Sydney
Router from the Auckland Router
(4 Marks)
STUDENT: DATE: .
Task Task Name Max. Actual Comment
No. Mark Mark
1.1 PPP encapsulation Sydney 1