CCNA5.NET

Cisco CCNA Routing and Switching v6.0 Exam Answers 2019

CCNA 1 Chapter 6 PT Practice Skills Type 1

Friday, May 3, 2019

Addressing Table

DeviceInterfaceAddressSubnet MaskDefault Gateway
HousingG0/0172.16.5.1255.255.255.0N/A
G0/1192.168.5.1255.255.255.0N/A
Bldg1VLAN 1172.16.5.2255.255.255.0 172.16.5.1
Bldg2VLAN 1192.168.5.252255.255.255.0 192.168.5.1
RA1-1NIC172.16.5.10255.255.255.0 172.16.5.1
RA1-2NIC172.16.5.11255.255.255.0 172.16.5.1
RA2-1NIC192.168.5.10255.255.255.0 192.168.5.1
RA2-2NIC192.168.5.11255.255.255.0 192.168.5.1

Objectives

• Perform basic device configuration tasks on a router and a switch
• Configure IP addressing settings on network devices
• Venfy Layer 3 connectivity and troubleshoot connectivity issues

Scenario

You are working on a network that has already been partially configured In this assessment you will complete a set of requirements by configunng some additional settings on the Bldg1 switch and the router. Use the knowledge that you have gained in the curnculum and labs to fulfill the requirements below
Note: If you need a value that is not given to you, you can use any value you want However, you must use the correct values for the default gateways in order that the hosts can communicate.

Requirements

• Determine the values that are missing from the Addressing Table
• Configure all devices with the missing default gateway values
• Name the Bldg1 switch Bldg1 Your configuration must match this value exactly
• Secure access to all configuration lines of the Bldg1 switch
• Secure access to the device configurations of the Bldg1 switch using the encrypted password
• Ensure that all plain text passwords on the Bldg1 switch are encrypted
• Configure an appropriate banner on the Bldg1 switch
• Configure addressing for all devices according to the Addressing Table Most values are provided in the table, others you must determine
• Document interfaces with descnptions on the College router interfaces and the Bldg1 switch virtual interface
• Save your configurations
• Venfy connectivity between all devices All devices should be able to ping all of the other devices
• Troubleshoot any connectivity problems
All devices should be able to ping one another when you have successfully completed the activity.

Housing Router Configuration

Router>enable
Router#configure terminal

Router(config)#hostname Housing

Housing(config)#enable secret cisco

Housing(config)#line console 0
Housing(config-line)#password cisco
Housing(config-line)#login
Housing(config-line)#exit

Housing(config)#line vty 0 4
Housing(config-line)#password cisco
Housing(config-line)#login
Housing(config-line)#exit

Housing(config)#line aux 0
Housing(config-line)#password cisco
Housing(config-line)#login
Housing(config-line)#exit

Housing(config)#service password-encryption

Housing(config)#banner motd $Authorized Personnel Only$

Housing(config)#interface g0/0
Housing(config-if)#ip address 172.16.5.1 255.255.255.0
Housing(config-if)#no shutdown
Housing(config-if)#description Bldg1 LAN
Housing(config-if)#exit

Housing(config)#interface g0/1
Housing(config-if)#ip address 192.168.5.1 255.255.255.0
Housing(config-if)#no shutdown
Housing(config-if)#description Bldg2 LAN
Housing(config-if)#end

Housing#write
Building configuration…
[OK]

Bldg1 Switch Configuration

Switch>enable
Switch#configure terminal

Switch(config)#hostname Bldg1

Bldg1(config)#enable secret class

Bldg1(config)#line console 0
Bldg1(config-line)#password cisco
Bldg1(config-line)#login
Bldg1(config-line)#exit

Bldg1(config)#line vty 0 4
Bldg1(config-line)#password cisco
Bldg1(config-line)#login
Bldg1(config-line)#exit

Bldg1(config)#service password-encryption

Bldg1(config)#banner motd $Authorized Personnel Only$

Bldg1(config)#interface vlan 1
Bldg1(config-if)#ip address 172.16.5.2 255.255.255.0
Bldg1(config-if)#no shutdown
Bldg1(config-if)#description Bldg1 – Housing LAN
Bldg1(config-if)#exit

Bldg1(config)#ip default-gateway 172.16.5.1

Bldg1(config)#end
Bldg1#write
Building configuration…
[OK]

Bldg2 Switch Configuration

Switch>enable
Switch#configure terminal

Switch(config)#hostname Bldg2

Bldg2(config)#enable secret class

Bldg2(config)#line console 0
Bldg2(config-line)#password cisco
Bldg2(config-line)#login
Bldg2(config-line)#exit

Bldg2(config)#line vty 0 4
Bldg2(config-line)#password cisco
Bldg2(config-line)#login
Bldg2(config-line)#exit

Bldg2(config)#service password-encryption

Bldg2(config)#banner motd $Authorized Personnel Only$

Bldg2(config)#interface vlan 1
Bldg2(config-if)#ip address 192.168.5.252 255.255.255.0
Bldg2(config-if)#no shutdown
Bldg2(config-if)#description Bldg2 – Housing LAN
Bldg2(config-if)#exit

Bldg2(config)#ip default-gateway 192.168.5.1
Bldg2(config)#end

Bldg2#write
Building configuration…
[OK]

RA1-1

IP Address: 172.16.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1

RA1-2

IP Address: 172.16.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 172.16.5.1

RA2-1

IP Address: 192.168.5.10
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1

RA2-2

IP Address: 192.168.5.11
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.5.1

No comments:

Post a Comment