Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

6.4.1.2 Packet Tracer – Skills Integration Challenge

Posted on March 15, 2018March 23, 2018 By Admin

Last Updated on March 23, 2018 by Admin

6.4.1.2 Packet Tracer – Skills Integration Challenge

  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 6 Exam Chapter 6 Exam Chapter 6 Exam Online Test
Next Chapter
Chapter 7 Exam Chapter 7 Exam Chapter 7 Exam Online Test
Lab Activities
 6.1.1.5 Packet Tracer – Who Hears the Broadcast
 6.1.2.7 Packet Tracer – Investigating a VLAN Implementation
 6.2.1.7 Packet Tracer – Configuring VLANs
 6.2.2.4 Packet Tracer – Configuring Trunks
 6.2.3.7 Packet Tracer – Troubleshooting a VLAN Implementation – Scenario 1
 6.2.3.8 Packet Tracer – Troubleshooting a VLAN Implementation – Scenario 2
 6.3.3.6 Packet Tracer – Configuring Router-on-a-Stick Inter-VLAN Routing
 6.3.3.8 Packet Tracer – Inter-VLAN Routing Challenge
 6.4.1.2 Packet Tracer – Skills Integration Challenge

Packet Tracer – Skills Integration Challenge (Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.

Topology

6.4.1.2 Packet Tracer – Skills Integration Challenge
6.4.1.2 Packet Tracer – Skills Integration Challenge

Addressing Table

Device Interface IP Address Subnet Mask Default Gateway VLAN
R1 S0/0/0 172.31.1.2 255.255.255.0 N/A N/A
G0/0.10 172.31.10.1 255.255.255.0 N/A 10
G0/0.20 172.31.20.1 255.255.255.0 N/A 20
G0/0.30 172.31.30.1 255.255.255.0 N/A 30
G0/0.88 172.31.88.1 255.255.255.0 N/A 88
G0/0.99 172.31.99.1 255.255.255.0 N/A 99
S1 VLAN 88 172.31.88.33 255.255.255.0 172.31.88.1 88
PC-A NIC 172.31.10.21 255.255.255.0 172.31.10.1 10
PC-B NIC 172.31.20.22 255.255.255.0 172.31.20.1 20
PC-C NIC 172.31.30.23 255.255.255.0 172.31.30.1 30
PC-D NIC 172.31.88.24 255.255.255.0 172.31.88.1 88

VLAN Table

VLAN Name Interfaces
10 Sales F0/11-15
20 Production F0/16-20
30 Marketing F0/5-10
88 Management F0/21-24
99 Native G0/1

Scenario

In this activity, you will demonstrate and reinforce your ability to configure routers for inter-VLAN communication and configure static routes to reach destinations outside of your network. Among the skills you will demonstrate are configuring inter-VLAN routing, static and default routes.

Requirements

  • Configure inter-VLAN routing on R1 based on the Addressing Table.
  • Configure trunking on S1.
  • Configure four directly attached static route on HQ to each VLANs 10, 20, 30 and 88.
  • Configure directly attached static routes on HQ to reach Outside Host.
    • Configure the primary path through the Serial 0/1/0 interface.
    • Configure the backup route through the Serial 0/1/1 interface with a 10 AD.
  • Configure a directly attached default route on R1.
  • Verify connectivity by making sure all the PCs can ping Outside Host.

Answer Scripts

!R1!!!!!!!!!!!!!!!!!!!
en
config t
interface GigabitEthernet0/0
no shutdown
!
interface GigabitEthernet0/0.10
description Sales VLAN
encapsulation dot1Q 10
ip address 172.31.10.1 255.255.255.0
!
interface GigabitEthernet0/0.20
description Production VLAN
encapsulation dot1Q 20
ip address 172.31.20.1 255.255.255.0
!
interface GigabitEthernet0/0.30
description Marketing VLAN
encapsulation dot1Q 30
ip address 172.31.30.1 255.255.255.0
!
interface GigabitEthernet0/0.88
description Management VLAN
encapsulation dot1Q 88
ip address 172.31.88.1 255.255.255.0
!
interface GigabitEthernet0/0.99
description Native VLAN
encapsulation dot1Q 99 native
ip address 172.31.99.1 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 Serial0/0/0
!
end
!S1!!!!!!!!!!!!!!!!!!!!!!!!!!
 en
 config t
 int g0/1
 switchport mode trunk
 switchport trunk native vlan 99
 end
 wr
!HQ!!!!!!!!!!!!!!!!!!!!!!!!!
 en
 conf t
 ip route 172.31.10.0 255.255.255.0 Serial0/0/0
 ip route 172.31.20.0 255.255.255.0 Serial0/0/0
 ip route 172.31.30.0 255.255.255.0 Serial0/0/0
 ip route 172.31.88.0 255.255.255.0 Serial0/0/0
 ip route 209.165.200.0 255.255.255.224 Serial0/1/0
 ip route 209.165.200.0 255.255.255.224 Serial0/1/1 10
 end
 wr
  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 6 Exam Chapter 6 Exam Chapter 6 Exam Online Test
Next Chapter
Chapter 7 Exam Chapter 7 Exam Chapter 7 Exam Online Test
Lab Activities
 6.1.1.5 Packet Tracer – Who Hears the Broadcast
 6.1.2.7 Packet Tracer – Investigating a VLAN Implementation
 6.2.1.7 Packet Tracer – Configuring VLANs
 6.2.2.4 Packet Tracer – Configuring Trunks
 6.2.3.7 Packet Tracer – Troubleshooting a VLAN Implementation – Scenario 1
 6.2.3.8 Packet Tracer – Troubleshooting a VLAN Implementation – Scenario 2
 6.3.3.6 Packet Tracer – Configuring Router-on-a-Stick Inter-VLAN Routing
 6.3.3.8 Packet Tracer – Inter-VLAN Routing Challenge
 6.4.1.2 Packet Tracer – Skills Integration Challenge
Uncategorized

Post navigation

Previous Post: 6.3.3.8 Packet Tracer – Inter-VLAN Routing Challenge
Next Post: 7.1.1.4 Packet Tracer – ACL Demonstration
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.