Practice Codding
Practice Codding
Objectives
· Complete the network documentation.
· Perform basic device configurations on a router and a switch.
· Verify connectivity and troubleshoot any issues.
Scenario
Your network manager is impressed with your performance in your job as a LAN technician. She would like you to
demonstrate your ability to configure a router that connects two LANs. Your tasks include configuring basic
settings on a router and a switch using the Cisco IOS. You will also configure IPv6 addresses on network devices
and hosts. You will then verify the configurations by testing end-to-end connectivity. You goal is to establish
connectivity between all devices.
Note: The VLAN1 interface on Room-145 will not be reachable over IPv6.
In this activity you will configure the Floor14 router, Room-146 switch, and the PC hosts.
Note: Packet Tracer will not score some configured values, however these values are required to accomplish full
connectivity in the
network.
Requirements
● Provide the missing information in the Addressing Table.
● Name the router Floor14 and the second switch Room-146. You will not be able to access the Room-145
switch.
● Use cisco as the user EXEC password for all lines.
● Use class as the encrypted privileged EXEC password.
● Encrypt all plaintext passwords.
● Configure an appropriate banner.
● Configure IPv4 and IPv6 addressing for the Floor14 switch according to the Addressing Table.
● Configure IPv4 and IPv6 addressing for the Room-146 switch according to the Addressing Table.
● The hosts are partially configured. Complete the IPv4 addressing, and fully configure the IPv6 addresses
according to the Addressing Table.
● Document interfaces with descriptions, including the Room-146 VLAN 1 interface.
● Save your configurations.
● Verify connectivity between all devices. All devices should be able to ping all other devices with IPv4 and
IPv6.
● Troubleshoot and document any issues.
● Implement the solutions necessary to enable and verify full end-to-end connectivity.
Note: Click the Check Results button to see your progress. Click the Reset Activity button to generate a new set
of requirements.
ANSWER KEY
Floor14
Name the router Floor14
- enable
- config terminal
- hostname Floor 14
Use cisco as the user EXEC password
- enable
- conf t
- Enable password cisco
Use class as the encrypted privileged EXEC password.
- en
- conf t
- Enable secret class
- interface g0/0
- ip address 128.107.20.1 255.255.255.9
- ipv6 address 2001:DB8:A::1/64
- ipv6 address FE80::1 link-local
Document interfaces with descriptions
- description Link to Room-145
- No shutdown
- interface g0/1
- ip address 128.107.30.1 255.255.255.9
- ipv6 address 2001:DB8:B::1/64
- ipv6 address FE80::1 link-local
Document interfaces with descriptions
- description Link to Room-146
- No shutdown
IPv6 Unicast-Routing
- ipv6 unicast-routing
Configure IPv4 and IPv6 addressing for the Room - 146 switch according to the Addressing Table.
- en
- conf t
- Interface vlan 1
- ip address 128.107.30.15 255.255.255.9
Verify connectivity between all devices. All devices should be able to ping all other devices with IPv4 and
IPv6.
Troubleshoot and document any issues.