Networking Essentials Practice Skills Assessment
A few things to keep in mind while completing this activity:
Do not use the browser Back button or close or reload any exam windows during the exam.
Do not close Packet Tracer when you are done. It will close automatically.
Click the Submit Assessment button in the browser window to submit your work.
Introduction
In this practice skills assessment, you will configure the Hospital Network. You will configure a router and enable remote management of a switch. You will also configure a wireless networking device to provide connectivity to a wireless LAN. Finally, you will configure hosts to communicate on the wired and wireless LAN.
Networking Essentials Practice Skills Assessment Topologia
All IOS device configurations should be completed from a direct terminal connection to the device console from a host device.
For a full list of tasks, see below.
You will practice and be assessed on the following skills:
- Basic configuration of a router
- Router interface configuration
- Switch Virtual Interface (SVI) configuration
- Wireless network device configuration
- Wireless host configuration
- Wired host configuration
You will do the following on specific devices:
Router Clinic-R1:
Activate interfaces.
Address interfaces.
Configure privileged EXEC mode password.
Protect configuration lines with passwords.
Name the device.
Configure MOTD banner.
Switch Clinic-S1:
Activate the VLAN 1 SVI.
Address the VLAN 1 SVI.
Configure SSH for remote access.
Wireless Network Device Clinic WLAN:
Configure Internet interface addressing.
Configure DHCP server.
Configure the wireless network name.
Configure basic wireless network security.
Host Clinic PC:
Configure IP addressing information.
Configure default gateway address.
Host Clinic Admin:
Connect to a router using the correct cable.
Configure host addressing.
Wireless Laptop Clinic Mobile:
Configure the wireless network name (SSID).
Configure the wireless authentication type.
Configure the wireless pass phrase.
Addressing Table
Use the following addresses to configure the network. Some addresses are preconfigured, and are provided for reference purposes only. The address that is not provided in the table should be determined by you as part of this assessment.
Networking Essentials Practice Skills Assessment tabla
Instructions
Step1: Configure basic settings on the Clinic-R1 router.
In order to be scored as correct, the values that you configure must match the exact values that are provided unless otherwise noted. Configure the following:
The router name: Clinic-R1
The enable secret (privileged EXEC mode) password: ef56GH
An MOTD banner. You can use any text for this.
The console line should require a password for all logins. Use a password of ab12CD
The VTY lines should require a password for remote access. Use a password of cd34EF
All passwords should automatically be encrypted.
Paso 1
Router(config)#hostname Clinic-R1
Clinic-R1(config)#enable secret ef56GH
Clinic-R1(config)#banner motd #Unauthorized access to this device is prohibited!#
Clinic-R1(config)#line console 0
Clinic-R1(config-line)#password ab12CD
Clinic-R1(config-line)#login
Clinic-R1(config-line)#line vty 0 15
Clinic-R1(config-line)#password cd34EF
Clinic-R1(config-line)#login
Clinic-R1(config-line)#service password-encryption
Step 2: Configure the LAN interfaces of the Clinic-R1 router.
Configure the interfaces as follows:
Activate both LAN interfaces of Clinic-R1.
Address both LAN interfaces using the information in the addressing table.
Paso 2
Clinic-R1(config-if)#interface gigabitEthernet 0/0 Clinic-R1(config-if)#ip address 192.168.1.1 255.255.255.0 Clinic-R1(config-if)#no shutdown Clinic-R1(config-if)#interface gigabitEthernet 0/1 Clinic-R1(config-if)#ip address 192.168.2.1 255.255.255.252 Clinic-R1(config-if)#no shutdown
Step 3: Configure remote management on the Clinic-S1 switch.
Configure the switch SVI by using the default management interface as follows:
Activate the interface.
Address the interface according to the values shown in the addressing table.
Determine the address to use as the switch default gateway from the addressing table. Configure the switch default gateway. The switch should be reachable from other networks.
Paso 3
Switch(config)#interface vlan 1 Switch(config-if)#ip address 192.168.1.100 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)#exit Switch(config)#ip default-gateway 192.168.1.1
Step 4: Configure the Clinic-S1 switch to use SSH for remote connections.
Remote connections to the switch should use SSH to connect. All configured values must match the values provided below exactly. Configure SSH by using the following:
Domain name: medical
Switch name: Clinic-S1
Crypto key modulus: 1024
Configure local login on the VTY lines
Incoming connections should use the SSH protocol.
Create a user named admin
The user should be required to use a password of xy89uv
Note: In order to access privileged EXEC mode remotely from a SSH client, a privileged EXEC mode password must be set. This is not a requirement for this assessment.
Paso 4
Switch(config)#ip domain-name medical Switch(config)#hostname Clinic-S1 Clinic-S1(config)#crypto key generate rsa How many bits in the modulus [512]: 1024 % Generating 1024 bit RSA keys, keys will be non-exportable...[OK] Clinic-S1(config)#line vty 0 15 Clinic-S1(config-line)#transport input ssh Clinic-S1(config-line)#login local Clinic-S1(config-line)#exit Clinic-S1(config)#username admin password xy89uv
Step 5: Configure the Clinic WLAN wireless network device.
Configure the wireless network device with addresses, DHCP settings, and wireless network settings. Be certain to save your settings before moving between screens in the device configuration GUI.
1. Establish a connection with the Clinic WLAN device from host Clinic Admin.
a. Connect an Ethernet cable from Clinic Admin to any LAN port on the Clinic WLAN device. Do not delete this connection.
b. Use the addressing table to provide an IP address and mask to Clinic Admin.
c. Use the browser on Clinic Admin to connect to the router IP address of the wireless device. Use admin as both the user name and password.
Paso 5.1
Networking Essentials Practice Skills Assessment paso 5-1
Note: You may need to wait until the link lights on both ends of the Ethernet cable are green before you can connect to the Clinic WLAN wireless network device from host Clinic Admin.
Networking Essentials Practice Skills Assessment paso 5-2
2. Configure the Internet interface of the device according to the values in the addressing table.
Networking Essentials Practice Skills Assessment paso 5-3
3. Configure DHCP as follows:
a. Configure the router IP address and mask with the values shown in the addressing table. Save this setting to update the pool of addresses that will be used by DHCP.
b. Set the first address to be used to 192.168.0.10.
c. DHCP should provide 10 IP addresses for hosts on the LAN.
Networking Essentials Practice Skills Assessment paso 5-4
4. Configure wireless settings as follows:
a. Use the network name of CLnet.
b. Be sure that the SSID can be seen by hosts that are attempting to connect to the wireless LAN.
Networking Essentials Practice Skills Assessment paso 5-5
c. Secure the wireless LAN with WPA2 Personal.
d. Use AES for encryption.
e. The passphrase should be abcd1234.
Networking Essentials Practice Skills Assessment paso 5-6
Step 6: Configure the Clinic PC and Clinic Mobile hosts.
Configure the wired and wireless hosts as follows.
1. Configure the Clinic PC host with the addressing values shown in the addressing table.
Networking Essentials Practice Skills Assessment paso 6-1
2. Configure the Clinic Mobile host to connect to the wireless network using the values that you configured in Step 5.
Networking Essentials Practice Skills Assessment paso 6-2
Networking Essentials Practice Skills Assessment paso 6-3
3. The Clinic Mobile host will receive its network addressing information over DHCP.
Verify connectivity. If you have configured everything correctly the Clinic PC and Clinic Mobile hosts should be able to connect to the Health Net. In addition, the Clinic-S1 switch should be reachable by the Clinic PC and Clinic Mobile hosts and the Health Net server.