Cisacad.net

Examenes Cisco CCNA v7.0 y IT Essentials v8 en Español
Menu
  • Inicio
  • CCNA v7.02
    • CCNA 1 v7.02
    • CCNA 2 v7.02
    • CCNA 3 v7.02
  • CCNA v6.0
    • CCNA 1 v6.0
    • CCNA 2 v6.0
    • CCNA 3 v6.0
    • CCNA 4 v6.0
  • CCNA v5.0
    • Exámenes Cisco CCNA 1 v.5.0
    • Exámenes Cisco CCNA 2 v.5.0
    • Exámenes Cisco CCNA 3 v.5.0
    • Exámenes Cisco CCNA 4 v.5.0
  • Security
    • Network Security v1.0
    • CCNA Security 2.0
  • It-essentials v7.01
  • Ciberseguridad
    • Introducción a la Ciberseguridad v2.1
    • Cybersecurity Essentials v1.1
  • Mas Cursos
    • Introduccion a IoT v2.0
    • GetConnected
    • Networking Essentials v2
    • Entrepreneurship

Networking Essentials Practice Skills Assessment

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

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

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

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

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

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

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

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

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

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-2

Networking Essentials Practice Skills Assessment paso 6-3

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.

Tweet Pin It
Prev Article

Related Articles

Networking Essentials v2 Cuestionario del Capítulo 4 Respuestas
Networking Essentials v2 Cuestionario del Capítulo 4 Respuestas 1. ¿Qué …
Networking Essentials 12 febrero, 2022 No hay comentarios

Networking Essentials v2 Cuestionario del Capítulo 4 Respuestas

Networking Essentials v2 – Examen Final de Práctica
Networking Essentials v2 – Examen Final de Práctica En este …
Networking Essentials 13 marzo, 2022 1 comentario

Networking Essentials v2 – Examen Final de Práctica

About The Author

CisacadESP

Leave a Reply Cancel Reply

Este sitio usa Akismet para reducir el spam. Aprende cómo se procesan los datos de tus comentarios.

CCNA v7.0 en Español Preguntas y Respuestas

  • CCNA 1
  • CCNA 2
  • CCNA 3
  • Módulos 1 - 3: Examen de conectividad de red básica y comunicaciones
  • Módulos 4 - 7: Examen de conceptos Ethernet
  • Módulos 8 - 10: Examen de comunicación entre redes
  • Módulos 11 - 13: Examen de direccionamiento IP
  • Módulos 14 - 15: Examen de comunicaciones de aplicaciones de red
  • Módulos 16 - 17: Examen de crear y asegurar una red pequeña
  • Evaluación de habilidades prácticas de PT (PTSA)
  • CCNA 1 v7 Examen Final de Práctica Respuestas
  • CCNA 1 v7 Examen Final de habilidades ITN (PTSA) Respuestas
  • CCNA 1 Examen Final Preguntas y Respuestas
  • Módulos 1 - 4: Examen de conceptos de Switching, VLANs y enrutamiento entre redes VLAN
  • Módulos 5 - 6: Examen de Redes Redundantes
  • Módulos 7 - 9: Examen de redes Disponibles y Confiables
  • Módulos 10 - 13: Examen de seguridad L2 y WLAN
  • Módulos 14 - 16: Examen de conceptos de enrutamiento y configuración
  • Evaluación de habilidades prácticas de PT (PTSA) SRWE - Parte 1
  • Evaluación de habilidades prácticas de PT (PTSA) SRWE - Parte 2
  • CCNA 2 Examen Practico Final - SRWE Preguntas y Respuestas
  • Examen Final de Habilidades SRWE (PTSA) Respuestas
  • CCNA 2 Examen Final de SRWE Preguntas y Respuestas
  • Módulos 1 - 2: Examen de conceptos OSPF y configuración
  • Módulos 3 - 5: Examen de seguridad de la red
  • Módulos 6 - 8: Examen de conceptos de WAN
  • Módulos 9 - 12: Examen de optimización, supervisión y solución de problemas de redes
  • Módulos 13 - 14: Examen de Tecnologías de Redes Emergentes
  • Evaluación de habilidades prácticas de PT (PTSA) ENSA Respuestas
  • CCNA 3 Examen Practico Final - ENSA Preguntas y Respuestas
  • Examen Final de Habilidades ENSA (PTSA) Respuestas
  • CCNA 3 Examen Final de ENSA Preguntas y Respuestas Opcion A
  • CCNA 3 Examen Final de ENSA Preguntas y Respuestas Opcion B
  • Examen de práctica de certificación CCNA (200-301) Respuestas

CCNA v7.0 in English

  • CCNA 1 v7.0
  • CCNA 2 v7.0
  • CCNA 3 v7.0
Examen Modulos 1 – 3 Respuestas Examen Modulos 4 – 7 Respuestas Examen Modulos 8 – 10 Respuestas Examen Modulos 11 – 13 Respuestas Examen Modulos 14 – 15 Respuestas Examen Modulos 16 – 17 Respuestas CCNA 1 v7 Practice Skill Assessment CCNA 1 v7 Practice Final Exam CCNA 1 v7 Practice Final Exam
Examen Modulos 1 – 4 Respuestas Examen Modulos 5 – 6 Respuestas Examen Modulos 7 – 9 Respuestas Examen Modulos 10 – 13 Respuestas Examen Modulos 14 – 16 Respuestas CCNA 2 v7 Practice Skill Assessment
Examen Modulos 1 – 2 Respuestas Examen Modulos 3 – 5 Respuestas Examen Modulos 6 – 8 Respuestas Examen Modulos 9 – 12 Respuestas Examen Modulos 13 – 14 Respuestas CCNA 3 v7 Practice Skill Assessment

Cisacad.net

Examenes Cisco CCNA v7.0 y IT Essentials v8 en Español
Copyright © 2023 Cisacad.net
Política de Privacidad CCNA v7.0 y v6.0 Examenes Cisco 2021 - Cisacad.net
Utilizamos cookies en nuestro sitio web para ofrecerle la experiencia más relevante al recordar sus preferencias y visitas repetidas. Al hacer clic en "Aceptar", usted consiente el uso de TODAS las cookies.
No vender mi información personal..
Cookies configuraciónACEPTO
Manage consent

Resumen de la privacidad

Este sitio web utiliza cookies para mejorar su experiencia mientras navega por el sitio web. De ellas, las cookies clasificadas como necesarias se almacenan en su navegador, ya que son esenciales para el funcionamiento de las funciones básicas del sitio web. También utilizamos cookies de terceros que nos ayudan a analizar y comprender cómo utiliza usted este sitio web. Estas cookies se almacenan en su navegador sólo con su consentimiento. También tiene la opción de excluirse de estas cookies. Pero la exclusión de algunas de estas cookies puede afectar a su experiencia de navegación.
Necesarias
Siempre activado
Las cookies necesarias son absolutamente imprescindibles para que el sitio web funcione correctamente. Estas cookies garantizan las funcionalidades básicas y las características de seguridad del sitio web, de forma anónima.
CookieDuraciónDescripción
cookielawinfo-checbox-analytics11 monthsEsta cookie es establecida por el plugin GDPR Cookie Consent. La cookie se utiliza para almacenar el consentimiento del usuario para las cookies de la categoría "Analytics".
cookielawinfo-checbox-functional11 monthsLa cookie se establece por el consentimiento de cookies GDPR para registrar el consentimiento del usuario para las cookies en la categoría "Funcional".
cookielawinfo-checbox-others11 monthsEsta cookie es establecida por el plugin GDPR Cookie Consent. La cookie se utiliza para almacenar el consentimiento del usuario para las cookies de la categoría "Otros".
cookielawinfo-checkbox-necessary11 monthsEsta cookie es establecida por el plugin GDPR Cookie Consent. Las cookies se utilizan para almacenar el consentimiento del usuario para las cookies en la categoría "Necesario".
cookielawinfo-checkbox-performance11 monthsEsta cookie es establecida por el plugin GDPR Cookie Consent. La cookie se utiliza para almacenar el consentimiento del usuario para las cookies de la categoría "Rendimiento".
viewed_cookie_policy11 monthsLa cookie es establecida por el plugin GDPR Cookie Consent y se utiliza para almacenar si el usuario ha consentido o no el uso de cookies. No almacena ningún dato personal.
Funcional
Las cookies funcionales ayudan a realizar ciertas funcionalidades como compartir el contenido del sitio web en las plataformas de las redes sociales, recoger opiniones y otras características de terceros.
Rendimiento
Las cookies de rendimiento se utilizan para entender y analizar los índices de rendimiento clave del sitio web, lo que ayuda a ofrecer una mejor experiencia de usuario a los visitantes.
Analytics
Las cookies analíticas se utilizan para entender cómo interactúan los visitantes con el sitio web. Estas cookies ayudan a proporcionar información sobre las métricas del número de visitantes, la tasa de rebote, la fuente de tráfico, etc.
Publicidad
Las cookies de publicidad se utilizan para ofrecer a los visitantes anuncios y campañas de marketing relevantes. Estas cookies rastrean a los visitantes en todos los sitios web y recopilan información para ofrecer anuncios personalizados.
Otras
Otras cookies no categorizadas son aquellas que están siendo analizadas y que aún no han sido clasificadas en una categoría.
GUARDAR Y ACEPTAR