Examen Del Modulo 1

21
If a router cannot find a valid configuration file during the startup sequence, what will occur? The startup sequence will reset. The router will prompt the user for a response to enter setup mode. The startup sequence will halt until a valid configuration file is acquired. The router will generate a default configuration file based on the last valid configuration. The router will monitor local traffic to determine routing protocol configuration requirements. 2 Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three.) VTY interface console interface Ethernet interface secret EXEC mode privileged EXEC mode router configuration mode 3 What header address information does a router change in the information it receives from an attached Ethernet interface before information is transmitted out another interface? only the Layer 2 source address only the Layer 2 destination address only the Layer 3 source address only the Layer 3 destination address the Layer 2 source and destination address the Layer 3 source and destination address 4 What three processes does a router execute when it receives a packet from one network that is destined for another network? (Choose three.) decapsulates the Layer 3 packet by stripping off the Layer 2 frame header uses the destination MAC Address in the IP Header to look up the next- hop address in the routing table leaves the Layer 2 frame header intact when decapsulating the Layer 3 packet uses the destination IP Address in the IP header to look up the next-hop address in the routing table encapsulates the Layer 3 packet into the new Layer 2 frame and forwards it out the exit interface encapsulates the Layer 3 packet into a special Layer 1 frame and

Transcript of Examen Del Modulo 1

Page 1: Examen Del Modulo 1

If a router cannot find a valid configuration file during the startup sequence, what will occur?The startup sequence will reset.

The router will prompt the user for a response to enter setup mode.

The startup sequence will halt until a valid configuration file is acquired.

The router will generate a default configuration file based on the last valid configuration.

The router will monitor local traffic to determine routing protocol configuration requirements.

2 Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three.)

VTY interface

console interface

Ethernet interface

secret EXEC mode

privileged EXEC mode

router configuration mode

3 What header address information does a router change in the information it receives from an attached Ethernet interface before information is transmitted out another interface?

only the Layer 2 source address

only the Layer 2 destination address

only the Layer 3 source address

only the Layer 3 destination address

the Layer 2 source and destination address

the Layer 3 source and destination address

4 What three processes does a router execute when it receives a packet from one network that is destined for another network? (Choose three.)

decapsulates the Layer 3 packet by stripping off the Layer 2 frame header

uses the destination MAC Address in the IP Header to look up the next-hop address in the routing table

leaves the Layer 2 frame header intact when decapsulating the Layer 3 packet

uses the destination IP Address in the IP header to look up the next-hop address in the routing table

encapsulates the Layer 3 packet into the new Layer 2 frame and forwards it out the exit interface

encapsulates the Layer 3 packet into a special Layer 1 frame and forwards it to the exit interface

5

Refer to the exhibit. Host A pings host B. When R4 accepts the ping into the Ethernet interface, what two pieces

Page 2: Examen Del Modulo 1

of header information are included? (Choose two.)source IP address: 192.168.10.129

source IP address: BBBB.3333.5677

source MAC address: 5555.AAAA.6666

destination IP address: 192.168.10.33

destination IP address: 192.168.10.134

destination MAC address: 9999.DADC.1234

6

Refer to the exhibit. What can be concluded from the routing table output in the exhibit? (Choose two.)This router only has two interfaces.

The router interfaces are not operational yet.

This router is configured to forward packets to remote networks.The FastEthernet0/0 and Serial0/0/0 interfaces of this router were configured with an IP address and the no shutdown command.An IP packet received by this router with a destination address of 198.18.9.1 will be forwarded out of the Serial0/0/0 interface.

7

Refer to the exhibit. The network administrator has configured the router with the interface IP addresses shown for the directly connected networks. Pings from the router to hosts on the connected networks or pings between router interfaces are not working. What is the most likely problem?

The destination networks do not exist.

The IP addresses on the router interfaces must be configured as network addresses and not host addresses.

The interfaces must be enabled with the no shutdown command.

Each interface must be configured with the clock rate command.

8 From what location can a router load the Cisco IOS during the boot process? (Choose two.)RAM

Page 3: Examen Del Modulo 1

TFTP server

NVRAM

setup routine

Flash memory

terminal

9 What is the default sequence for loading the configuration file?NVRAM, FLASH, ROM

FLASH, TFTP,CONSOLE

NVRAM, TFTP, CONSOLE

FLASH, TFTP, ROM

10

Refer to the exhibit. The frame shown in the exhibit was received by the router. The router interfaces are operational. How will the router process this frame? (Choose two.)

The router will change the source and destination IP address in the packet before forwarding the frame.

The router will change the frame type to one supported by the WAN link before forwarding the frame.

The router will use the destination MAC address to determine which interface to forward the packet.The router will look up the MAC address of the S0/0/0 interface in the ARP table and add it to the frame before forwarding.The frame was received on the Fa0/0 interface of the router and will be switched to the S0/0/0 interface.

The frame was received on the S0/0/0 interface of the router and will be switched to the Fa0/0 interface.

11 Which of the following is the correct flow of routines for a router startup?load bootstrap, load IOS, apply configuration

load bootstrap, apply configuration, load IOS

load IOS, load bootstrap, apply configuration, check hardware

check hardware, apply configuration, load bootstrap, load IOS

12 The network administrator needs to connect two routers directly via their FastEthernet ports. What cable should the network administrator use?

straight-through

rollover

cross-over

serial

13 What information about the router and its startup process can be gathered from the output of the show version command? (Choose three.)

Page 4: Examen Del Modulo 1

the last restart method

the command buffer contents

the amount of NVRAM and FLASH used

the configuration register settings

the location from where the IOS loaded

14

Which interfaces in the exhibit could be used for a leased line WAN connection? (Choose two.)1

2

3

4

5

6

15

Page 5: Examen Del Modulo 1

Refer to the exhibit. What can be concluded from the output of the running-configuration of a router?The passwords are encrypted.

The current configuration was saved to NVRAM.

The configuration that is shown will be the one used on the next reboot.

The commands that are displayed determine the current operation of the router.16 Which two statements describe characteristics of load balancing? (Choose two.)

Load balancing occurs when a router sends the same packet to different destination networks.

Load balancing occurs when the same number of packets are sent over static and dynamic routes.

Load balancing allows a router to forward packets over multiple paths to the same destination network.

Unequal cost load balancing is supported by EIGRP.

If multiple paths with different metrics to a destinations exist, the router cannot support load balancing.

17 What is the outcome of entering these commands?R1(config)# line vty 0 4R1(config-line)# password check123R1(config-line)# login

ensures that a password is entered before entering user EXEC mode

sets the password to be used for connecting to this router via Telnet

requires check123 to be entered before the configuration can be saved

creates a local user account for logging in to a router or switch

18 Which are functions of a router? (Choose three.)packet switching

extension of network segments

segmentation of broadcast domains

Page 6: Examen Del Modulo 1

selection of best path based on logical addressing

selection of best path based on physical addressing

19

Refer to the exhibit. After host 2 is connected to the switch on the LAN, host 2 is unable to communicate with host 1. What is the cause of this problem?

The subnet mask of host 2 is incorrect.

Host 1 and host 2 are on different networks.

The switch needs an IP address that is not configured.

The router LAN interface and host 1 are on different networks.

The IP address of host 1 is on a different network than is the LAN interface of the router.

20

Refer to the exhibit. All routers have a route in its routing table to each network that is shown in the exhibit. Default routes have not been issued on these routers. What can be concluded about how packets are forwarded in this network? (Choose two.)

If RouterC receives a packet that is destined for 10.5.1.1, it will be forwarded out interface Fa0/0.

If RouterA receives a packet that is destined for 192.168.3.146, it will be forwarded out interface S0/0/1.

If RouterB receives a packet that is destined for 10.5.27.15, it will be forwarded out interface S0/0/1.

If RouterB receives a packet that is destined for 172.20.255.1, it will be forwarded out interface S0/0/0.

If RouterC receives a packet that is destined for 192.16.5.101, it will be forwarded out interface S0/0/1.

21

Page 7: Examen Del Modulo 1

The serial connection shown in the graphic needs to be configured. Which configuration commands must be made on the Sydney router to establish connectivity with the Melbourne site? (Choose three.)

Sydney(config-if)# ip address 201.100.53.2 255.255.255.0

Sydney(config-if)# no shutdown

Sydney(config-if)# ip address 201.100.53.1 255.255.255.224

Sydney(config-if)# clock rate 56000

Sydney(config-if)# ip host Melbourne 201.100.53.2

22 Which two statements correctly describe the components of a router? (Choose two.)RAM permanently stores the configuration file used during the boot sequence.

ROM contains diagnostics executed on hardware modules.

NVRAM stores a backup copy of the IOS used during the boot sequence.

Flash memory does not lose its contents during a reboot.

ROM contains the most current and most complete version of the IOS.

Flash contains boot system commands to identify the location of the IOS.

23 A network administrator has just entered new configurations into Router1. Which command should be executed to save configuration changes to NVRAM?

Router1# copy running-config flash

Router1(config)# copy running-config flash

Router1# copy running-config startup-config

Router1(config)# copy running-config startup-config

Router1# copy startup-config running-config

Router1(config)# copy startup-config running-config

Si un router no puede encontrar un archivo de configuración válido durante la secuencia de inicio, ¿qué ocurrirá?

La secuencia de inicio se restablecerá.

El router le pedirá al usuario una respuesta para acceder al modo de configuración.

La secuencia de inicio se detiene hasta que un archivo de configuración válida se adquiere.

El router genera un archivo de configuración basado en la configuración válida anterior.

El router controlar el tráfico local para determinar los requisitos de configuración de enrutamiento de protocolo.

Page 8: Examen Del Modulo 1

2

Las contraseñas pueden ser usados para restringir el acceso a la totalidad o parte del Cisco IOS. Seleccione los

modos e interfaces que pueden ser protegidos con contraseñas. (Elija tres.)

VTY interfaz

interfaz de consola

Interfaz Ethernet

secreto modo EXEC

el modo EXEC privilegiado

el modo de configuración del router

3

¿Qué información de encabezado de dirección hace un cambio de router en la información que recibe de una

interfaz Ethernet conectada antes de transmitir información a otra interfaz?

sólo el nivel 2 la dirección de origen

sólo el nivel 2 la dirección de destino

sólo la capa 3 la dirección de origen

sólo la capa 3 la dirección de destino

la capa de 2 direcciones de origen y destino

la capa 3 direcciones de origen y destino

4

¿Qué tres procesos se ejecutan cuando un router recibe un paquete de una red que está destinado a otra red?

(Elija tres.)

desencapsula el paquete de capa 3 por el desprendimiento de la capa 2 cabecera de la trama

utiliza la dirección MAC de destino en el encabezado IP para buscar la dirección del siguiente salto en la tabla de

Page 9: Examen Del Modulo 1

enrutamiento

sale de la Capa 2 cabecera de la trama intacta cuando desencapsula el paquete de capa 3

utiliza la dirección IP de destino en el encabezado IP para buscar la dirección del siguiente salto en la tabla de

enrutamiento

encapsula el paquete de Capa 3 en la nueva capa 2 frame y lo envía a la interfaz de salida

encapsula la capa 3 paquetes en una capa especial de un cuadro y lo reenvía a la interfaz de salida

5

Consulte la presentación. Una gran cantidad de host ping B. Cuando R4 acepta el ping en la interfaz de Ethernet,

lo que dos piezas de información de encabezado están incluidas? (Elija dos.)

dirección IP de origen: 192.168.10.129

dirección IP de origen: BBBB.3333.5677

dirección MAC de origen: 5555.AAAA.6666

dirección IP de destino: 192.168.10.33

dirección IP de destino: 192.168.10.134

dirección MAC de destino: 9999.DADC.1234

6

Consulte la presentación. ¿Qué puede concluirse de la salida de la tabla de enrutamiento en la exposición? (Elija

dos.)

Este router sólo tiene dos interfaces.

Page 10: Examen Del Modulo 1

Las interfaces del router no están funcionando todavía.

Este router está configurado para reenviar paquetes a redes remotas.

El FastEthernet0 / 0 y Serial0/0/0 de este router se han configurado con una dirección IP y el comando no

shutdown.

Un paquete IP recibido por el router con una dirección de destino de 198.18.9.1 será enviado fuera de la interfaz

Serial0/0/0.

7

Consulte la presentación. El administrador de red ha configurado el router con la IP de la interfaz direcciones

indicadas para las redes conectadas directamente. Hace un ping desde el router a los hosts de las redes

conectadas o pings entre las interfaces del router no están funcionando. ¿Cuál es el problema más probable?

Las redes de destino no existe.

Las direcciones IP de las interfaces del router se debe configurar como direcciones de red y no las direcciones de

host.

Las interfaces deben estar habilitadas con el comando no shutdown.

Cada interfaz se debe configurar con el comando clock rate.

8

Desde qué lugar puede un router cargue el IOS de Cisco durante el proceso de arranque? (Elija dos.)

Page 11: Examen Del Modulo 1

RAM

Servidor TFTP

NVRAM

configuración de la rutina

De memoria flash

terminal

9

¿Cuál es la secuencia por defecto para cargar el fichero de configuración?

NVRAM, FLASH, ROM

FLASH, TFTP, CONSOLA

NVRAM, TFTP, CONSOLA

FLASH, TFTP, ROM

10

Consulte la presentación. El marco que se muestra en la exposición fue recibido por el router. Las interfaces del

router están en funcionamiento. ¿De qué manera el router proceso de este marco? (Elija dos.)

El router va a cambiar la fuente y la dirección IP de destino del paquete antes de reenviar la trama.

El router va a cambiar el tipo de trama a uno apoyado por el enlace WAN antes de enviar la trama.

El router utiliza la dirección MAC de destino para determinar qué interfaz para enviar el paquete.

El router buscará la dirección MAC de la interfaz S0/0/0 en la tabla ARP y agregarlo a la estructura antes de

Page 12: Examen Del Modulo 1

enviarlo.

El marco fue recibido en la interfaz Fa0 / 0 del router y se conmuta a la interfaz S0/0/0.

El marco fue recibido en la interfaz S0/0/0 del router y se conmuta a la interfaz Fa0 / 0.

11

¿Cuál de los siguientes es el flujo correcto de rutinas para un inicio del router?

de arranque de carga, la carga del IOS, aplicar la configuración

de arranque de carga, aplicar la configuración, cargar el IOS

carga de IOS, de arranque de carga, aplicar la configuración, verificar el hardware

verificar el hardware, aplicar la configuración, arranque de carga, la carga del IOS

12

El administrador de red necesita conectar dos routers directamente a través de sus puertos FastEthernet. ¿Qué

cable debe utilizar el administrador de la red?

straight-through

rollover

cross-over

de serie

13

Page 13: Examen Del Modulo 1

¿Qué información sobre el router y su proceso de inicio se puede deducir de la salida del comando show version?

(Elija tres.)

el método de último reinicio

el contenido del búfer de comandos

la cantidad de NVRAM y FLASH utilizada

la configuración del registro de configuración

el lugar desde donde el IOS cargada

14

¿Qué interfaces en la exposición podrían ser utilizados para una línea dedicada de conexión WAN? (Elija dos.)

1

2

3

4

5

6

15

Consulte la presentación. ¿Qué se puede concluir de los resultados de la gestión de configuración de un router?

Las contraseñas están cifradas.

La configuración actual se ha guardado en la NVRAM.

La configuración que se muestra será la utilizada en el siguiente reinicio.

Page 14: Examen Del Modulo 1

Los comandos que se muestran determinar el funcionamiento actual del router.

16

¿Qué dos afirmaciones describen las características de balanceo de carga? (Elija dos.)

El equilibrio de carga se produce cuando un router envía el mismo paquete a las redes de destino diferente.

El equilibrio de carga se produce cuando el mismo número de paquetes enviados a través de rutas estáticas y

dinámicas.

El equilibrio de carga permite que un router para enviar paquetes en varias rutas a la misma red de destino.

Equilibrar la carga de costos desiguales con el apoyo de EIGRP.

Si existen varias rutas con diferentes métricas a un destino existe, el router no puede soportar el balanceo de

carga.

17

¿Cuál es el resultado de introducir esos comandos?

R1 (config) # line vty 0 4

R1 (config-line) # password check123

R1 (config-line) # login

se asegura de que se introduzca una contraseña antes de entrar en el modo EXEC usuario

establece la contraseña que se utiliza para conectarse a este router a través de Telnet

requiere check123 a ser introducidos antes de la configuración se puede guardar

crea una cuenta de usuario local para poder conectarse a un router o switch

18

Page 15: Examen Del Modulo 1

¿Cuáles son las funciones de un router? (Elija tres.)

de conmutación de paquetes

extensión de los segmentos de red

segmentación de los dominios de difusión

selección de los mejores trayectoria basada en hacer frente a lógicas

selección de los mejores trayectoria basada en direccionamiento físico

19

Consulte la presentación. Después de host 2 está conectado al switch de la LAN, el host 2 no puede comunicarse

con el host 1. ¿Cuál es la causa de este problema?

La máscara de subred del host 2 es incorrecta.

Host 1 y el host 2 se encuentran en redes diferentes.

El switch necesita una dirección IP que no está configurado.

La interfaz LAN del router y el host 1 se encuentran en redes diferentes.

La dirección IP del host 1 se encuentra en una red diferente a la que la interfaz LAN del router.

20

Consulte la presentación. Todos los routers tienen una ruta en su tabla de enrutamiento para cada red que se

muestra en la exposición. Rutas por defecto no se han publicado en estos routers. ¿Qué puede concluir acerca de

cómo los paquetes se reenvían en esta red? (Elija dos.)

Si RouterC recibe un paquete que está destinado a 10.5.1.1, que será remitido a la interfaz Fa0 / 0.

Si Router recibe un paquete que está destinado a 192.168.3.146, que será remitido a la interfaz S0/0/1.

Si RouterB recibe un paquete que está destinado a 10.5.27.15, será remitida a la interfaz S0/0/1.

Page 16: Examen Del Modulo 1

Si RouterB recibe un paquete que está destinado a 172.20.255.1, que será remitido a la interfaz S0/0/0.

Si RouterC recibe un paquete que está destinado a 192.16.5.101, será remitida a la interfaz S0/0/1.

21

La conexión en serie se muestra en el gráfico necesita ser configurado. Comandos de configuración que se debe

hacer en el router Sydney para establecer la conectividad con el sitio de Melbourne? (Elija tres.)

Sydney (config-if) # dirección IP 201.100.53.2 255.255.255.0

Sydney (config-if) # no shutdown

Sydney (config-if) # dirección IP 255.255.255.224 201.100.53.1

Sydney (config-if) # velocidad de reloj 56000

Sydney (config-if) # ip de host Melbourne 201.100.53.2

22

¿Qué dos afirmaciones describen correctamente los componentes de un router? (Elija dos.)

RAM almacena los archivos de configuración utilizados durante la secuencia de arranque.

ROM contiene los diagnósticos ejecutados en los módulos de hardware.

NVRAM almacena una copia de seguridad del IOS usado durante la secuencia de arranque.

La memoria flash no pierde su contenido durante un reinicio.

ROM contiene la versión más actualizada y más completa de la IOS.

Flash contiene comandos de arranque del sistema para identificar la ubicación de la IOS.

Page 17: Examen Del Modulo 1

23

Un administrador de red acaba de entrar en nuevas configuraciones en Router1. ¿Qué comando debería ser

ejecutado para guardar los cambios de configuración en la NVRAM?

Router1 # copy running-config Flash

Router1 (config) # copy running-config Flash

Router1 # copy running-config startup-config

Router1 (config) # copy running-config startup-config

Router1 # copia startup-config running-config

Router1 (config) # copia startup-config running-config