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

4.5.1 Packet Tracer – Inter-VLAN Routing Challenge Answers

Posted on November 15, 2020 By Admin

Last Updated on November 15, 2020 by Admin

4.5.1 Packet Tracer – Inter-VLAN Routing Challenge Answers

Packet Tracer – Inter-VLAN Routing Challenge (Answers Version)

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

Addressing Table

Device

Interface

IP Address

Subnet Mask

Default Gateway

R1

G0/0

172.17.25.2

255.255.255.252

N/A

R1

G0/1.10

172.17.10.1

255.255.255.0

N/A

R1

G0/1.20

172.17.20.1

255.255.255.0

N/A

R1

G0/1.30

172.17.30.1

255.255.255.0

N/A

R1

G0/1.88

172.17.88.1

255.255.255.0

N/A

R1

G0/1.99

172.17.99.1

255.255.255.0

N/A

S1

VLAN 99

172.17.99.10

255.255.255.0

172.17.99.1

PC1

NIC

172.17.10.21

255.255.255.0

172.17.10.1

PC2

NIC

172.17.20.22

255.255.255.0

172.17.20.1

PC3

NIC

172.17.30.23

255.255.255.0

172.17.30.1

Server

NIC

172.17.50.254

255.255.255.0

172.17.50.1

VLAN and Port Assignments Table

VLAN

Name

Interface

10

Faculty/Staff

F0/11-17

20

Students

F0/18-24

30

Guest(Default)

F0/6-10

88

Native

G0/1

99

Management

VLAN 99

Scenario

In this activity, you will demonstrate and reinforce your ability to implement inter-VLAN routing, including configuring IP addresses, VLANs, trunking, and subinterfaces.

Instructions

Configure the devices to meet the following requirements.

  • Assign IP addressing to R1 and S1 based on the Addressing Table.
  • Configure the default gateway on S1.
  • Create, name, and assign VLANs on S1 based on the VLAN and Port Assignments Table. Ports should be in access mode. Your VLAN names should match the names in the table exactly.
  • Configure G0/1 of S1 as a static trunk and assign the native VLAN.
  • All ports that are not assigned to a VLAN should be disabled.
  • Configure inter-VLAN routing on R1 based on the Addressing Table.
  • Verify connectivity. R1, S1, and all PCs should be able to ping each other and the server.

End of document

Answer Scripts

Switch S1

en

config t

interface vlan 99

 ip address 172.17.99.10 255.255.255.0

 no shutdown

ip default-gateway 172.17.99.1

!Note: VLAN naming only requires the first letter be correct

vlan 10

 name Faculty/Staff

vlan 20

 name Students

vlan 30

  name Guest(Default)

vlan 88

 name Native

vlan 99

name Management

interface range f0/11 – 17

 switchport mode access

 switchport access vlan 10

interface range f0/18 – 24

 switchport mode access

 switchport access vlan 20

interface range f0/6 – 10

 switchport mode access

 switchport access vlan 30

interface g0/1

 switchport mode trunk

 switchport trunk native vlan 88

interface range f0/1-5,g0/2

 shutdown

end

Router R1

ena

conf t

interface GigabitEthernet0/1

 no shutdown

interface GigabitEthernet0/1.10

 encapsulation dot1Q 10

 ip address 172.17.10.1 255.255.255.0

interface GigabitEthernet0/1.20

 encapsulation dot1Q 20

 ip address 172.17.20.1 255.255.255.0

interface GigabitEthernet0/1.30

 encapsulation dot1Q 30

 ip address 172.17.30.1 255.255.255.0

interface GigabitEthernet0/1.88

 encapsulation dot1Q 88 native

 ip address 172.17.88.1 255.255.255.0

interface GigabitEthernet0/1.99

 encapsulation dot1Q 99

 ip address 172.17.99.1 255.255.255.0

end

 

CCNA2 v7 – SRWE – Packet Tracer Answers

Post navigation

Previous Post: 4.4.8 Packet Tracer – Troubleshoot Inter-VLAN Routing Answers
Next Post: 5.1.9 Packet Tracer – Investigate STP Loop Prevention Answers
  • 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.