You are on page 1of 3

EWAN NAT/ACL PT Practice SBA

A few things to keep in mind while completing this activity: 1. Do not use the browser Back button or close or reload any exam windows during the exam. 2. Do not close Packet Tracer when you are done, it will close automatically. 3. Click the Submit Assessment button to submit your work.

Introduction
In this Packet Tracer Practice Skills Based Assessment, you are expected to do as follows: Implement the addressing in the network to meet the stated requirements. Configure and verify a DHCP server implementation. Configure and verify WAN technologies. Configure EIGRP to enable communication with the rest of the network. Configure NAT to translate addresses for traffic that is destined to the Internet. Implement access control lists as part of a security policy.

Addressing Table
Device Interface Fa0/0 EAST S0/0/0 10.255.1.1 255.255.255.252 n/a Address 10.10.10.97 Subnet Mask 255.255.255.240 Default Gateway n/a

S0/0/1.25 S0/0/0 NORTH S0/0/1.35 S0/1/0 Fa0/0 SOUTH S0/0/0 S0/0/1 E-PC1 S-PC1 NIC NIC

192.168.20.1 10.255.1.6 192.168.20.2 198.133.219.2 10.10.10.65 10.255.1.2 10.255.1.5 10.10.10.110 DHCP Assigned

255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.224 255.255.255.252 255.255.255.252 255.255.255.240 DHCP Assigned

n/a n/a n/a n/a n/a n/a n/a 10.10.10.97 DHCP Assigned

NOTE: The password for user EXEC mode is cisco. The password for privileged EXEC mode is class.

Step 1: Configure and Verify SOUTH as the DHCP Server.


a. Configure SOUTH as the DHCP server for the LAN attached to Fa0/0 using the following guidelines: Use the case-sensitive DHCP pool name of SOUTH_DHCP. Exclude the first five host addresses in the subnet.

b. Verify that S-PC1 now has full IP addressing. It may be necessary to toggle between Static and DHCP on the IP Configuration screen for S-PC1 before S-PC1 will send a DHCP request. S-PC1 should be able to ping the default gateway.

Step 2: Configure WAN Technologies.


a. The link between SOUTH and NORTH uses PPP with CHAP. The password is NSchap. Verify that SOUTH and NORTH can ping each other. b. The link between SOUTH and EAST uses HDLC. SOUTH should be able to ping the other side of the link. Verify that SOUTH and EAST can ping each other. c. The link between EAST and NORTH uses point-to-point Frame Relay subinterfaces. Verify that EAST and NORTH can ping each other.

Step 3: Configure and Verify EIGRP Routing.


a. Configure EIGRP routing on EAST, NORTH, and SOUTH. Use AS number 50. Do not use the wildcard mask argument. Do not advertise the network between NORTH and the Internet.

b. Configure NORTH with a default route using the outbound interface argument. Use one command to propagate the default route into the EIGRP routing process. c. Verify E-PC1 and S-PC1 can ping each other as well as EAST, NORTH and SOUTH. You will not be able to ping Internet hosts yet.

Step 4: Configure NORTH with a NAT.


a. Configure NAT on NORTH using the following guidelines: Only addresses in the 10.10.10.64/26 address space will be translated.

Use the number 5 for the access list. Configure PAT on the NORTH S0/1/0 interface.

b. Verify that E-PC1 and S-PC1 can ping the Internet hosts.

Step 5: Configure Access Control Lists to Satisfy a Security Policy.


a. Configure and apply an ACL with the number 60 that implements the following policy: Prevent all hosts from the SOUTH LAN from accessing hosts on the EAST LAN.

b. Verify that ACL 60 is operating as intended. c. Configure and apply a named ACL with the case-sensitive name FILTER-IN that implements the following policy: Deny ping requests sourced from the Internet. Deny Telnet and HTTP traffic sourced from the Internet. Allow all other traffic.

d. Verify that the FILTER-IN ACL is operating as intended.

You might also like