SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
VLAN Table
VLAN Router Subinterface VLAN Name
2 G0/0/1.2 Bikes
3 G0/0/1.3 Trikes
4 G0/0/1.4 Management
5 N/A Parking
6 G0/0/1.6 Native
Addressing Table
Device / Interface IP Address/Prefix/Link Local Address Default Gateway
fe80::1 N/A
fe80::1 N/A
fe80::1 N/A
fe80::1 N/A
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 1/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
PC-A NIC DHCP for IPv4 address DHCP for IPv4 default gateway
PC-B NIC DHCP for IPv4 address DHCP for IPv4 default gateway
Assessment Objectives
Part 1: Build the Network
Part 2: Configure Initial Device Settings
Part 3: Configure Network Infrastructure Settings (VLANs, Trunking, EtherChannel)
Part 4: Configure Host Support
Introduction
In this Packet Tracer Skills Assessment (PTSA) you will configure the devices in a small
network. You must configure a router, two switches, and two PCs to support both IPv4 and IPv6
connectivity. Your router and switches must also be managed securely. You will configure inter-
VLAN routing, DHCP, Etherchannel, and port-security.
All of your tasks will be performed in PT Physical Mode. You will not be able to access the logical
topology for this assessment. Network devices must be configured from a direct console
connection.
Instructions
Part 1: Build the Network
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 2/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
To show Console port on Switch, Right click Switch –> Inspect Rear –> Console port
R1(config)#line console 0
R1(config-line)#password ciscoconpass
R1(config-line)#login
R1(config-line)#exit
R1(config)#service password-encryption
c. Configure SSH.
1) Create an administrative user in the local user database.
Username: admin
Encrypted Password: admin1pass
2) Configure the domain name as ccna-ptsa.com
3) Create an RSA crypto key with a modulus of 1024 bits.
4) Ensure that more secure version of SSH will be used.
5) Configure the vty lines to authenticate logins against the local user database.
6) Configure the vty lines to only accept connections over SSH.
R1(config)#line vty 0 15
R1(config-line)#login local
R1(config-line)#transport input ssh
R1(config-line)#exit
R1(config)#interface Loopback 0
R1(config-if)#description Loopback
R1(config-if)#ip address 209.165.201.1 255.255.255.224
R1(config-if)#ipv6 address 2001:db8:acad:209::1/64
R1(config-if)#ipv6 address fe80::1 link-local
R1(config-if)#exit
R1(config)#ipv6 unicast-routing
R1(config)#interface g0/0/1.2
R1(config-subif)#encapsulation dot1Q 2
R1(config-subif)#description Bikes
R1(config-subif)#ip address 10.19.8.1 255.255.255.192
R1(config-subif)#ipv6 address 2001:db8:acad:a::1/64
R1(config-subif)#ipv6 address fe80::1 link-local
R1(config-subif)#interface g0/0/1.3
R1(config-subif)#encapsulation dot1Q 3
R1(config-subif)#description Trikes
R1(config-subif)#ip address 10.19.8.65 255.255.255.224
R1(config-subif)#ipv6 address 2001:db8:acad:b::1/64
R1(config-subif)#ipv6 address fe80::1 link-local
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 5/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
R1(config-subif)#interface g0/0/1.4
R1(config-subif)#encapsulation dot1Q 4
R1(config-subif)#description Management
R1(config-subif)#ip address 10.19.8.97 255.255.255.248
R1(config-subif)#ipv6 address 2001:db8:acad:c::1/64
R1(config-subif)#ipv6 address fe80::1 link-local
R1(config-subif)#interface g0/0/1.6
R1(config-subif)#encapsulation dot1Q 6 native
R1(config-subif)#description Native
R1(config)#interface g0/0/1
R1(config-if)#no shutdown
S1(config)#line console 0
S1(config-line)#password ciscoconpass
S1(config-line)#login
S1(config-line)#exit
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 6/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
S1(config)#service password-encryption
S2(config)#line console 0
S2(config-line)#password ciscoconpass
S2(config-line)#login
S2(config-line)#exit
S2(config)#service password-encryption
S1(config)#line vty 0 15
S1(config-line)#login local
S1(config-line)#transport input ssh
S1(config-line)#exit
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 7/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
S2(config)#line vty 0 15
S2(config-line)#login local
S2(config-line)#transport input ssh
S2(config-line)#exit
S1(config)#interface vlan 4
S1(config-if)#ip address 10.19.8.98 255.255.255.248
S1(config-if)#description Management Interface
S1(config-if)#no shutdown
S1(config-if)#exit
S2(config)#interface vlan 4
S2(config-if)#ip address 10.19.8.99 255.255.255.248
S2(config-if)#description Management Interface
S2(config-if)#no shutdown
S2(config-if)#exit
S1(config)#vlan 2
S1(config-vlan)#name Bikes
S1(config-vlan)#vlan 3
S1(config-vlan)#name Trikes
S1(config-vlan)#vlan 4
S1(config-vlan)#name Management
S1(config-vlan)#vlan 5
S1(config-vlan)#name Parking
S1(config-vlan)#vlan 6
S1(config-vlan)#name Native
S1(config)#interface f0/5
S1(config-if)#switchport mode trunk
S1(config-if)#switchport trunk native vlan 6
S1(config-if)#switchport trunk allowed vlan 2,3,4,5,6
S1(config-if)#exit
S2(config)#vlan 2
S2(config-vlan)#name Bikes
S2(config-vlan)#vlan 3
S2(config-vlan)#name Trikes
S2(config-vlan)#vlan 4
S2(config-vlan)#name Management
S2(config-vlan)#vlan 5
S2(config-vlan)#name Parking
S2(config-vlan)#vlan 6
S2(config-vlan)#name Native
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 9/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
S1(config)#interface f0/6
S1(config-if)#description host
S1(config-if)#switchport mode access
S1(config-if)#switchport access vlan 2
S1(config-if)#switchport port-security
S1(config-if)#switchport port-security maximum 3
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 10/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
S2(config)#interface f0/18
S2(config-if)#switchport mode access
S2(config-if)#switchport port-security
S2(config-if)#switchport access vlan 3
S2(config-if)#switchport port-security maximum 3
a. Configure an IPv4 default route that uses the Lo0 interface as the exit interface.
b. Configure an IPv6 default route that uses the Lo0 interface as the exit interface.
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 11/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
a. On R1, create a DHCP pool called CCNA-B that consists of the last 10 host addresses in
the VLAN 3 subnet only.
b. Configure the correct default gateway address in the pool.
c. Configure the domain name of ccna-b.net.
PC-A PC-B
enable
configure terminal
no ip domain lookup
hostname R1
banner motd #Unauthorized Acess is Prohibited#
line console 0
password ciscoconpass
login
exit
ip ssh version 2
line vty 0 15
login local
transport input ssh
exit
interface Loopback 0
description Loopback
ip address 209.165.201.1 255.255.255.224
ipv6 address 2001:db8:acad:209::1/64
ipv6 address fe80::1 link-local
exit
ipv6 unicast-routing
interface g0/0/1.2
encapsulation dot1Q 2
description Bikes
ip address 10.19.8.1 255.255.255.192
ipv6 address 2001:db8:acad:a::1/64
ipv6 address fe80::1 link-local
interface g0/0/1.3
encapsulation dot1Q 3
description Trikes
ip address 10.19.8.65 255.255.255.224
ipv6 address 2001:db8:acad:b::1/64
ipv6 address fe80::1 link-local
interface g0/0/1.4
encapsulation dot1Q 4
description Management
ip address 10.19.8.97 255.255.255.248
ipv6 address 2001:db8:acad:c::1/64
ipv6 address fe80::1 link-local
interface g0/0/1.6
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 13/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
interface g0/0/1
no shutdown
exit
Switch S1
enable
configure terminal
no ip domain lookup
hostname S1
banner motd #Unauthorized Access is Prohibitted!#
line console 0
password ciscoconpass
login
exit
enable secret ciscoenpass
service password-encryption
username admin secret admin1pass
ip domain name ccna-ptsa.com
crypto key generate rsa
1024
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 14/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
ip ssh version 2
line vty 0 15
login local
transport input ssh
exit
interface vlan 4
ip address 10.19.8.98 255.255.255.248
description Management Interface
no shutdown
exit
ip default-gateway 10.19.8.97
vlan 2
name Bikes
vlan 3
name Trikes
vlan 4
name Management
vlan 5
name Parking
vlan 6
name Native
interface f0/5
switchport mode trunk
switchport trunk native vlan 6
switchport trunk allowed vlan 2,3,4,5,6
exit
interface range f0/1-2
channel-group 1 mode active
interface port-channel 1
exit
interface f0/6
https://itexamanswers.net/srwe-version-7-00-final-pt-skills-assessment-exam-ptsa-answers.html 15/17
1/8/24, 11:03 AM SRWE (Version 7.00) Final PT Skills Assessment Exam (PTSA) Answers
description host
switchport mode access
switchport access vlan 2
switchport port-security
switchport port-security maximum 3
Switch S2:
enable
configure terminal
no ip domain lookup
hostname S2
banner motd #Unauthorized Access is Prohibitted!#
line console 0
password ciscoconpass
login
exit
ip default-gateway 10.19.8.97
vlan 2
name Bikes
vlan 3
name Trikes
vlan 4
name Management
vlan 5
name Parking
vlan 6
name Native