CCNA 2_ SRWE Practice PT Skills Assessment (PTSA) - Part 1 Answers
CCNA 2_ SRWE Practice PT Skills Assessment (PTSA) - Part 1 Answers
Donations
CCNA 1 - v7 CCNA 2 - v7
CCNA 3 - v7
Modules 1 - 3: Basic
Network Connectivity and
Communications Exam
Answers
Modules 4 - 7: Ethernet
Concepts Exam Answers
Modules 8 - 10:
Communicating Between
Networks Exam Answers
Modules 11 - 13: IP
Addressing Exam Answers
If your exam ID does not match the IDs below, simply [PT Skills] Practice PT
ID 112
SRWE PT Practice Skills Assessment (PTSA) Part 1 7.1.5 Check Your Understanding –
DHCPv4 Concepts Answers
1. Do not use the browser Back button or close or reload 11.5.3 Module Quiz – Network
Design (Answers)
any exam windows during the exam.
2. Do not close Packet Tracer when you are done. It will 4.3.8 Packet Tracer – Configure
close automatically. Layer 3 Switching and Inter-VLAN
Routing (Instructions Answer)
3. Click the Submit Assessment button in the browser
window to submit your work. 4.7.2 Packet Tracer – Connect the
Physical Layer – Instructions Answer
Introduction
In this assessment you are configuring a network that is
Recent Comments
using EtherChannel and routing between VLANs. For the
Jamesh Brown on Introduction to
sake of time, you will not be asked to perform all
Linux I – Chapter 13 Exam Answers
configurations on all network devices as you may be 2019 + PDF file
required to do in a real network or other assessment.
dude on 11.10.2 Lab – Design and
Instead, you will use the skills and knowledge that you have
Implement a VLSM Addressing
learned in the labs in this course to configure the router and Scheme (Answers)
switches in the topology. In addition to EtherChannel and
Gabe on 7.4.1 Packet Tracer –
inter-VLAN routing, this task involves creating VLANs and
Implement DHCPv4 – Instructions
trunks, and performing basic router and switch Answer
configuration.
Mathew on For each scenario, select
You are required to configure host default gateways; the best characteristic of RAID that is
described.
however host addresses are preconfigured.
Peter on CCNA 1 v7.0 Final Exam
You will practice and be assessed on the following skills:
Quiz – Test online
Configuration of initial settings on a router.
Configuration of initial settings on a switch, including
SVI and SSH.
Configuration of VLANs.
Configuration of switchport VLAN membership.
EtherChannel configuration.
Troubleshooting VLANs.
Configuration of static trunking and DTP.
Configuration of routing between VLANs on a Layer 3
switch.
Configuration of router-on-a-stick inter- VLAN routing
on a router.
Configure default gateways on hosts.
Addressing Table
https://itexamansw ers.net/ccna-2-srw e-practice-pt-skills-assessment-ptsa-part-1-answ ers.html 3/42
11/11/2024 01:11 CCNA 2: SRWE Practice PT Skills Assessment (PTSA) - Part 1 Answ ers
Background / Scenario
A corporation is planning to implement EtherChannel and a
new VLAN design in order to make the network more
efficient. You have been asked to work on a design and
prototype of the new network. You have created the logical
topology and now need to configure the devices in order to
evaluate the design. You will configure VLANs and access
port VLAN membership on access layer switches. You will
also configure EtherChannel and trunking. Finally, you will
configure a router and a Layer 3 switch to route between
VLANs. Some addressing had already been configured.
Instructions
Part 1: Basic Router Configuration
Step 1: Configure router Edge-Router with
required settings.
a. Open a command window on router Edge-Router and
move to privileged EXEC mode.
Be sure to press the <Enter> key after the last line to return
to privileged EXEC mode prompt.
Router(config)#line console 0
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#line vty 0 4
Router(config-line)#password cisco
Router(config-line)#login
Router(config-line)#exit
Router(config)#hostname Edge-Router
Edge-Router(config)#service password-encryption
Edge-Router(config)#interface g0/0/0
Edge-Router(config-if)#ip address 192.168.0.1 2
Edge-Router(config-if)#no shutdown
Edge-Router(config-if)#description Link to Scie
Edge-Router(config-if)#exit
Edge-Router(config)#interface s0/1/0
Edge-Router(config-if)#ip address 209.165.201.2
Edge-Router(config-if)#no shutdown
Edge-Router(config-if)#description Link to Inte
Edge-Router(config-if)#exit
Sw-C(config)#interface vlan 99
Sw-C(config-if)#ip address 192.168.99.18 255.25
Sw-C(config-if)#no shutdown
Sw-C(config-if)#exit
Sw-C(config)#
Sw-C(config)#ip default-gateway 192.168.99.17
Sw-C(config)#line vty 0 15
Sw-C(config-line)#transport input ssh
Sw-C(config-line)#login local
Sw-C(config-line)#exit
Sw-C(config)#ip ssh version 2
VLAN Table
L3-SW1
L3-SW1(config)#vlan 10
L3-SW1(config-vlan)#name FL1
L3-SW1(config-vlan)#interface vlan 10
L3-SW1(config-if)#description FL1
L3-SW1(config-if)#ip address 192.168.10.1 255.2
L3-SW1(config-if)#exit
L3-SW1(config)#
L3-SW1(config)#vlan 20
L3-SW1(config-vlan)#name FL2
L3-SW1(config-vlan)#interface vlan 20
L3-SW1(config-if)#description FL2
L3-SW1(config-if)#ip address 192.168.20.1 255.2
L3-SW1(config-if)#exit
L3-SW1(config)#
L3-SW1(config)#vlan 30
L3-SW1(config-vlan)#name FL3
L3-SW1(config-vlan)#interface vlan 30
L3-SW1(config-if)#description FL3
L3-SW1(config-if)#ip address 192.168.30.1 255.2
L3-SW1(config-if)#exit
L3-SW1(config)#
L3-SW1(config)#vlan 99
L3-SW1(config-vlan)#name Management
L3-SW1(config-vlan)#interface vlan 99
L3-SW1(config-if)#description Management
L3-SW1(config-if)#ip address 192.168.99.2 255.2
L3-SW1(config-if)#exit
Sw-A
Sw-A(config)#vlan 10
Sw-A(config-vlan)#name FL1
Sw-A(config-vlan)#interface vlan 10
Sw-A(config-if)#description FL1
Sw-A(config-if)#exit
Sw-A(config)#
Sw-A(config)#vlan 20
Sw-A(config-vlan)#name FL2
Sw-A(config-vlan)#interface vlan 20
Sw-A(config-if)#description FL2
Sw-A(config-if)#exit
Sw-A(config)#
Sw-A(config)#vlan 30
Sw-A(config-vlan)#name FL3
Sw-A(config-vlan)#interface vlan 30
Sw-A(config-if)#description FL3
Sw-A(config-if)#exit
Sw-B
Sw-B(config)#vlan 10
Sw-B(config-vlan)#name FL1
Sw-B(config-vlan)#interface vlan 10
Sw-B(config-if)#description FL1
Sw-B(config-if)#exit
Sw-B(config)#
Sw-B(config)#vlan 20
Sw-B(config-vlan)#name FL2
Sw-B(config-vlan)#interface vlan 20
Sw-B(config-if)#description FL2
Sw-B(config-if)#exit
Sw-B(config)#
Sw-B(config)#vlan 30
Sw-B(config-vlan)#name FL3
Sw-B(config-vlan)#interface vlan 30
Sw-B(config-if)#description FL3
Sw-B(config-if)#exit
Sw-C
Sw-C(config)#vlan 40
Sw-C(config-vlan)#name BDG4
Sw-C(config-vlan)#interface vlan 40
Sw-C(config-if)#ip address 192.168.40.1 255.255
Sw-C(config-if)#description BDG4
Sw-C(config-if)#exit
Sw-C(config)#
Sw-C(config)#vlan 50
https://itexamansw ers.net/ccna-2-srw e-practice-pt-skills-assessment-ptsa-part-1-answ ers.html 10/42
11/11/2024 01:11 CCNA 2: SRWE Practice PT Skills Assessment (PTSA) - Part 1 Answ ers
Sw-C(config-vlan)#name BDG5
Sw-C(config-vlan)#interface vlan 50
Sw-C(config-if)#ip address 192.168.50.1 255.255
Sw-C(config-if)#description BDG5
Sw-C(config-if)#exit
Sw-C(config)#
Sw-C(config)#vlan 60
Sw-C(config-vlan)#name BDG6
Sw-C(config-vlan)#interface vlan 60
Sw-C(config-if)#ip address 192.168.60.1 255.255
Sw-C(config-if)#description BDG6
Sw-C(config-if)#exit
Sw-C(config)#
Sw-C(config)#vlan 99
Sw-C(config-vlan)#name Management
Sw-C(config-vlan)#interface vlan 99
Sw-C(config-if)#ip address 192.168.99.18 255.25
Sw-C(config-if)#description Management
Sw-C(config-if)#exit
20 FL2 F0/11-15
30 FL3 F0/16-24
20 FL2 F0/11-15
30 FL3 F0/16-24
50 BDG5 F0/6-10
60 BDG6 F0/11-15
99 Management F0/24
Native
Sw-A
Sw-B
Sw-C
1 L3-SW1 G1/0/1,
G1/0/2
2 L3-SW1 G1/0/3,
G1/0/4
L3-SW1
Sw-A
Sw-B
L3-SW1
L3-SW1(config)#interface port-channel 1
L3-SW1(config-if)#switchport mode trunk
L3-SW1(config-if)#switchport trunk allowed vlan
L3-SW1(config-if)#exit
L3-SW1(config)#
L3-SW1(config)#interface port-channel 2
L3-SW1(config-if)#switchport mode trunk
L3-SW1(config-if)#switchport trunk allowed vlan
L3-SW1(config-if)#exit
Sw-A
Sw-A(config)#interface port-channel 1
Sw-A(config-if)#switchport mode trunk
Sw-A(config-if)#switchport nonegotiate
Sw-A(config-if)#exit
Sw-A(config)#
Sw-A(config)#interface port-channel 3
Sw-A(config-if)#switchport mode trunk
Sw-A(config-if)#switchport nonegotiate
Sw-A(config-if)#exit
Sw-B
Sw-B(config)#interface port-channel 2
Sw-B(config-if)#switchport mode trunk
Sw-B(config-if)#switchport nonegotiate
Sw-B(config-if)#exit
Sw-B(config)#
Sw-B(config)#interface port-channel 3
Sw-B(config-if)#switchport mode trunk
Sw-B(config-if)#switchport nonegotiate
Sw-B(config-if)#exit
Sw-C
Sw-C(config)#interface g0/1
Sw-C(config-if)#switchport mode trunk
Sw-C(config-if)#switchport nonegotiate
Sw-C(config-if)#switchport trunk native vlan 99
Sw-C(config-if)#switchport trunk allowed vlan 4
Sw-C(config-if)#exit
L3-SW1
L3-SW1(config)#ip routing
L3-SW1(config)#interface g1/1/1
L3-SW1(config-if)#no switchport
L3-SW1(config-if)#ip address 192.168.0.2 255.25
Edge-Router
Edge-Router(config)#interface g0/0/1
Edge-Router(config-if)#no shutdown
Edge-Router(config)#interface g0/0/1.40
Edge-Router(config-subif)#description "Gateway
Edge-Router(config-subif)#encapsulation dot1q 4
Edge-Router(config-subif)#ip address 192.168.40
Edge-Router(config-subif)#exit
Edge-Router(config)#interface g0/0/1.50
Edge-Router(config-subif)#description "Gateway
Edge-Router(config-subif)#encapsulation dot1q 5
Edge-Router(config-subif)#ip address 192.168.50
Edge-Router(config-subif)#exit
Edge-Router(config)#interface g0/0/1.60
Edge-Router(config-subif)#description "Gateway
Edge-Router(config-subif)#encapsulation dot1q 6
Edge-Router(config-subif)#ip address 192.168.60
Edge-Router(config-subif)#exit
Edge-Router(config)#interface g0/0/1.99
Edge-Router(config-subif)#description "Gateway
Edge-Router(config-subif)#encapsulation dot1q 9
Edge-Router(config-subif)#ip address 192.168.99
Edge-Router(config-subif)#exit
ID 211
Intructions – Answers
Router Edge-Router
en
conf t
ip route 192.168.10.0 255.255.255.0 GigabitEther
ip route 192.168.20.0 255.255.255.0 GigabitEther
ip route 192.168.30.0 255.255.255.0 GigabitEther
ip route 192.168.99.0 255.255.255.240 GigabitEth
no ip domain lookup
interface g0/0/1
no shutdown
interface g0/0/1.40
description "Gateway for VLAN40"
encapsulation dot1q 40
ip address 192.168.40.1 255.255.255.0
exit
interface g0/0/1.50
description "Gateway for VLAN50"
encapsulation dot1q 50
ip address 192.168.50.1 255.255.255.0
exit
interface g0/0/1.60
description "Gateway for VLAN60"
encapsulation dot1q 60
ip address 192.168.60.1 255.255.255.0
exit
interface g0/0/1.99
description "Gateway for VLAN99"
https://itexamansw ers.net/ccna-2-srw e-practice-pt-skills-assessment-ptsa-part-1-answ ers.html 19/42
11/11/2024 01:11 CCNA 2: SRWE Practice PT Skills Assessment (PTSA) - Part 1 Answ ers
Switch Sw-C
en
config t
interface vlan 99
ip address 192.168.99.18 255.255.255.240
no shutdown
exit
ip default-gateway 192.168.99.17
ip domain-name acad.pt
crypto key generate rsa
1024
vlan 40
name BDG4
exit
interface vlan 40
ip address 192.168.40.1 255.255.255.0
description BDG4
exit
vlan 50
name BDG5
exit
interface vlan 50
ip address 192.168.50.1 255.255.255.0
description BDG5
exit
vlan 60
name BDG6
exit
interface vlan 60
ip address 192.168.60.1 255.255.255.0
description BDG6
exit
vlan 99
name Management
exit
interface vlan 99
ip address 192.168.99.18 255.255.255.240
description Management
exit
Switch L3-SW1
en
config t
vlan 10
name FL1
https://itexamansw ers.net/ccna-2-srw e-practice-pt-skills-assessment-ptsa-part-1-answ ers.html 21/42
11/11/2024 01:11 CCNA 2: SRWE Practice PT Skills Assessment (PTSA) - Part 1 Answ ers
interface vlan 10
description FL1
ip address 192.168.10.1 255.255.255.0
exit
vlan 20
name FL2
interface vlan 20
description FL2
ip address 192.168.20.1 255.255.255.0
exit
vlan 30
name FL3
interface vlan 30
description FL3
ip address 192.168.30.1 255.255.255.0
exit
vlan 99
name Management
interface vlan 99
description Management
ip address 192.168.99.2 255.255.255.240
exit
ip routing
interface g1/1/1
no switchport
ip address 192.168.0.2 255.255.255.0
exit
end
copy running-config startup-config
Switch Sw-A
enable
config terminal
vlan 10
name FL1
interface vlan 10
description FL1
exit
vlan 20
name FL2
interface vlan 20
description FL2
exit
vlan 30
name FL3
interface vlan 30
description FL3
exit
Switch Sw-B
en
config t
vlan 10
name FL1
interface vlan 10
description FL1
exit
vlan 20
name FL2
interface vlan 20
description FL2
exit
vlan 30
name FL3
interface vlan 30
description FL3
exit
Subscribe
Reply
Reply
Need ID 002 :)
Reply
Reply
Reply to El Santi
Would love to see it! first try got 78 % so would
definitely be help if its the same one
Reply
Reply to El Santi
can you please upload it here in wetransfer ?
thank you !
Reply
Reply
Reply to FabCisco
Where can I get answers to CCNA2 ITN
Practice PT Skills Assessment (PTSA)
Reply
The pkt file (that you download for practice) in the Layer
3 Switch configuration, has this configuration:
Reply
Reply
Reply to Matthew
Reply
Reply to Matthew
I always write my commands down in my
techbook for every configuration I have done in
these labs and packet tracers. I also keep my
scripts in notepad.
Reply
Network:[[LAN1-
SW1Var]]:Ports:FastEthernet0/7:Access
VLANIncorrect Network:[[LAN1-
SW1Var]]:Ports:FastEthernet0/8:Access
VLANIncorrect Network:[[LAN1-
SW1Var]]:Ports:FastEthernet0/9:Access
VLANIncorrect Network:[[LAN1-
SW1Var]]:Ports:FastEthernet0/10:Access VLAN
Reply
date: 25 11 2022
thank you guys for the post
Reply
Yes
Reply
Reply
Reply to fbss
Copy and save your scripts. You can’t
remember all of this, also make a techbook.
Reply
002 ID is missing
Reply
Great.100%!
Reply
Reply
Reply
Reply to Drax
https://itexamansw ers.net/ccna-2-srw e-practice-pt-skills-assessment-ptsa-part-1-answ ers.html 33/42
11/11/2024 01:11 CCNA 2: SRWE Practice PT Skills Assessment (PTSA) - Part 1 Answ ers
Reply
Reply
Reply to wraith
help pls i cant find answers for this
Reply
Reply to wraith
Reply
Reply
Reply to CÉSAR
100%
Reply
Reply
Reply
Reply to trioocta
its working 100%
Reply
Reply
Reply
Reply
Reply to CÉSAR
Author
Updated 172.31.0.0
Reply
Reply
Reply to Delicate
It is supposed to be configured on SW1 instead
of SW3 as here!!!
Reply
Reply to Delicate
no answer yet
Reply
Reply to Delicate
Same(((
Reply
Reply to Delicate
Same here. I’m stuck at 99%.
Reply
Reply to TimeBandit
You need to add default static routing on Multi-
1.
ip route 0.0.0.0 0.0.0.0 g1/1/1
Reply
Reply to KappaD06
You gotta set the encapsulation. Try this:
Reply
interface vlan 40
ip address 192.168.40.1 255.255.255.0
description B3
exit
vlan 50
name B4
exit
interface vlan 50
ip address 192.168.50.1 255.255.255.0
description B4
exit
vlan 60
name B5
exit
interface vlan 60
ip address 192.168.60.1 255.255.255.0
Reply
Reply