SlideShare a Scribd company logo
1 of 5
Download to read offline
ccnav5.org http://ccnav5.org/ccna-1-final-pt-practice-skills-exam/?pfstyle=wp
CCNAV5.Org
CCNAv5.Org
CCNA 1 Final PT Practice Skills Exam
CCNA 1 Final v5.0 Introduction to Networks Practice Final – CLI command answers
CCNA 1 Exam 2014
CCNA1 v5.0 Introduction to Networks Final – CLI command answers
You will practice and be assessed on the following skills:
Configuration of initial IOS device settings
Design and calculation of IPv4 addressing
Configuration of IOS device interfaces including IPv4 and IPv6 addressing when appropriate
Addressing of network hosts with IPv4 and IPv6 addresses
Enhancing device security, including configuration of the secure transport protocol for remote device configuration
Configuration of a switch management interface
Requirements by device:
Town Hall router:
Configuration of initial router settings
Interface configuration and IPv4 and IPv6 addressing
Device security enhancement or “device hardening”
Secure transport for remote configuration connections as covered in the labs.
Backup of the configuration file to a TFTP server
Administration Switch:
Enabling basic remote management by Telnet
PC and Server hosts:
IPv4 full addressing
IPv6 addressing
Device Interface IPv4
Address
Subnet
Mask
IPv4 Default
Gateway
IPv6 Address IPv6 Default
Gateway
Town Hall G0/0 N/A 2001:DB8:ACAD:A::1/64 N/A
G0/1 N/A 2001:DB8:ACAD:B::1/64 N/A
Administration
Switch
Vlan 1 N/A N/A
Reception Host NIC 2001:DB8:ACAD:A::FF
Operator Host NIC 2001:DB8:ACAD:A::15
IT Host NIC 2001:DB8:ACAD:B::FF
TFTP Server NIC 2001:DB8:ACAD:B::15
Step 1:
Design an IPv4 addressing scheme and complete the Addressing Table based on the following requirements. Use the table
above to help you organize your work.
a. Subnet the 192.168.1.0/24 network to provide 30 host addresses per subnet while wasting the fewest addresses.
b. Assign the fourth subnet to the IT Department LAN.
c. Assign the last network host address (the highest) in this subnet to the G0/0 interface on Town Hall.
d. Starting with the fifth subnet, subnet the network again so that the new subnets will provide 14 host addresses per subnet
while wasting the fewest addresses.
e. Assign the second of these new 14-host subnets to the Administration LAN.
f. Assign the last network host address (the highest) in the Administration LAN subnet to the G0/1 interface of the Town Hall
router.
g. Assign the second to the last address (the second highest) in this subnet to the VLAN 1 interface of the Administration Switch.
h. Configure addresses on the hosts using any of the remaining addresses in their respective subnets.
Step 2: Configure the Town Hall Router.
a. Configure the Town Hall router with all initial configurations that you have learned in the course so far:
· Configure the router hostname: Middle
· Protect device configurations from unauthorized access with the encrypted password.
· Secure all of the ways to access the router using methods covered in the course and labs.
· Newly-entered passwords must have a minimum length of 10 characters.
· Prevent all passwords from being viewed in clear text in device configuration files.
· Configure the router to only accept in-band management connections over the protocol that is more secure than Telnet, as was
done in the labs. Use the value 1024 for encryption key strength.
· Configure user authentication for in-band management connections.
b. Configure the two Gigabit Ethernet interfaces using the IPv4 addressing values you calculated and the IPv6 values provided in
the addressing table.
· Reconfigure the link local addresses as was practiced in the labs. The IPv6 link-local Interface ID should match the IPv6
unicast Interface ID as is practiced in the labs.
· Document the interfaces in the configuration file.
Step 3: Configure the Administration Switch.
Configure Administration Switch for remote management.
Step 4: Configure and Verify Host Addressing.
a. Use the IPv4 addressing from Step 1 and the IPv6 addressing values provided in the addressing table to configure all host
PCs with the correct addressing.
b. Use the router interface link-local addresses as the IPv6 default gateways on the hosts.
c. All hosts should be able to ping each other over IPv4.
Step 5: Backup the Configuration of the Town Hall Router to TFTP.
a. Complete the configuration of the TFTP server using the IPv4 addressing values from Step 1 and the values in the addressing
table.
b. Backup the running configuration of Town Hall to the TFTP Server. Use the default file name.
Answer
Router>
Router>enable
Router#configure terminal
Router(config)#interface g0/0
Router(config-if)#ip address 192.168.1.126 255.255.255.224
Router(config-if)#description IT Department LAN
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface g0/1
Router(config-if)#ip address 192.168.1.158 255.255.255.240
Router(config-if)#description Administration LAN
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#ipv6 unicast-routing
Router(config)#interface g0/0
Router(config-if)#ipv6 address 2001:db8:acad:A::1/64
Router(config-if)#ipv6 address FE80::1 link-local
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface g0/1
Router(config-if)#ipv6 address 2001:db8:acad:B::1/64
Router(config-if)#ipv6 address FE80::1 link-local
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#
Router(config)#hostname Middle
Middle(config)#Enable secret class12345
Middle(config)#line console 0
Middle(config-line)#password cisconet2014
Middle(config-line)#login
Middle(config-line)#exit
Middle(config)#line vty 0 15
Middle(config-line)#password cisconet2014
Middle(config-line)#login
Middle(config-line)#exit
Middle(config)#line aux 0
Middle(config-line)#password cisconet2014
Middle(config-line)#login
Middle(config-line)#exit
Middle(config)#
Middle(config)#Banner motd “Authorized Access Only”
Middle(config)#security password min-length 10
Middle(config)#service password-encryption
Middle(config)#ip domain-name ccna5.net
Middle(config)#username cisco secret cisconet2014
Middle(config)#crypto key generate rsa
The name for the keys will be: Middle.cisco.local
Choose the size of the key modulus in the range of 360 to 2048 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.
How many bits in the modulus [512]: 1024
% Generating 1024 bit RSA keys, keys will be non-exportable…[OK]
Middle(config)#line vty 0 15
Middle(config-line)#login local
Middle(config-line)#transport input ssh
Middle(config-line)#exit
Middle(config)#
—————————————–
Switch1 ip default gateway 192.168.1.158
—————————————–
Reception Host
default gateway FE80::1
default gateway 192.168.1.126
IP address 192.168.1.97/27
IPv6 address 2001:DB8:ACAD:A::FF/64
—————————————–
Operator Host
default gateway FE80::1
default gateway 192.168.1.126
IP address 192.168.1.98/27
IPv6 address 2001:DB8:ACAD:A::15/64
—————————————–
IT Host
default gateway FE80::1
default gateway 192.168.1.158
IP address 192.168.1.145/28
IPv6 address 2001:DB8:ACAD:B::FF/64
—————————————–
SERVER TFTP
default gateway FE80::1
default gateway 192.168.1.158
IP address 192.168.1.146/28
IPv6 address 2001:DB8:ACAD:B::15/64
—————————————–
Backup the Configuration of the Town Hall Router to TFTP.
Middle#copy running-config tftp
Address or name of remote host []? 192.168.1.146
Destination filename [Router-confg]? [Press Enter]
—————————————–

More Related Content

More from Đồng Quốc Vương

Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerĐồng Quốc Vương
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersĐồng Quốc Vương
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersĐồng Quốc Vương
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerĐồng Quốc Vương
 
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Đồng Quốc Vương
 
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Đồng Quốc Vương
 

More from Đồng Quốc Vương (20)

Ccnav5.org ccna 2-v5_final_exam_2014
Ccnav5.org ccna 2-v5_final_exam_2014Ccnav5.org ccna 2-v5_final_exam_2014
Ccnav5.org ccna 2-v5_final_exam_2014
 
Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014
 
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
 
Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5
 
Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
 
CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014
 
CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
 
CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014
 
CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014
 
CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014
 
CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
 
Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracer
 
Www ccnav5 net
Www ccnav5 netWww ccnav5 net
Www ccnav5 net
 
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
 
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
 

Recently uploaded

Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneCall girls in Ahmedabad High profile
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 

Recently uploaded (20)

Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service PuneVIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Madhuri 8617697112 Independent Escort Service Pune
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 

Ccnav5.org ccna 1-final_pt_practice_skills_exam

  • 1. ccnav5.org http://ccnav5.org/ccna-1-final-pt-practice-skills-exam/?pfstyle=wp CCNAV5.Org CCNAv5.Org CCNA 1 Final PT Practice Skills Exam CCNA 1 Final v5.0 Introduction to Networks Practice Final – CLI command answers CCNA 1 Exam 2014 CCNA1 v5.0 Introduction to Networks Final – CLI command answers You will practice and be assessed on the following skills: Configuration of initial IOS device settings Design and calculation of IPv4 addressing Configuration of IOS device interfaces including IPv4 and IPv6 addressing when appropriate Addressing of network hosts with IPv4 and IPv6 addresses Enhancing device security, including configuration of the secure transport protocol for remote device configuration Configuration of a switch management interface Requirements by device: Town Hall router: Configuration of initial router settings Interface configuration and IPv4 and IPv6 addressing Device security enhancement or “device hardening” Secure transport for remote configuration connections as covered in the labs. Backup of the configuration file to a TFTP server Administration Switch: Enabling basic remote management by Telnet PC and Server hosts: IPv4 full addressing IPv6 addressing Device Interface IPv4 Address Subnet Mask IPv4 Default Gateway IPv6 Address IPv6 Default Gateway
  • 2. Town Hall G0/0 N/A 2001:DB8:ACAD:A::1/64 N/A G0/1 N/A 2001:DB8:ACAD:B::1/64 N/A Administration Switch Vlan 1 N/A N/A Reception Host NIC 2001:DB8:ACAD:A::FF Operator Host NIC 2001:DB8:ACAD:A::15 IT Host NIC 2001:DB8:ACAD:B::FF TFTP Server NIC 2001:DB8:ACAD:B::15 Step 1: Design an IPv4 addressing scheme and complete the Addressing Table based on the following requirements. Use the table above to help you organize your work. a. Subnet the 192.168.1.0/24 network to provide 30 host addresses per subnet while wasting the fewest addresses. b. Assign the fourth subnet to the IT Department LAN. c. Assign the last network host address (the highest) in this subnet to the G0/0 interface on Town Hall. d. Starting with the fifth subnet, subnet the network again so that the new subnets will provide 14 host addresses per subnet while wasting the fewest addresses. e. Assign the second of these new 14-host subnets to the Administration LAN. f. Assign the last network host address (the highest) in the Administration LAN subnet to the G0/1 interface of the Town Hall router. g. Assign the second to the last address (the second highest) in this subnet to the VLAN 1 interface of the Administration Switch. h. Configure addresses on the hosts using any of the remaining addresses in their respective subnets. Step 2: Configure the Town Hall Router. a. Configure the Town Hall router with all initial configurations that you have learned in the course so far: · Configure the router hostname: Middle · Protect device configurations from unauthorized access with the encrypted password. · Secure all of the ways to access the router using methods covered in the course and labs. · Newly-entered passwords must have a minimum length of 10 characters. · Prevent all passwords from being viewed in clear text in device configuration files. · Configure the router to only accept in-band management connections over the protocol that is more secure than Telnet, as was done in the labs. Use the value 1024 for encryption key strength. · Configure user authentication for in-band management connections. b. Configure the two Gigabit Ethernet interfaces using the IPv4 addressing values you calculated and the IPv6 values provided in the addressing table. · Reconfigure the link local addresses as was practiced in the labs. The IPv6 link-local Interface ID should match the IPv6 unicast Interface ID as is practiced in the labs. · Document the interfaces in the configuration file. Step 3: Configure the Administration Switch.
  • 3. Configure Administration Switch for remote management. Step 4: Configure and Verify Host Addressing. a. Use the IPv4 addressing from Step 1 and the IPv6 addressing values provided in the addressing table to configure all host PCs with the correct addressing. b. Use the router interface link-local addresses as the IPv6 default gateways on the hosts. c. All hosts should be able to ping each other over IPv4. Step 5: Backup the Configuration of the Town Hall Router to TFTP. a. Complete the configuration of the TFTP server using the IPv4 addressing values from Step 1 and the values in the addressing table. b. Backup the running configuration of Town Hall to the TFTP Server. Use the default file name. Answer Router> Router>enable Router#configure terminal Router(config)#interface g0/0 Router(config-if)#ip address 192.168.1.126 255.255.255.224 Router(config-if)#description IT Department LAN Router(config-if)#no shutdown Router(config-if)#exit Router(config)#interface g0/1 Router(config-if)#ip address 192.168.1.158 255.255.255.240 Router(config-if)#description Administration LAN Router(config-if)#no shutdown Router(config-if)#exit Router(config)#ipv6 unicast-routing Router(config)#interface g0/0 Router(config-if)#ipv6 address 2001:db8:acad:A::1/64 Router(config-if)#ipv6 address FE80::1 link-local Router(config-if)#no shutdown Router(config-if)#exit Router(config)#interface g0/1 Router(config-if)#ipv6 address 2001:db8:acad:B::1/64 Router(config-if)#ipv6 address FE80::1 link-local Router(config-if)#no shutdown Router(config-if)#exit Router(config)# Router(config)#hostname Middle Middle(config)#Enable secret class12345 Middle(config)#line console 0 Middle(config-line)#password cisconet2014 Middle(config-line)#login Middle(config-line)#exit Middle(config)#line vty 0 15 Middle(config-line)#password cisconet2014 Middle(config-line)#login Middle(config-line)#exit Middle(config)#line aux 0 Middle(config-line)#password cisconet2014 Middle(config-line)#login Middle(config-line)#exit Middle(config)# Middle(config)#Banner motd “Authorized Access Only”
  • 4. Middle(config)#security password min-length 10 Middle(config)#service password-encryption Middle(config)#ip domain-name ccna5.net Middle(config)#username cisco secret cisconet2014 Middle(config)#crypto key generate rsa The name for the keys will be: Middle.cisco.local Choose the size of the key modulus in the range of 360 to 2048 for your General Purpose Keys. Choosing a key modulus greater than 512 may take a few minutes. How many bits in the modulus [512]: 1024 % Generating 1024 bit RSA keys, keys will be non-exportable…[OK] Middle(config)#line vty 0 15 Middle(config-line)#login local Middle(config-line)#transport input ssh Middle(config-line)#exit Middle(config)# —————————————– Switch1 ip default gateway 192.168.1.158 —————————————– Reception Host default gateway FE80::1 default gateway 192.168.1.126 IP address 192.168.1.97/27 IPv6 address 2001:DB8:ACAD:A::FF/64 —————————————– Operator Host default gateway FE80::1 default gateway 192.168.1.126 IP address 192.168.1.98/27 IPv6 address 2001:DB8:ACAD:A::15/64 —————————————– IT Host default gateway FE80::1 default gateway 192.168.1.158 IP address 192.168.1.145/28 IPv6 address 2001:DB8:ACAD:B::FF/64 —————————————– SERVER TFTP default gateway FE80::1 default gateway 192.168.1.158 IP address 192.168.1.146/28 IPv6 address 2001:DB8:ACAD:B::15/64 —————————————– Backup the Configuration of the Town Hall Router to TFTP. Middle#copy running-config tftp
  • 5. Address or name of remote host []? 192.168.1.146 Destination filename [Router-confg]? [Press Enter] —————————————–