[CCNAv6 S2] 6.4.1.2 Packet Tracer - Skills Integration Challenge



Packet Tracer – Skills Integration Challenge
Addressing Table


VLAN Table


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.



Configuration R1:

enable
configure terminal
interface g0/0
 no shutdown
interface g0/0.10
 encapsulation dot1q 10
 ip address 172.31.10.1 255.255.255.0
interface g0/0.20
 encapsulation dot1q 20
 ip address 172.31.20.1 255.255.255.0
interface g0/0.30
 encapsulation dot1q 30
 ip address 172.31.30.1 255.255.255.0
interface g0/0.88
 encapsulation dot1q 88
 ip address 172.31.88.1 255.255.255.0
interface g0/0.99
 encapsulation dot1q 99 native
 ip address 172.31.99.1 255.255.255.0
 exit
ip route 0.0.0.0 0.0.0.0 s0/0/0
end
write memory
!

Configuration S1: 

enable
configure terminal
interface g0/1
 switchport mode trunk
 switchport trunk native vlan 99
 end
write memory
!

Configuration HQ:

enable
configure terminal
ip route 172.31.10.0 255.255.255.0 s0/0/0
ip route 172.31.20.0 255.255.255.0 s0/0/0
ip route 172.31.30.0 255.255.255.0 s0/0/0
ip route 172.31.88.0 255.255.255.0 s0/0/0
ip route 209.165.200.0 255.255.255.224 s0/1/0
ip route 209.165.200.0 255.255.255.224 s0/1/1 10
 end
write memory
!

END !~!


Nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S4] 8.2.4.14 Packet Tracer - Troubleshooting Enterprise Networks 3

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 7.3.2.4 Packet Tracer - Troubleshooting Standard IPv4 ACLs