[CCNAv6 S1] 8.4.1.2 Packet Tracer - Skills Integration Challenge



Packet Tracer - Skills Integration Challenge
Addressing Table


Scenario

As a network technician familiar with IPv4 and IPv6 addressing implementations, you are now ready to take an existing network infrastructure and apply your knowledge and skills to finalize the configuration. In this activity, the network administrator has already configured some commands on the routers. Do not erase or modify those configurations. Your task is to complete the IPv4 and IPv6 addressing scheme, implement IPv4 and IPv6 addressing, and verify connectivity.

Requirements

·         Configure the initial settings on Branch-A and Branch-B, including the hostname, banner, lines, and passwords. Use cisco as the user EXEC password and class as the privileged EXEC password. Encrypt all passwords.
·         LAN A1 is using the subnet 172.20.16.0/23. Assign the next available subnet to LAN A2 for a maximum of 250 hosts.
·         LAN B1 is using the subnet 2001:DB8:FADE:00FF::/64. Assign the next available subnet to LAN B2.
·         Finish documenting the addressing scheme in the Addressing Table using the following guidelines:
-       Assign the first IP address for LAN A1, LAN A2, LAN B1, and LAN B2 to the router interface.
-       For the IPv4 networks, assign the last IPv4 address to the PCs.
-       For the IPv6 networks, assign the 16th IPv6 address to the PCs.
·         Configure the routers addressing according to your documentation. Include an appropriate description for each router interface. Branch-B uses FE80::B as the link-local address.
·         Configure PCs with addressing according to your documentation. The DNS Server addresses for IPv4 and IPv6 are shown in the topology.
·         Verify connectivity between the IPv4 PCs and between the IPv6 PCs.
·         Verify the IPv4 PCs can access the web page at central.pka.
·         Verify the IPv6 PCs can access the web page at centralv6.pka.
Suggested Scoring Rubric



Configuration Branch-A:

enable
configure terminal
hostname Branch-A
banner motd #Warning#
line console 0
 password cisco
 login
line vty 0 15
 password cisco
 login
exit
enable secret class
service password-encryption
interface g0/0
 ip add 172.20.16.1 255.255.254.0
 no shutdown
interface g0/1
 ip add 172.20.18.1 255.255.255.0
 no shutdown
interface g0/2
 ip add 172.20.31.254 255.255.255.252
 no shutdown
 exit
!


Configuration Branch-B:

enable
configure terminal
hostname Branch-B
banner motd #Warning#
line console 0
 password cisco
 login
line vty 0 15
 password cisco
 login
exit
enable secret class
service password-encryption
interface g0/0
 ipv6 address 2001:DB8:FADE:00FF::1/64
 ipv6 address FE80::B link-local
 no shutdown
interface g0/1
 ipv6 address 2001:DB8:FADE:0100::1/64
 ipv6 address FE80::B link-local
 no shutdown
interface g0/2
 ipv6 address 2001:DB8:FFFF:FFFF::2/64
 ipv6 address FE80::B link-local
 no shutdown
 exit
!
Configuration PC-A1:



Configuration PC-A2:



Configuration PC-B1:




Configuration PC-B1:





Nhận xét

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

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

[CCNAv6 S3] 7.2.3.5 Packet Tracer - Troubleshooting EIGRP for IPv4

[CCNAv6 S2] 8.3.1.2 Packet Tracer - Skills Integration Challenge