You are on page 1of 11

03.11.

2011 Cisco CCNA4 Practice SBA


1/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
Scribd
Upload a Document
ean pt ccna 4 practice final sba packet tracer Search Documents
Explore
Documents
Books - Fiction
Books - Non-fiction
Health & Medicine
Brochures/Catalogs
Government Docs
How-To Guides/Manuals
Magazines/Newspapers
Recipes/Menus
School Work
+ all categories
Featured
Recent
People
Authors
Students
Researchers
Publishers
Government & Nonprofits
Businesses
Musicians
Artists & Designers
Teachers
+ all categories
Most Followed
Popular
Mirosaw Woowiec
We're using Facebook to personalie our eperience.
Learn MoreDisable
Home
My Documents
My Collections
My Shelf
View Public Profile
Messages
Notifications
Settings
Help
Log Out
03.11.2011 Cisco CCNA4 Practice SBA
2/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA

EWANNAT/ACLPTPraciceSBA
InthispracticePacketTracerSkillsExam,youareexpectedto:
FinishdesigningtheIPaddressingscheme.
Implementtheaddressinginthenetworktomeetthestatedrequirements.
ConfigureandverifyaDHCPserverimplementation.
ConfigureandverifyWANtechnologies.
ConfigureEIGRPtoenablecommunicationwiththerestofthenetwork.
ConfigureNATtotranslateaddressesfortrafficdestinedtotheInternet.
Implementaccesscontrollistsaspartofasecuritypolicy.
AddeingTable
Device Interface Address SubnetMask DefaultGateway
R1 Fa0/0
S0/0/0 172.30.1.1 255.255.255.252 n/a
S0/0/1.101 10.10.10.1 255.255.255.252 n/a
R2 S0/0/0 172.30.1.6 255.255.255.252 n/a
S0/0/1.201 10.10.10.2 255.255.255.252 n/a
S0/1/0 209.165.201.2 255.255.255.252 n/a
R3 Fa0/0 n/a
S0/0/0 172.30.1.2 255.255.255.252 n/a
S0/0/1 172.30.1.5 255.255.255.252 n/a
PC1 NIC
PC3 NIC DHCPAssigned DHCPAssigned DHCPAssigned
NOTE:ThepasswordforuserEXECmodeiscisco.ThepasswordforprivilegedEXECmodeis
class.

03.11.2011 Cisco CCNA4 Practice SBA


3/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
Step1:FinishtheIPAddressingDesignandImplementation.
DesignanaddressingschemeandfillintheAddressingTablebasedonthefollowingrequirements:
a. Subnettheaddressspace172.16.1.128/25toprovide50hostaddressesfortheR3LANwhile
wastingthefewestaddresses.
b. AssignthefirstavailablesubnettotheR3LAN.
c. Assignthefirst(lowest)addressinthissubnettotheFa0/0interfaceonR3.
d. Subnettheremainingaddressspacetoprovide30hostaddressesfortheR1LANwhile
wastingthefewestaddresses.
e. AssignthenextavailablesubnettotheR1LAN.
f. Assignthefirst(lowest)addressinthissubnettotheFa0/0interfaceonR1.
g. Assignthelast(highest)hostaddressinthissubnettoPC1.
h. FinishtheIPaddressingconfiguration:
ConfigureR1andR3LANinterfaceswithIPaddressing.
ConfigurePC1withIPaddressing.PC3willgetitsaddressfromtheDHCPserveronR3in
thenextstep.
Step2:ConfigureandVerifR3astheDHCPServer.
a. ConfigureR3astheDHCPserverfortheLANattachedtoFa0/0usingthefollowing
guidelines:
Usethecase-sensitiveDHCPpoolnameofR3_LAN.
Excludethefirstthreehostaddressesinthesubnet.
b. VerifythatPC3nowhasfullIPaddressing. Itmaybenecessary totogglebetweenStatic
andDHCPontheIPConfigurationscreenforPC3beforePC3willsendaDHCPrequest.PC3
shouldbeabletopingthedefaultgateway.
Step3:ConfigureWANTechnologies.
a. ThelinkbetweenR3andR2usesPPPwithCHAP.Thepasswordisciscochap.Verifythat
R3andR2canpingeachother.
b. ThelinkbetweenR3andR1usesHDLC.R3should beabletoping theothersideofthelink.
VerifythatR3andR1canpingeachother.
c. ThelinkbetweenR1andR2usespoint-to-pointFrameRelaysubinterfaces.VerifythatR1
andR2canpingeachother.
Step4:ConfigureandVerifEIGRPRouting.
a. ConfigureEIGRProutingonR1,R2,andR3.
UseASnumber100.

03.11.2011 Cisco CCNA4 Practice SBA


4/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
Donotusethewildcardmaskargument.
DonotadvertisethenetworkbetweenR2andtheInternet.
b. ConfigureR2withadefaultrouteusingtheoutboundinterfaceargument.Useonecommand
topropagatethedefaultrouteintotheEIGRProutingprocess.
c. VerifyPC1andPC3canping eachother aswellasR1,R2andR3.Youwillnotbeable to
pingInternethostsyet.
Step5:ConfigureR2withaNAT.
a. ConfigureNATonR2usingthefollowingguidelines:
Onlyaddressesinthe172.16.1.128/25addressspacewillbetranslated.
Usethenumber1fortheaccesslist.
ConfigurePATontheR2S0/1/0interface.
b. VerifythatPC1andPC3canpingtheInternethosts.
Step6:ConfigureAccessControlListstoSatisfaSecuritPolic.
a. ConfigureandapplyanACLwiththenumber50thatimplementsthefollowingpolicy:
DenyanyhostfromtheR3LANfromaccessinghostsontheR1LAN.
HostsontheR3LANshouldbeabletopinganyotherdestination.
b. VerifythatACL50isoperatingasintended.
c. ConfigureandapplyanamedACLwiththecase-sensitivenameFIREWALLthat
implementsthefollowingpolicy:
DenypingrequestssourcedfromtheInternet.
DenyTelnetandHTTPtrafficsourcedfromtheInternet.
Allowallothertraffic.
d. VerifytheFIREWALLACLisoperatingasintended.
SOLUTION
IPpoolreceived172.16.1.128/25
AddresscalculationforR3
Network172.16.1.128/26
FA00172.16.1.129 255.255.255.192
AddresscalculationforR1
Network 172.16.1.192/27
FA00 172.16.1.193 255.255.255.224
PC1 172.16.1.222 255.255.255.224

R1#shrn
Building configuration...
03.11.2011 Cisco CCNA4 Practice SBA
5/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
Currentconfiguration:1309bytes
!
version12.4
noservicetimestampsIogdatetimemsec
noservicetimestampsdebugdatetimemsec
noservicepassvord-encryption
!
hostnameR1
!
!
!
enabIesecret5S1SmLRrS9cTjUILqNCurQiIU.ZeCi1
!
!
!
!
!
!
!
!
!
!
ipsshversion1
ipname-server0.0.0.0
!
!
!
!
!
!
interfaceIastLthernet0/0
ipaddress172.16.1.193255.255.255.224
ipaccess-group50out
dupIexauto
speedauto
!
interfaceIastLthernet0/1
noipaddress
dupIexauto
speedauto
shutdovn
!
interfaceSeriaI0/0/0
ipaddress172.30.1.1255.255.255.252
cIockrate2000000
!
interfaceSeriaI0/0/1
noipaddress
encapsuIation frame-reIay
!
interfaceSeriaI0/0/1.101point-to-point
ipaddress10.10.10.1255.255.255.252
frame-reIayinterface-dIci101

!
interfaceVIan1
noipaddress
shutdovn
!
03.11.2011 Cisco CCNA4 Practice SBA
6/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
!
routereigrp100
passive-interface IastLthernet0/0
netvork172.16.0.0
netvork172.30.0.0
netvork10.0.0.0
noauto-summary
!
ipcIassIess
!
!
access-Iist50deny172.16.1.1280.0.0.63
access-Iist50permitany
!
bannermotd^CAuthorizedAccessOnIy!^C
!
!
!
!
Ioggingtrapdebugging
Iinecon0
exec-timeout00
passvordcisco
Iogging synchronous
Iogin
Iinevty04
exec-timeout00
passvordcisco
Iogging synchronous
Iogin
Iinevty515
exec-timeout00
passvordcisco
Iogging synchronous
Iogin
!
!
ntp update-caIendar
!
end
R2#shrn
BuiIding configuration...
Currentconfiguration:1718bytes
!
version12.4
noservicetimestampsIogdatetimemsec
noservicetimestampsdebugdatetimemsec
noservicepassvord-encryption
!
hostnameR2

!
!
!
enabIesecret5S1SmLRrS9cTjUILqNCurQiIU.ZeCi1
!
!
03.11.2011 Cisco CCNA4 Practice SBA
7/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
!
!
!
!
!
enameR3paod0cicochap
!
!
!
!
!
ipheion1
ipname-ee0.0.0.0
!
!
!
!
!
!
inefaceFaEhene0/0
noipadde
dpleao
peedao
hdon
!
inefaceFaEhene0/1
noipadde
dpleao
peedao
hdon
!
inefaceSeial0/0/0
ipadde172.30.1.6255.255.255.252
encaplaionppp
pppahenicaionchap
ipnainide
!
inefaceSeial0/0/1
noipadde
encaplaion fame-ela
!
inefaceSeial0/0/1.201poin-o-poin
ipadde10.10.10.2255.255.255.252
fame-elaineface-dlci201
ipnainide
!
inefaceSeial0/1/0
ipadde209.165.201.2255.255.255.252
ipacce-gopFIREWALLin
ipnaoide
!
inefaceSeial0/1/1
03.11.2011 Cisco CCNA4 Practice SBA
8/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
03.11.2011 Cisco CCNA4 Practice SBA
9/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
03.11.2011 Cisco CCNA4 Practice SBA
10/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
Upload a Document
ean pt ccna 4 practice final sba packet tracer Search Documents
Follo Us!
scribd.com/scribd
titter.com/scribd
facebook.com/scribd
About
Press
Blog
Partners
Scribd 101
Web Stuff
03.11.2011 Cisco CCNA4 Practice SBA
11/11 .scribd.com/doc/53736984/Cisco-CCNA4-Practice-SBA
Support
FAQ
Developers / API
Jobs
Terms
Copyright
Privacy
Copyright 2011 Scribd Inc.
Language:
English

You might also like