[CCNAv6 S1] 7.4.1.2 Packet Tracer - Skills Integration Challenge



Packet Tracer - Skills Integration Challenge
Addressing Table


Scenario

Your company has won a contract to set up a small network for a restaurant owner. There are two restaurants near each other, and they all share one connection. The equipment and cabling is installed and the network administrator has designed the implementation plan. Your job is to implement the rest of the addressing scheme according to the abbreviated Addressing Table and verify connectivity.

Requirements

·         Complete the Addressing Table documentation.
·         Configure R1 with IPv4 and IPv6 addressing.
·         Configure S1 with IPv4 addressing. S2 is already configured.
·         Configure ManagerA with IPv4 and IPv6 addressing. The rest of the clients are already configured.
·         Verify connectivity. All clients should be able to ping each other and access the websites on Accounting.pka and Website.pka.
Suggested Scoring Rubric

Packet Tracer scores 80 points. Completing the Addressing Table is worth 20 points.



Configuration R1:

enable
configure terminal
ipv6 unicast-routing
!
interface GigabitEthernet0/0
 ip address 172.16.10.1 255.255.255.192
 no shutdown
 ipv6 address FE80::1 link-local
 ipv6 address 2001:DB8:CAFE:1::1/64
!
interface GigabitEthernet0/1
 ip address 172.16.10.65 255.255.255.192
 no shutdown
 ipv6 address FE80::1 link-local
 ipv6 address 2001:DB8:CAFE:2::1/64
!

Configuration S1:


enable
configure terminal
interface Vlan1
 ip address 172.16.10.62 255.255.255.192
 no shutdown
!
ip default-gateway 172.16.10.1

Configuration ManagerA:



Link Download: Here

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