0% found this document useful (0 votes)
9 views6 pages

Practice Codding

The document describes configuring basic settings on a router and switch using Cisco IOS including configuring IPv4 and IPv6 addresses, setting passwords, adding descriptions to interfaces, and verifying connectivity between devices. The goal is to establish connectivity between all devices on two LANs connected by a router.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views6 pages

Practice Codding

The document describes configuring basic settings on a router and switch using Cisco IOS including configuring IPv4 and IPv6 addresses, setting passwords, adding descriptions to interfaces, and verifying connectivity between devices. The goal is to establish connectivity between all devices on two LANs connected by a router.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Packet Tracer - Basic Device Configuration

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

Encrypt all plaintext passwords.


- en
- conf t
- service password-encryption
Configure an appropriate banner.
- banner motd #Authorized person only!#
Configure IPv4 and IPv6 addressing for the Floor14 according to the Addressing Table.
- en
- conf t

- 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

Save your configurations.


- Copy run start
- Wr
- Copy running-config startup-config

Room - 146 SWITCH

Name the router Room - 146


- enable
- config terminal
- hostname Room - 146
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

Configure an appropriate banner.


- banner motd #Authorized person only!#

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

Document interfaces with descriptions


- description Vlan 1
- No shutdown

Save your configurations.


- Copy run start
- Wr
- Copy running-config startup-config

Verify connectivity between all devices. All devices should be able to ping all other devices with IPv4 and
IPv6.
Troubleshoot and document any issues.

You might also like