Вы находитесь на странице: 1из 3

CCNA 4 Skills-Based Assessment

Frame Relay
160.162.1.4/30
Charter S0
DCE
E0
DLCI 222

172.22.100.0/28 outside
10.10.0.0/16 inside
NAT

PPP Link
111.2.2.0/30

S0
S1
DTEKimball
DCE
DLCI 222
E0

S0
DTE Lincoln
E0
EIGRP 200

142.22.240.0/24

142.22.1.0/24

Instructor Notes
The keepalive messages on the Frame Relay link between Charter and Kimball have been
disabled with the no keepalive command in the preconfigurations. This is because a frame
relay switch is not used in this exam. The keepalive message on the Ethernet links can be
added as well so a physical connection will not be necessary. The no keepalive command
can also be used on the Ethernet interface when there is no physical connection to a LAN.
Depending upon the router model, the interfaces may differ. For example, on some routers
Serial 0 may be Serial 0/0 and Ethernet 0 may be FastEthernet 0/0.
The instructor will provide the time-limit information for the completion of this skills-based
assessment. Depending on the length of a class, there are two different time recommendations
below:
o Recommendation 1: The recommended exam length is 75 minutes. Allow students 15
minutes to read the entire lab exam. Then, allot the remaining 60 minutes to configure
all the requirements.
o Recommendation 2: Students have two class periods to complete this skills-based
assessment.
In the first class period, students have 50 minutes to read the skills-based
assessment and to document a plan for IP interface addresses, DHCP, and
NAT to be used in the assessment. The instructor will collect the plan at the end
of the first class. The instructor will check the work and keep it until the second
class.
In the second class period, students have 50 minutes to configure the routers
as described in the objectives.

Objectives
Complete the following tasks throughout the exam:
Configure Frame Relay
Configure PPP
Configure EIGRP
Configure DHCP
Configure NAT
Configure static routes
Verify connectivity
2 - 7 CCNA 4: WAN Technologies v 3.0 Skills-Based Assessment Copyright 2003, Cisco Systems, Inc.

!THREE router pre-configurations for Semester 4


Skills Based PRACTICE Exam
!
!2500 series ONLY
!
!Charter Router
!
hostname CharterISP
enable secret class
interface ethernet0
ip address 10.10.0.1 255.255.0.0
!----use the following if no physical connection
to a computer is present-------!no keepalive
no shutdown
interface serial0
ip address 160.162.1.5 255.255.255.252
clock rate 64000
no keepalive
no shutdown
line con 0
password cisco
login
logging synchronous
exec-timeout 0 0
line vty 0 4
password cisco
login
line aux 0
password cisco
login
!
!
!
!
!Kimball Router
!
hostname Kimball
enable secret class
interface serial0
ip address 160.162.1.6 255.255.255.252
no keepalive
no shutdown
interface serial1
ip address 111.2.2.1 255.255.255.252
clock rate 64000
no shutdown
interface ethernet0
ip address 142.22.240.1 255.255.255.0
!----use the following if no physical connection
to a computer is present-------!no keepalive
no shutdown
line con 0
!Kimball continued
password cisco
login
logging synchronous
exec-timeout 0 0
line vty 0 4
password cisco
login
line aux 0
password cisco
login
!

!
!
!
!Lincoln Router
!
hostname Lincoln
enable secret class
interface serial0
ip address 111.2.2.2 255.255.255.252
no shutdown
interface ethernet0
ip address 142.22.1.1 255.255.255.0
!----use the following if no physical connection
to a computer is present-------!no keepalive
no shutdown
line con 0
password cisco
login
logging synchronous
exec-timeout 0 0
line vty 0 4
password cisco
login
line aux 0
password cisco
login

Other Important Configurations That You Need to Perform:


For Frame Relay:
Use IETF on the Frame Relay connections
Assume Inverse ARP is disabled and configure both Charter and Kimball to statically map the remote IP address to
the local DLCI
Any LMI types are to be set at ANSI
For PPP:
Use CHAP authentication with all passwords being cisco
For EIGRP:
Should be configured ONLY on the EIGRP 200 networks (see diagram)
Kimball and Lincoln should both see each others Ethernet networks in their routing tables
Configure a default route on Kimball that forwards the default traffic to Charter. Redistribute that route to Lincoln
using the command redistribute static after configuring EIGRP
router(config-router)#redistribute static
For DHCP:
On Charters Ethernet LAN:
Configure the Inside pool of addresses for dynamic distribution
Exclude the range 10.10.0.1 through 10.10.0.20 for servers and other special statically assigned equipment
Make a default gateway address of 10.10.0.1 (also worded: Include the default gateway address of 10.10.0.1)
Make a setting for DNS services at 10.10.0.5 (also worded: Include the DNS server address of 10.10.0.5)
For NAT:
USE PAT to set up addresses 172.22.100.17 through 172.22.100.30 with a mask of /24
Create a static mapping of 172.22.100.1 to E0 interface 10.10.0.1 so that other routers can ping the Ethernet
Interface with the command ping 172.22.100.1
Configure static routes:
On Charter, configure static routes to forward traffic to these networks:
111.2.2.0/30
142.22.240.0/24
142.22.1.0/24
Verify Connectivity:
Charter should successfully ping all interfaces on Kimball and Lincoln.
Kimball should successfully ping all interfaces on Charter and Lincoln.
Lincoln should successfully ping all interfaces on Kimball and Charter.
Kimball and Lincoln should be able to see the neighboring routers Ethernet network in their routing table.

Вам также может понравиться