Home » » 6.5.1.2 Packet Tracer Skills Integration Challenge

6.5.1.2 Packet Tracer Skills Integration Challenge

Posted by Soni Setiawan on Monday 23 November 2015

6.5.1.2 Packet Tracer Skills Integration Challenge

Objectives

Finish 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 now demonstrate your ability to configure a router connecting two LANs. Your tasks include configuring basic settings on a router and a switch using the Cisco IOS. You will then verify your configurations, as well as configurations on existing devices by testing end-to-end connectivity.

Note: After completing this activity, you can choose to click the Reset Activity button to generate a new set of requirements. Variable aspects include device names, IP addressing schemes, and the topology.

Requirements

· Provide the missing information in the Addressing Table.

#You will find a miss configuration on Reception-B
#Change to correct ip address configuration : 10.10.11.102

Reception-B
Reception-B

Name the router Floor14 and the second switch Room-146. You will not be able to access Room-145.

#router Floor14

Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Floor14
Floor14(config)#exit
Floor14#


#switch Room-146

Switch#enable
Switch#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#hostname Room-146
Room-146(config)#exit
Room-146#


Use cisco as the user EXEC password for all lines.
Use class as the privileged EXEC password.
Encrypt all plain text passwords.
Configure an appropriate banner.
Configure addressing for all devices 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 any other device.


#router Floor14

Floor14>enable
Floor14#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Floor14(config)#line console 0
Floor14(config-line)#password cisco
Floor14(config-line)#login
Floor14(config-line)#exit
Floor14(config)#line vty 0
Floor14(config-line)#password cisco
Floor14(config-line)#login
Floor14(config-line)#exit
Floor14(config)#enable secret class
Floor14(config)#service pass
Floor14(config)#service password-encryption
Floor14(config)#banner motd &
Enter TEXT message.  End with the character '&'.
Authorized Access Only! &

Floor14(config)#

Floor14(config)#interface gigabitEthernet 0/0
Floor14(config-if)#ip add 10.10.10.1 255.255.255.0
Floor14(config-if)#no shutdown
Floor14(config-if)#exit
Floor14(config)#interface gigabitEthernet 0/1
Floor14(config-if)#ip add 10.10.11.1 255.255.255.0
Floor14(config-if)#no shutdown
Floor14(config-if)#exit
Floor14(config)#
do write

#switch Room-146

Room-146#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Room-146(config)#line console 0
Room-146(config-line)#password cisco
Room-146(config-line)#login
Room-146(config-line)#exit

Room-146(config)#line vty 0
Room-146(config-line)#password cisco
Room-146(config-line)#login

Room-146(config-line)#exit
Room-146(config)#enable secret class
Room-146(config)#service password-encryption
Room-146(config)#banner motd &
Enter TEXT message.  End with the character '&'.
Authorized Access Only! &

Room-146(config)#

Room-146(config)#ip default-gateway 10.10.11.1
Room-146(config)#interface vlan 1
Room-146(config-if)#ip address 10.10.11.100 255.255.255.0
Room-146(config-if)#no shutdown

Room-146(config)#do write

# Setup Default Gateway for  Device Manager-A and Reception-A use ip address on interface GigabitEthernet 0/0

# Setup Default Gateway for  Device Manager-B and Reception-B use ip address on interface GigabitEthernet 0/1

Troubleshoot and document any issues.
Implement the solutions necessary to enable and verify full end-to-end connectivity.

Note: Click Check Results button to see your progress. Click the Reset Activity button to generate a new set of requirements.

Terima kasih sudah membaca. Salam, Soni Setiawan

Previous
« Prev Post

2 comments: