9.4.1.2 Packet Tracer – Skills Integration Challenge Instructions Answers

2

Packet Tracer – Skills Integration Challenge

Addressing Table

2

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.

Instructions

Router>enable
Router#configure terminal
Router(config)#hostname Branch-A
Branch-A(config)#banner motd #This is Branch-A#
Branch-A(config)#line console 0
Branch-A(config-line)#password cisco
Branch-A(config-line)#login
Branch-A(config-line)#line vty 0 4
Branch-A(config-line)#password cisco
Branch-A(config-line)#login
Branch-A(config-line)#exit
Branch-A(config)#enable password cisco
Branch-A(config)#enable secret class
Branch-A(config)#service password-encryption

Router>enable
Router#configure terminal
Router(config)#hostname Branch-B
Branch-B(config)#banner motd #This is Branch-B#
Branch-B(config)#line console 0
Branch-B(config-line)#password cisco
Branch-B(config-line)#login
Branch-B(config-line)#line vty 0 4
Branch-B(config-line)#password cisco
Branch-B(config-line)#login
Branch-B(config-line)#exit
Branch-B(config)#enable password cisco
Branch-B(config)#enable secret class
Branch-B(config)#service password-encryption


· 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.

Instructions

2016-11-03_200056
· 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.

Instructions

Branch-A(config)#int g0/0
Branch-A(config-if)#ip address 172.20.16.1 255.255.254.0
Branch-A(config-if)#no shutdown
Branch-A(config-if)#description #This is interface LAN A1#

Branch-A(config-if)#int g0/1
Branch-A(config-if)#ip add 172.20.18.1 255.255.255.0
Branch-A(config-if)#no sh
Branch-A(config-if)#description #This is interface LAN A2#

Branch-A(config-if)#int g0/2
Branch-A(config-if)#ip addr 172.20.31.254 255.255.255.252
Branch-A(config-if)#no sh
Branch-A(config-if)#description #This is interface WAN#

Branch-B(config)#int g0/0
Branch-B(config-if)#ipv6 address 2001:DB8:FADE:00FF::1/64
Branch-B(config-if)#ipv6 address FE80::B link-local
Branch-B(config-if)#no shutdown

Branch-B(config-if)#int g0/1
Branch-B(config-if)#ipv6 address 2001:DB8:FADE:0100::1/64
Branch-B(config-if)#ipv6 address FE80::B link-local
Branch-B(config-if)#no shutdown

Branch-B(config-if)#int g0/2
Branch-B(config-if)#ipv6 address 2001:DB8:FFFF:FFFF::2/64
Branch-B(config-if)#ipv6 address FE80::B link-local
Branch-B(config-if)#no shutdown


· Configure PCs with addressing according to your documentation. The DNS Server addresses for IPv4 and IPv6 are shown in the topology.

Instructions

· 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

2

Download Pka file and PDF file below:


Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x