Si eres usuario
Ingresa aquí »
¿Eres nuevo?
Regístrate
  • Google
  • Artículos
  • Foros
  • Fotos
  • Videos
  • Amigos
Estás en: Inicio / Foros / Informática / Redes Informáticas / Manuales y Tutoriales

Respuesta
 
LinkBack (11) Herramientas Buscar en este tema
Primate
[AYUDA] Aca el Examen Final CCNA 3...
Hola, este es el examen que me toco dar la semana pasada. Es la forma B... por que como ya se habran dado cuenta, cambiaron la plataforma.

Espero les sirva. Eso LES PONGO EL EXAMEN EN INGLES, y abajo el que me toco dar a mi, son los mismos...

Me faltaron las 3 ultimas preguntas, las que no pude copypastear por que estaba el profe mirando jajaja

Un saludo!
EXAMEN FINAL MODULO 3... CCNA



Refer to the graphic. Which of the following commands would be used on the router to provide communication between the two hosts connected to the switch?

interface vlan 2
ip address 192.168.2.1 255.255.255.0
no shutdown
interface vlan 3


ip address 192.168.3.1 255.255.255.0
no shutdown


** interface fastethernet 0/0
no shutdown
interface fastethernet 0/0.2
encapsulation dot1q 2
ip address 192.168.2.1 255.255.255.0
interface fastethernet 0/0.3
encapsulation dot1q 3
ip address 192.168.3.1 255.255.255.0




interface vlan 2
switchport mode trunk dot1q
interface vlan 3
switchport mode trunk dot11




interface fastethernet 0/0
mode trunk dot1q 2 3
ip address 192.168.2.1 255.255.255.0








2

Refer to the graphic. If the switches are new and have been cabled as shown, which switch will become the root bridge?

** SC

CE

JB

JP

JN

cannot be determined from the information given





3. A switch is operating in VTP client mode. What is true about the operations that can be performed by the switch?

VLANs that are created are not included in advertisements.

**It can only adopt VLAN changes advertised from a VTP server.

It advertises topology changes out all trunk ports.

It can modify existing VLANs, but can not create new ones.

It can create and modify VLANs, but can not delete existing ones.



4. Why would a network administrator choose to enable authentication for OSPF exchanges? (Choose two.)

**to prevent routing information from being falsified

to reduce OSPF information exchange overhead

to assure that OSPF routing information takes priority over RIP or IGRP updates

to encrypt routing tables to prevent unauthorized viewing

**to ensure that routing information comes from a valid source



5.A network administrator asked an assistant to remove several VLANs from a switch. When the assistant entered in the no vlan 1 command an error was received. What was the cause of the error?

VLANs can not be deleted until all ports have been removed from the VLAN assignment.

VLANs can only be deleted by the user that created them.

VLAN 1 can not be deleted until another VLAN has been assigned its duties.

**VLAN1 is the management VLAN by default and can not be deleted.

The command was not entered properly, which caused a syntax error to occur.

6. Employees of XYZ Company connect their laptop computers to the office LAN using Ethernet ports. The Cisco switches used in the company network are configured with port security. At which layer of the three-layer design model do these switches operate?

physical

distribution

data link

** access

core



7.

Refer to the graphic. What will be the result of DR elections in the network presented in the graphic using OSPF? (Choose three.)





RTC will be DR of the 10.5.0.0/24 network.



RTD will be DR of the 10.5.0.0/24 network.



RTA will be DR of the 10.4.0.0/24 network.



RTD will be DR of the 10.4.0.0/24 network.



RTB will be DR of the 10.7.0.0/24 network.



RTD will be DR of the 10.7.0.0/24 network.



8. Which of the following statements is true when VTP is configured on a switched network that incorporates VLANs?

VTP is only compatible with the 802.1Q standard.

VTP adds to the complexity of managing a switched network.

All VTP hello packets are routed through VLAN 1 interfaces.

** Changes made to the network can be communicated to all switches dynamically.



9. Which of the following tasks must be completed to configure a router interface to serve the newly added network 192.168.10.64/27 and to advertise this network over RIP v2? (Choose three.)

** RIP v2 must be configured with the network command and the IP network number for the new network.

RIP v2 must be configured with the network command and the IP host address and subnet mask for the newly activated interface.

The router must be configured with the ip subnet-zero command so that this network can be added and advertised.

** A network host address and subnet mask must be applied to the newly activated interface.

** The routing protocol must be activated with the router rip and version 2 commands.

RIP v2 must be configured on the other enterprise routers with an entry for the newly added network.









10. Which layer of the hierarchical three-layer design model combines traffic from multiple IDFs?

access

backbone

**distribution

core



11. A company has been assigned three Class C addresses and requires the use of supernetting in its addressing scheme. Which routing protocol could be used to configure the company routers to support supernetting? (Choose two.)

** a classless routing protocol

a classful routing protocol

** OSPF

IGRP

RIP v1



12

Refer to the graphic. What does the mode of FORWARDING mean in the spanning-tree process?

** The switch is sending and receiving frames.

The switch is receiving frames, but cannot send frames.

The switch is participating in an election process.

The switch is only receiving BPDUs, not data, and is not sending any type of frames.



13.

Refer to the graphic. The network administrator has determined that RTRA needs to be the DR because it is the more powerful router. Which of the following commands would be used to control the election process?

RTRA(config)# interface fastethernet 0/0
RTRA(config-if)# ospf priority 0




** RTRA(config)# interface fastethernet 0/0
RTRA(config-if)# ip ospf priority 255




RTRA(config)# ospf priority 1



RTRA(config)# ip ospf priority 255



RTRA(config)# interface fastethernet 0/0
RTRA(config-if)# ip ospf priority 0




14. Which device provides connectivity between IP routed networks and subnetworks?

switch

bridge

* router

active hub



15. Which statements describe features of full-duplex Ethernet? (Choose three.)

** allows packets to be received and sent simultaneously by a host

requires a minimum of two wires

***reduces the number of collisions

allocates between 60 and 80 percent of available bandwidth in both directions

***allocates 100 percent of the bandwidth in both directions

increases the number of broadcast domains



16.

Refer to the graphic. Both routers are configured using RIP v1. Both routers are sending updates about the directly connected routes. R1 can successfully ping the serial interface of R2. The routing table on R1 does not contain any dynamically learned routes from R2, and the routing table on R2 shows no dynamically learned routes from R1. What is the problem?

Subnetting is not supported by RIP v1.

One of the routers needs a clock rate on the serial interface.

CIDR is not supported by RIP v1.

** VLSM is not supported by RIP v1.

17.

The network administrator shown in the graphic is connected to Switch3 using a LAN Ethernet connection. The administrator needs to verify configuration settings on the newly installed Switch2. What actions must the administrator take to access Switch2 with a web browser? (Choose three.)

Configure the hostname on Switch2.

**Activate the HTTP service on Switch2.

Set the management VLAN password.

**Configure IP addressing parameters on Switch2.

**Establish host connectivity to Switch2.



18.

Refer to the graphic. Router A and C are completely configured and the administrator needs to configure the routing protocol on Router B so that communication occurs throughout the network. Which of the following commands configures routing on Router B?

B(config)# router eigrp 1
B(config)# network 192.168.10.0 0.0.0.3
B(config)# network 192.168.10.4 0.0.0.3
B(config)# network 192.168.10.128 0.0.0.192




B(config)# router eigrp 1
B(config)# network 192.168.10.0 0.0.0.3 area 0
B(config)# network 192.168.10.4 0.0.0.3 area 0
B(config)# network 192.168.10.128 0.0.0.192 area 0




B(config)# router eigrp 1
B(config)# network 192.168.10.0 0.0.0.3 no-summary
B(config)# network 192.168.10.4 0.0.0.3 no-summary
B(config)# network 192.168.10.128 0.0.0.192 no-summary




** B(config)# router eigrp 1
B(config-router)# network 192.168.10.0




19.

Refer to the graphic. If the network is running OSPF, which subnetworks can be assigned to the serial links between Router2 and the other routers shown in the diagram?

192.1.1.4/30 and 192.1.1.8/30

192.1.1.32/30 and 192.1.1.160/30

192.1.1.96/30 and 192.1.1.100/30

192.1.1.160/30 and 192.1.1.164/30

**192.1.1.192/30 and 192.1.1.196/30



20. Which of the following are attributes of link-state routing protocols? (Choose three.)

Periodic updates are sent every 120 seconds to neighboring routers.

Each router sends its entire routing table to neighboring routers.

**Routers send updates when a change in the network is detected.

**Link-state protocols converge more rapidly than distance vector protocols.

After convergence, link-state protocols use more bandwidth than distance vector protocols use.

** Link-state protocols are less prone to routing loops than distance vector protocols.



21.

Which command configures the static address shown in the graphic?

Switch1(config)#mac-address-table entry 00e0.2917.1884 VLAN 1 fastethernet 04

Switch1(config-if)#mac-address-table entry static 00e0.2917.1884 VLAN 1 fastethernet 04

Switch1(config)#mac-address-table entry 00e0.2917.1884 fastethernet interface 0/4 VLAN 1

Switch1(config)#mac-address-table static 00e0.2917.1884 interface fastethernet 0/4 VLAN 1

** Switch1(config-if)#mac-address-table static 00e0.2917.1884 VLAN 1 fastethernet 04

22. The following command was added to a router's configuration: ip route 192.168.20.0 255.255.255.0 172.16.15.3. What will adding this command accomplish? (Choose two.)

A default route will be created.

*** A static route will be created.

***Information about the 192.168.20.0 network learned dynamically will be ignored as long as the static route exists.

All packets with an unknown destination address will be forwarded out interface 192.168.20.245.

The route will be added as a RIP route in the routing table.



23.

Refer to the graphic. Switch 2 has computers attached that belong to VLAN 2. Switch 3 has computers attached that belong to VLAN 3. Switch 1 is a Cisco 2926G Layer 3 switch that has a route module installed. Switch 1 provides connectivity to the other switches and is used to route between the VLANs. At which layer of the three-layer switch design model does Switch 1 operate?

physical

data link

core

access

network

** distribution



24.

Which command is used to obtain the information presented in the above graphic?

show vlan ifindex

show vlan id

show vlan id

**show vlan brief

show running-config









25.

Refer to the graphic. Two Catalyst switches with ports configured for VLANs 3 and 4 are connected. The hosts on SW-A and SW-B need to communicate with one another. Which of the following commands is used to configure Port 1 on SW-B? Note that SW-B Port 1 used to have a host connected to it before the switch was connected to SW-A.

(config)# interface vlan 1
(config-subif)# ip address 192.168.10.1 255.255.255.0
(config-subif)# no shutdown




(config)# interface fastethernet 0/1
(config-if)# vlan 1 trunk
(config-if)# switchport mode trunk dot1q




**(config)# interface fastethernet 0/1
(config-if)# switchport mode trunk




(config)# interface vlan 1
(config-subif)# switchport mode trunk dot1q




26. How do EIGRP routers actively maintain neighbor relationships?

by the exchange of hello packets with neighboring routers

by dynamically learning new routes from neighbors

by the exchange of neighbor tables with directly attached routers

by comparing known routes to received updates

** by the exchange of routing tables with directly attached routers

by continuously monitoring the status of the router ports



27. What is the first step in the spanning-tree process?

elect a designated switch

use a router to locate a default gateway

** elect a root bridge

determine the path cost of each active port on the switch



28.

Refer to the graphic. Which commands would direct outbound traffic from R1 to the ISP and inbound traffic from the ISP to network 200.1.1.0?

R1(config)# ip route 144.1.1.0 255.255.255.192 serial 0/0
ISP(config)# ip route 0.0.0.0 0.0.0.0 serial 0/1




R1(config)# ip route 0.0.0.0 0.0.0.0 serial 0/0
ISP(config)# ip route 0. 0.0.0 0.0.0.0 serial 0/0




** R1(config)# ip route 0.0.0.0 0.0.0.0 serial 0/0
ISP(config)# ip route 200.1.1.0 255.255.255.0 serial 0/1




R1(config)# ip route 144.1.1.0 255.255.255.192 serial 0/0
ISP(config)# ip route 200.1.1.0 255.255.255.0 serial 0/1




29. Which switching method increases latency and reliability more than any other method?

cut-through

fast-forward

fragment-free

** store-and-forward



30.

Consider the networks shown in the graphic. Which of the following is the correct configuration for Router B if OSPF is being used as the routing protocol?



B(config)# router ospf 0
B(config-router)# network 10.10.10.64 0.0.0.31 area 0
B(config-router)# network 10.10.10.0 0.0.0.3 area 0




B(config)# router ospf 1
B(config-router)# network 10.10.10.64 0.0.0.63 area 0
B(config-router)# network 10.10.10.0 0.0.0.3 area 0




B(config)# router ospf 99
B(config-router)# network 10.10.10.64 255.255.255.224 area 0
B(config-router)# network 10.10.10.0 255.255.255.248 area 0




B(config)# router ospf 99
B(config-router)# network 10.10.10.64 255.255.255.224 area 0
B(config-router)# network 10.10.10.0 255.255.255.248 area 0




***B(config)# router ospf 1
B(config-router)# network 10.10.10.64 0.0.0.31 area 0
B(config-router)# network 10.10.10.0 0.0.0.3 area 0




31. What does a constant amber SYSTEM LED indicate on a Catalyst switch?

The switch is going through POST.

The switch is in the process of initializing ports.

The switch has failed POST.

***The switch has passed POST and is working properly.



32.

Refer to the graphic. What is the first parameter used to determine which switch is selected as the root bridge in the spanning-tree process?

highest Layer 2 address

highest priority number

highest path cost

lowest Layer 2 address

*** lowest priority number

lowest path cost



33. A network administrator is having problems with excessive collisions on the corporate network. If the network currently uses hubs, what is the most cost effective way to reduce collisions?

add additional hubs

**replace hubs with switches

replace hubs with access points

add a router to every hub segment





34.

One part of the network shown in the graphic uses IGRP and another part uses EIGRP. Which statement is true about this network?

IP traffic will not be routable from network 192.168.1.0 to network 10.1.1.0.

The autonomous system number in the IGRP network must be converted to an EIGRP autonomous system number.

***The route to network 192.168.1.0 will be tagged as external by the EIGRP routers.

The IGRP router will classify routes learned from the EIGRP routers as internal.

The IGRP router will not detect EIGRP routers.

EIGRP is not backward compatible and the IGRP routes will not be detected.



35. Which of the following features do RIPv1 and RIPv2 have in common? (Choose three.)

** hop count as a metric

classless routing

** use split horizon

** maximum hop count is 15

broadcast updates

no authentication



36. When configuring the networks that need to be advertised on a router using EIGRP, which of the following can be configured on the router? (Choose three.)

***the network number

subnet mask

**wildcard mask

process number

area ID

** autonomous system number



37.

Refer to the graphic. The host on VLAN 2 cannot communicate with the host on VLAN 3. Which of the following could be the problem based on the output of the show interface fastethernet 0/1 command from the switch?

The switch port 1 is not set to access mode.

***The router interface connected to switch port 1 is shut down.

The router is not configured for trunking.

The switch port is not configured for full duplex or a speed of 100 Mbps.



38.

Refer to the graphic above. The network has stabilized and SW-F has been elected root bridge of the STP tree. Network traffic indicates that SW-A would be a better selection for the root bridge. How can the network administrator accomplish this task?

change the bridge priority of SW-F to a lower value

change the bridge priority of SW-F to a higher value

***change the bridge priority of SW-A to a lower value

change the bridge priority of SW-A to a higher value



39.

Refer to the graphic. Which of the following commands is used to configure switch port 2 for the host on VLAN 2?

****(config)# interface fastethernet 0/2
(config-if)# switchport mode access
(config-if)# switchport access vlan 2




(config)# interface vlan 2
(config-subif)# switchport mode access 2




(config)# interface vlan 2
(config-subif)# switchport mode trunk dot1q




(config)# interface fastethernet 0/2
(config-if)# vlan 2




40. Which of the following statements are true about routers that are running EIGRP? (Choose three.)

***They can support multiple routed protocols.

They can support only link-state protocols.

They send their entire routing tables to neighboring routers.

***They send partial routing updates in response to topology changes.

They send routing updates to all other routers in the network.

***They use hello packets to inform neighboring routers of their status.



41.

A network administrator located at the East site needs to check the configuration of a switch located at the Corporate site. The show hosts command is entered on the East router but does not produce any output. Which command can be used to gain access to the Corporate LAN switch assuming the switch is assigned the IP address 172.16.15.5/24?

dial Corporate 172.16.15.5



line vty 0 4
telnet




telnet Corporate



***telnet 172.16.15.5



42.

What is an advantage of building a network such as the one shown in the graphic?

****provides multiple paths for connectivity in the event of link failure

provides alternate routes when spanning tree has a problem

provides alternate network routes when the Spanning Tree Protocol is converging

provides concurrent paths for faster data transfers



43.

What type of connectivity (refer to point A in the graphic) is required between SW1 and SW2? Note that SW1 has VLANs 2, 3, 4, and 5 configured and SW2 has VLANs 5, 6, 7, and 8 configured. Also, the computers on the same VLAN need the ability to communicate with one another.

access

channel

interVLAN

intraVLAN

*** trunk





44.

Refer to the graphic and the following configurations from the routers. Router A is not receiving any OSPF routes from the other routers. Based on the Router A and Router B configurations, what is the problem?

A# show running-config
--output omitted--
interface Fastethernet 0/0
ip address 192.168.10.65 255.255.255.192
interface Serial 0/0
ip address 192.168.10.2 255.255.255.252
clockrate 64000
router ospf 1
network 192.168.10.0 0.0.0.3 area 0
network 192.168.10.64 0.0.0.63 area 0

B# show running-config
--output omitted--
interface Fastethernet 0/0
ip address 192.168.10.129 255.255.255.192
interface Serial0/0
ip address 192.168.10.2 255.255.255.252
interface Serial0/1
ip address 192.168.10.5 255.255.255.252
clockrate 56000
router ospf 2
network 192.168.10.0 0.0.0.3 area 0
network 192.168.10.4 0.0.0.3 area 0
network 192.168.10.128 0.0.0.63 area 0




****duplicate IP address

mismatched OSPF process IDs

mismatched OSPF timers

mismatched clock rates



















45.

Refer to the graphic. Routers A and B are running EIGRP and Router C is running IGRP. Which of the following is necessary for Router C to automatically see routes from Routers A and B?

Routers B and C must use the same autonomous system number, but Router A can use a different autonomous system number.

***Routers A, B, and C must all use the same autonomous system number.

Routers B and C must both use the redistribute igrp as_number command.

No commands are necessary. EIGRP routes are always seen by IGRP routers.



46. Which of the following is true about Spanning Tree Protocol? (Choose two.)

eliminates physical loops in network topologies

***eliminates logical loops in network topologies

can only be used in networks where routers are installed

***can only be used in networks where switches are incorporated into the design

can only be used in networks where both routers and switches are used



47. A company with the address 192.168.3.0 needs an address scheme that supports ten networks with a maximum of seven hosts per segment. The network administrator wants to use VLSM for the most efficient use of addresses. What is a valid address to assign to one of the LAN links?

192.168.3.192

***192.168.3.209

192.168.3.223

192.168.3.225

192.168.3.235



48. Which of the following commands can be used to configure the default management VLAN on a Cisco Catalyst switch?

(config)# interface fastethernet 0/1
(config-if)# ip address 10.0.0.1 255.255.255.0
(config-if)# no shutdown




*****(config)# interface vlan 1
(config-subif)# ip address 10.0.0.3 255.255.255.0
(config-subif)# no shutdown




(config)# interface management vlan
(config-subif)# ip address 10.0.0.3 255.255.255.0
(config-subif)# no shutdown




(config)# interface fastethernet 0/1
(config-if)# switchport mode vlan 1
(config-if)# no shutdown




49. When should EIGRP automatic summarization be turned off?

when a router has not discovered a neighbor within three minutes

when a router has more than three active interfaces

****when a router has discontiguous networks attached

when a router has less than five active interfaces



50.

Consider the network shown in the graphic. Which of the following IP addresses would be valid for a company that is leasing a single Class C network address and using VLSM for maximum efficiency?

200.1.1.64 /26 for the 50 users
200.1.1.128 /27 for the 25 users
200.1.1.176 /27 for the 10 users
200.1.1.192 /30 for one pair of serial links
200.1.1.196 /30 for the second pair of serial links




200.1.1.0 /26 for the 50 users
200.1.1.80 /27 for the 25 users
200.1.1.96 /27 for the 10 users
200.1.1.128 /30 for one pair of serial links
200.1.1.132 /30 for the second pair of serial links




***200.1.1.64 /26 for the 50 users
200.1.1.128 /27 for the 25 users
200.1.1.160 /28 for the 10 users
200.1.1.176 /30 for one pair of serial links
200.1.1.180 /30 for the second pair of serial links






200.1.1.0 /26 for the 50 users
200.1.1.64 /26 for the 25 users
200.1.1.128 /27 for the 10 users
200.1.1.192 /30 for one pair of serial links
200.1.1.192 /30 for the second pair of serial links
























Primate
Re: Aca el Examen Final CCNA 3...
Este es la version que me toco dar a mi la semana pasada.Comparenlo con el que esta en ingles para que puedan sacarlas respuestas. Un saludo.

Les recuerdo que para bajar este archivo, deben estar registrados en esta pagina.
Archivos adjuntos
Tipo de archivo: txt examenfinalmodulo3.txt (21.8 KB, 457 vistas)
European Community
Re: Aca el Examen Final CCNA 3...
Que version de examen presentaste?
El CCNA 3.1 o 3.1.1?
Porque lo presentaste en Ingles?
:fuck_u: Yo lo tengo en Español y Ingles (los dos con los dibujos) de la version 3.1
Si quieres te los envio
Primate
Re: Aca el Examen Final CCNA 3...
porfis me los puedes enviar??? el del modulo tres final gracias
PoetaCamba
Invitado
Re: Aca el Examen Final CCNA 3...
Ese examen que presentó nannyta es el que necesito... ¿alguien mas lo tiene y con dibujos?

por favor,
PoetaCamba
Invitado
Re: Aca el Examen Final CCNA 3...
En el examen que posteo nannyta se encuentran algunas preguntas que no estan en la versión en ingles o es que no las encuentro. Estas son las preguntas:

23- Consulte el gráfico. Si suponemos que no hay VLANs configuradas en el switch, ¿Cuántos dominios de broadcast hay?

Uno
Dos
Tres
Cuatro
Cinco
Seis

24- Consulte el gráfico. ¿Cuál de las siguientes direcciones es el resumen más eficaz de las rutas conectadas al Router A?

192.168.4.0 /20
192.168.0.0 /16
192.168.4.0 /24
192.168.8.0 /22
192.168.8.0 /29
192.168.8.0 /30


28- Consulte el gráfico. Una compañia siempre usa la última dirección válida de una subred como la dirección IP del router. Un administrador de red está usando un laptop para conectarse a la consola de SW2. ¿Qué comando usará el administrador para asignar la puerta de enlace por defecto del switch?.

ip route 0.0.0.0 0.0.0.0 192.168.10.1
ip default-gateway 192.168.10.254
ip default-route 10.0.1.254
ip route 10.10.1.254 255.255.255.0 fastethernet 0/0
ip gateway 192.168.10.1

39- ¿Cuáles de las siguientes son ventajas relacionadas con la adición de un switch a una red? (Elija dos opciones).

Los switches reducen el tamaño de los dominios de broadcast.
Los switches crean dominios libres de colisiones.
Los switches reducen el rendimiento de la red.
Los switches establecen circuitos virtuales permanentes para las comunicaciones.
Los switches permiten la asignación completa de ancho de banda.

43- Consulte el gráfico. Analice la tabla de enrutamiento. ¿Cuál es el propósito del 128 que se muestra en la siguiente línea y aparece en negrita en el gráfico?
O 192.168.12.236/30 [110/128] via 192.168.12.233, 00:35:36, Serial0

Es la métrica de OSPF, que es el costo.
Es la distancia administrativa de OSPF.
Es el valor asignado por el algoritmo de Dijkstra que indica a cuántos saltos de distancia está la red.
Es el valor asignado a una interfaz que utiliza el algoritmo DUAL para determinar la métrica.
European Community
Aca el Examen Final CCNA 3...
Recuerda que ella no pudo copiar todo el examen, esas deben ser las que faltan.

Pero es raro, normalmente los examenes en Ingles tienen más preguntas que los examenes en Español, en todos los examenes que he visto, y no al revés.
PoetaCamba
Invitado
Re: Aca el Examen Final CCNA 3...
Ella solo copio 45 preguntas, y si dice que le faltaron por copypastear 3 entonces el examen era de 48 preguntas...no? el examen en ingles tiene 50 preguntas pero esas 5 que posteo yo!! no estan.. ¿¿¿sera que es la version 3.1.1?????

cuando se conecta nannyta?????? para que aclare nuestras dudas...
Primate
Aqui les dejo el Examen CCNA 3.1.1 Del 3er semestre...FINAL
Hola que tal amigos, en esta ocasion me tocara aportar informacion para este sitio, realmente estuve buscando mucho el examen de redes 3 el final 3.1.1 y nunca lo encontre, pero para ahorrarles trabajo a los demas aqui les dejo el final en ingles, es el de 47 preguntas, la verdad aun no se que sacare con este examen, ya que mañana lo tengo, asi que mañana les aviso que saque!!! bueno aqui se los dejo, alguna duda me avisan!! saludos de Mazatlan Mexico!!


Snhiper--...Mazatlan!!

1.-What is the first parameter used to determine which switch is selected as the root bridge in a spanning-tree network?

highest path cost

highest priority number

highest Layer 2 address

********lowest priority number

lowest path cost

lowest Layer 2 address

2

Refer to the network and command output shown in the exhibit. A network administrator located at the Headquarters site needs to check the configuration of a switch located at the Pacific office. Which command can be used to gain remote
access to the Pacific LAN switch, assuming the switch is assigned the IP address 198.19.27.251/24?

Headquarters# telnet Pacific

Headquarters# dial Pacific 198.19.27.251

Headquarters(config)# line vty 0 4
Headquarters(config-line)# telnet Pacific

**********Headquarters# telnet 198.19.27.251


3

Refer to the graphic. Switch 2 has computers attached that belong to VLAN 2. Switch 3 has computers attached that belong to VLAN 3. Switch 1 is a Cisco 2926G Layer 3 switch that has a route module installed. Switch 1 provides connectivity to the other switches and is used to route between the VLANs. At which layer of the three-layer switch design model does Switch 1 operate?

physical

data link

core

access

network

*****distribution


4

Refer to the output in the exhibit. What can be determined from the information shown?

VTP has been enabled for all ports.

Hosts in VLAN11 and VLAN22 must have IP addresses in the same subnet in order for them to exchange data.

Three ports have been assigned to the management VLAN.

**********ARP requests issued by the host on port Fa0/12 will be seen by all hosts on VLAN33.


5

Refer to the exhibit. The network has converged and Switch_6 has been elected root bridge of the STP tree. However, network traffic analysis indicates that Switch_1 would be a better root bridge. How can the network administrator make this change, assuming that the spanning-tree priorities are at the default settings?

Set the bridge priority of Switch_1 to 32,768.

Set the bridge priority of Switch_6 to 65,565.

*******Set the bridge priority of Switch_1 to 4096.

Set the bridge priority of Switch_6 to 255.


6
For what two reasons would a network administrator choose to enable authentication for OSPF exchanges? (Choose two.)

***********to prevent routing information from being falsified

to reduce OSPF information exchange overhead

to ensure that OSPF routing information takes priority over RIP or EIGRP updates

to encrypt routing tables to prevent unauthorized viewing

to ensure that routing information comes from a valid source


7

Refer to the exhibit. How many broadcast domains are there in the topology shown, assuming that VLANs
are not configured on the switches?

*********one

two

three

four

six

eight


8

Refer to the exhibit. What is the most efficient summarization of the routes attached to router R1?

198.18.0.0/16

*******198.18.48.0/21

198.18.32.0/22

198.18.48.0/23

198.18.49.0/23

198.18.52.0/22


9

Refer to the exhibit. Each switch is shown with its MAC address. Which switch will be elected
as the spanning-tree root bridge, if the switches are configured with their default priority values?

Switch_1

Switch_2

Switch_3

Switch_4

Switch_5

*********Switch_6


10

Refer to the exhibit. What is an advantage of this network design?

It provides multiple paths for Layer 2 broadcasts to circulate through the network.

It allows spanning tree to forward traffic across redundant paths simultaneously.

It maximizes the number of ports available for users.

**********It provides multiple paths for connectivity in the event of link failure.


11
Which layer of the hierarchical three-layer design model combines traffic from multiple IDFs?

access

backbone

*******distribution

core


12
Which three statements describe full-duplex Ethernet? (Choose three.)

*****It utilizes 100% of the bandwidth in both directions.

It requires two wires.

It increases the number of broadcast domains in the network.

*****It allows data to be received and sent simultaneously.

******It reduces the number of collisions.

It provides between 60% and 80% of the bandwidth in both directions.


13

Refer to the exhibit. The link between switches SW-A and SW-B needs to provide connectivity between hosts on
the same VLAN across the two switches. How should these ports be configured?

as data channel ports

as access ports

as trunking ports

as root ports

*********as inter-VLAN ports


14
The following command was added to a router configuration:
ip route 172.26.153.0 255.255.255.0 198.19.27.249
What two effects will this command have? (Choose two.)

*******It will create a default route using the interface with the IP address 198.19.27.249 as the next hop.

The route will be marked with an "C" in the routing table.

It will create a static route to the 172.26.153.0/24 network.

All packets with an unknown destination address will be forwarded to the 172.26.153.0/24 network.

*********Routes to network 172.26.153.0 that are learned dynamically will not be used to route packets as long as this configuration command is in effect.


15

Refer to the exhibit. What will be the result of DR elections in the OSPF network shown? (Choose three.)

****CTL will be DR of the 172.16.4.0/24 network.

ID3 will be DR of the 172.16.4.0/24 network.

*****CTL will be DR of the 172.16.5.0/24 network.

ID1 will be DR of the 172.16.5.0/24 network.

*******CTL will be DR of the 172.16.8.0/24 network.

ID2 will be DR of the 172.16.8.0/24 network.

16
A network administrator asked an assistant to remove several VLANs from a switch. When the assistant entered in the no vlan 1 command an error was received. What was the cause of the error?

VLANs can not be deleted until all ports have been removed from the VLAN assignment.

VLANs can only be deleted by the user that created them.

VLAN 1 can not be deleted until another VLAN has been assigned its duties.

*****VLAN1 is the management VLAN by default and can not be deleted.

The command was not entered properly, which caused a syntax error to occur.

17
Which of the following are attributes of link-state routing protocols? (Choose three.)

Periodic updates are sent every 120 seconds to neighboring routers.

Each router sends its entire routing table to neighboring routers.

****Routers send updates when a change in the network is detected.

*****Link-state protocols converge more rapidly than distance vector protocols.

After convergence, link-state protocols use more bandwidth than distance vector protocols use.

*****Link-state protocols are less prone to routing loops than distance vector protocols.


18

Refer to the OSPF network in the exhibit. Router R2 has been elected DR, but router R1 is the more powerful router. How can the network administrator configure R1 to force it to be elected as DR?

R1(config)# ospf priority 1

R1(config)# ip ospf priority 255

R1(config)# interface fastethernet 0/0
R1(config-if)# ospf priority 0

R1(config)# interface fastethernet 0/0
R1(config-if)# ip ospf priority 0

*****R1(config)# interface fastethernet 0/0
*****R1(config-if)# ip ospf priority 255


19
Employees of XYZ Company connect their laptop computers to the office LAN using Ethernet ports. The Cisco switches used in the company network are configured with port security. At which layer of the three-layer design model do these switches operate?

physical

distribution

data link

*******access

core


20
Which two statements describe the Spanning Tree Protocol? (Choose two.)

It can only be used in networks in which routers are installed.

*******It can only be used in networks in which both routers and switches are used.

It can only be used in networks in which Layer 2 switching is in use.

*******It eliminates Layer 2 loops in network topologies.

It eliminates the need for redundant physical paths in network topologies.


21

Refer to the exhibit. What is the meaning of the highlighted value of 64 shown in the routing table?

It is the administrative distance.

It is the value assigned by the Dijkstra algorithm that designates how many hops are in the network.

It is the value used by the DUAL algorithm to determine the bandwidth for the link.

*********It is the metric, which is cost.


22

Refer to the graphic. The host on VLAN 2 cannot communicate with the host on VLAN 3. Which of the following could be the problem based on the output of the show interface fastethernet 0/1 command from the switch?

The switch port 1 is not set to access mode.

********The router interface connected to switch port 1 is shut down.

The router is not configured for trunking.

The switch port is not configured for full duplex or a speed of 100 Mbps.


23

Refer to the exhibit. Which sequence of commands is required to configure switch port Fa0/11 for host A?

SW-A(config)# interface fastethernet 0/11
SW-A(config-if)# vlan 11

SW-A(config)# interface vlan 11
SW-A(config-if)# switchport mode trunk

SW-A(config)# interface vlan 11
SW-A(config-if)# switchport mode access 11

******SW-A(config)# interface fastethernet 0/11
******SW-A(config-if)# switchport mode access
******SW-A(config-if)# switchport access vlan 11


24
Which of the following tasks must be completed to configure a router interface to serve the newly added network 192.168.10.64/27 and to advertise this network over RIP v2? (Choose three.)

*****RIP v2 must be configured with the network command and the IP network number for the new network.

RIP v2 must be configured with the network command and the IP host address and subnet mask for the newly activated interface.

The router must be configured with the ip subnet-zero command so that this network can be added and advertised.

******A network host address and subnet mask must be applied to the newly activated interface.

******The routing protocol must be activated with the router rip and version 2 commands.

RIP v2 must be configured on the other enterprise routers with an entry for the newly added network.


25
What are two benefits that switches, without VLANs configured, provide to a network when compared to a hub?
(Choose two.)

*******They allow creation of permanent virtual circuits.

They decrease network throughput.

They shrink the size of broadcast domains.

They increase the number of collision domains.

*******They allow existing bandwidth to be more efficiently utilized.


26
What is the first step in the spanning-tree process?

elect a designated switch

use a router to locate a default gateway

**********elect a root bridge

determine the path cost of each active port on the switch


27

Refer to the exhibit. Which command will remove the static address from the MAC address table on a Cisco 2950 switch?

**********VALLYGREEN(config)# no mac-address-table entry 00e0.2917.1884 fastethernet interface 0/4 vlan 1

VALLYGREEN(config)# no mac-address-table 00e0.2917.1884 fastethernet 0/4

VALLYGREEN(config-if)# no mac-address-table static 00e0.2917.1884 vlan 1

VALLYGREEN(config)# no mac-address-table static 00e0.2917.1884 vlan 1 interface fastethernet 0/4


28

Refer to the exhibit. What does "FORWARDING" mean in the command output shown?

The switch is receiving BPDUs, but not sending data frames.

The switch is participating in an election process by forwarding the BPDUs it receives.

*********The switch is sending and receiving data frames.

The switch is receiving BPDUs and populating the MAC address table, but not sending data.


29
What do EIGRP routers use to establish and maintain adjacency relationships with neighboring routers?

***********the exchange of routing tables with directly attached routers

the exchange of hello packets with neighboring routers

the learning of new routes from neighbors

the comparison of known routes to information received in updates

the exchange of neighbor tables with directly attached routers


30

Refer to the exhibit. What is the correct OSPF configuration for router RT-1?

RT-1(config)# router ospf 1
RT-1(config-router)# network 172.16.21.0 0.0.0.63 area 0
RT-1(config-router)# network 172.16.21.248 0.0.0.3 area 0

RT-1(config)# router ospf 0
RT-1(config-router)# network 172.16.21.0 0.0.0.3 area 0
RT-1(config-router)# network 172.16.21.248 0.0.0.31 area 0

*****RT-1(config)# router ospf 1
*****RT-1(config-router)# network 172.16.21.0 0.0.0.31 area 0
*****RT-1(config-router)# network 172.16.21.248 0.0.0.3 area 0

RT-1(config)# router ospf 99
RT-1(config-router)# network 172.16.21.0 255.255.255.224 area 0
RT-1(config-router)# network 172.16.21.248 255.255.255.248 area 0

31
Which statement is true when VTP is configured on a switched network that incorporates VLANs?

VTP is only compatible with the 802.1Q standard.

VTP adds to the complexity of managing a switched network.

A switch configured for VTP can belong to more than one VTP domain.

******VTP dynamically communicates VLAN additions, deletions and modifications to all switches in the same VTP domain.

VTP advertisements are passed over access links to other switches.

32

Refer to the exhibit. If the exhibited network is running EIGRP, which subnetworks can be assigned to the serial links between LC-1 and the other routers?

192.168.43.4/30 and 192.168.43.8/30

192.168.43.32/30 and 192.168.43.160/30

192.168.43.96/30 and 192.168.43.100/30

192.168.43.160/30 and 192.168.43.164/30

*******192.168.43.192/30 and 192.168.43.196/30


33

Refer to the exhibit. Two Catalyst switches are connected, and both switches have ports configured for the Sales and Marketing VLANs as shown. What will allow hosts on the same VLAN to communicate with one another across different switches?

STP

VTP

routing

*****trunking


34
Which Ethernet switching mode has the least latency and lowest reliability?

**********fast-forward

asymmetric

store-and-forward

fragment-free

symmetric


35
If a company is using the IP address 172.16.0.0 and wants to create subnets using VLSM, which combination of addresses and masks will be valid?

172.16.128.0 /18 and 172.16.128.192 /26

172.16.160.0 /20 and 172.16.168.0 /20

172.16.32.0 /19 and 172.16.64.128 /25

*******172.16.192.0 /18 and 172.16.224.0 /19


36
Multiple routers have been configured with EIGRP as the routing protocol for use in the corporate network. What is true of the operation of this network? (Choose three.)

Only link-state protocols will run in the network.

*******Routing information in the form of partial updates will be sent in response to topology changes.

*******The network can support multiple routed protocols.

*******Hello packets are used to discover and verify the status of neighboring routers.

Routing updates are broadcast to all other routers in the network.

Routing updates that consist of entire routing tables are sent to neighboring routers.


37

Refer to the exhibit. Router LC-1 needs to be configured to provide communication between the networks shown. Which group of commands will configure EIGRP on LC-1 to work within this network?

LC-1(config)# router eigrp 1
LC-1(config-router)# network 192.168.43.0 0.0.0.3 area 0
LC-1(config-router)# network 192.168.43.4 0.0.0.3 area 0
LC-1(config-router)# network 192.168.43.128 0.0.0.63 area 0

LC-1(config)# router eigrp 1
LC-1(config-router)# network 192.168.43.0 0.0.0.3 no-summary
LC-1(config-router)# network 192.168.43.4 0.0.0.3 no-summary
LC-1(config-router)# network 192.168.43.128 0.0.0.192 no-summary

*****LC-1(config)# router eigrp 1
*****LC-1(config-router)# network 192.168.43.0

LC-1(config)# router eigrp 1
LC-1(config-router)# network 192.168.43.0 0.0.0.3
LC-1(config-router)# network 192.168.43.4 0.0.0.3
LC-1(config-router)# network 192.168.43.128 0.0.0.192


38

Refer to the graphic. Which of the following commands would be used on the router to provide communication between the two hosts connected to the switch?

interface vlan 2
ip address 192.168.2.1 255.255.255.0
no shutdown
interface vlan 3
ip address 192.168.3.1 255.255.255.0
no shutdown

****interface fastethernet 0/0
****no shutdown
****interface fastethernet 0/0.2
*****encapsulation dot1q 2
******ip address 192.168.2.1 255.255.255.0
******interface fastethernet 0/0.3
******encapsulation dot1q 3
*******ip address 192.168.3.1 255.255.255.0

interface vlan 2
switchport mode trunk dot1q
interface vlan 3
switchport mode trunk dot11

interface fastethernet 0/0
mode trunk dot1q 2 3
ip address 192.168.2.1 255.255.255.0


39

Performance of the network shown in the exhibit has become poor since the addition of hosts to the network. The network administrator suspects that excessive collisions are causing this problem. If the network is using hubs, what should be done to reduce the collisions?

Add a router to every hub segment.

Replace hubs with access points.

*******Replace hubs with switches.

Add additional hubs.


40
Which of the following features do RIPv1 and RIPv2 have in common? (Choose three.)

*****hop count as a metric

classless routing

*****use split horizon

*****maximum hop count is 15

broadcast updates

no authentication


41
What does a constant amber SYSTEM LED indicate on a Catalyst switch?

The switch is going through POST.

The switch is in the process of initializing ports.

The switch has failed POST.

/*****The switch has passed POST and is working properly.


42

The network administrator shown in the exhibit is connected to an Ethernet LAN port on ACC-1. The administrator needs to verify the configuration of the newly installed switch ACC-3. What must be done so that the administrator can access ACC-3 with a web browser? (Choose three.)

****Establish the Layer 3 connectivity of the host to ACC-3.

Set the password on the management VLAN.

Configure the hostname on ACC-3.

******Activate the HTTP service on ACC-3.

*******Configure IP addressing parameters on ACC-3.


43

Refer to the exhibit. Which configuration commands will direct outbound traffic from Corp_1 to the ISP and inbound traffic from the ISP to network 192.168.1.0/24?

***Corp_1(config)# ip route 0.0.0.0 0.0.0.0 serial 0/0
****ISP(config)# ip route 192.168.1.0 255.255.255.0 serial 0/1

Corp_1(config)# ip route 198.19.27.0 255.255.255.0 serial 0/0
ISP(config)# ip route 0.0.0.0 0.0.0.0 serial 0/1

Corp_1(config)# ip route 0.0.0.0 0.0.0.0 serial 0/0
ISP(config)# ip route 0.0.0.0 0.0.0.0 serial 0/0

Corp_1(config)# ip route 198.19.27.0 255.255.255.0 serial 0/0
ISP(config)# ip route 192.168.1.0 255.255.255.0 serial 0/1


44
A new switch has been added to the network and it needs to support error-free switching. Which switching mode should be configured on the new switch?

cut-through

fragment-free

******store and forward

auto-sensing


45

Refer to the exhibit. A company always uses the last valid IP address in a subnetwork as the IP address of the router
LAN interface. A network administrator is using a laptop to configure switch SW-A with a default gateway.
Assuming the switch IP address is 192.168.120.12/24, what command string will the administrator use to assign a
default gateway to the switch?

SW-A(config)# ip gateway 192.168.120.1

SW-A(config)# ip route 0.0.0.0 0.0.0.0 192.168.120.255 (not)

SW-A(config)# ip route 192.168.120.254 255.255.255.0 fastethernet 0/0 (not)

*******SW-A(config)# ip default-route 192.168.120.254

SW-A(config)# ip default-gateway 192.168.120.254

46
When should EIGRP automatic summarization be turned off?

when a router has not discovered a neighbor within three minutes

when a router has more than three active interfaces

******when a router has discontiguous networks attached

when a router has less than five active interfaces

47

Refer to exhibit. Routers Central and Remote are configured using RIPv1. Both routers are sending updates about their directly connected routes. The Central router can ping the Remote router serial interface and Remote can ping the serial interface of Central. However, neither router has dynamically learned routes from the other. What is the most likely problem?

A clock rate is missing from one of the serial interfaces.

A gateway of last resort is required.

Subnets cannot be used with RIPv1.

*******VLSM is not supported by RIPv1.
Monito
Re: Aca el Examen Final CCNA 3...
Originalmente publicado por CiscoNet Ver mensaje
Que version de examen presentaste?
El CCNA 3.1 o 3.1.1?
Porque lo presentaste en Ingles?
:fuck_u: Yo lo tengo en Español y Ingles (los dos con los dibujos) de la version 3.1
Si quieres te los envio
CISCONET necesito material del ccna 3 Y 4 me podrias enviar algo a mi correo te lo agradecere mucho, comienzo este jueves y voy a postear los examenes segun me vayan saliendo... muchas gracias amigos!!!
 
Respuesta



Herramientas Buscar en este tema
Buscar en este tema:

Búsqueda avanzada
Califica este tema
Califica este tema:


LinkBacks (?)
LickBack a este Tema: http://www.psicofxp.com/forums/manuales-y-tutoriales.225/288882-ayuda-aca-examen-final-ccna-3-a.html
Publicado por Para Type Fecha
Which statement is true when VTP is configured on a switched network that incorporates VLANs? | VIRGILIO Ricerca | Web This thread Refback 04.11.2009 13:09 hs.
almelo : Startje.com This thread Refback 07.04.2009 06:40 hs.
ccna ccna3 v4 This thread Refback 18.06.2008 18:19 hs.
final exam ccna3 v4 final This thread Refback 20.05.2008 21:14 hs.
full version warez final exam ccna3 v4.0 This thread Refback 24.04.2008 11:09 hs.
ccna ccna3 v4 final This thread Refback 02.03.2008 02:32 hs.
answers ccna final exam ccna3 v4.0 This thread Refback 01.03.2008 15:47 hs.
journal macro key.. final exam ccna3 v4.0 This thread Refback 26.02.2008 15:22 hs.
tonicg's bookmarks tagged with "Cisco" on del.icio.us This thread Refback 27.11.2007 11:50 hs.
Java Files : This thread Refback 06.05.2007 20:10 hs.
Choose configuring following interface must router three trunking used vlan when, - Dave's Study Tips for CCNA Exam 640-607 This thread Refback 16.01.2007 08:57 hs.

Este tema está relacionado con otros ya publicados en el sitio. Podés visitarlos ahora!
Tema Iniciado por Foro Resp. Último mensaje
examen final ccna 4!!!!!!!! beastie Manuales y Tutoriales 123 19.06.2009 19:21 hs.
Examen final CCNA Mike_quilmes Manuales y Tutoriales 19 01.01.2009 12:54 hs.
examen final ccna modulo 2 v. 3.1 maxlee Manuales y Tutoriales 10 30.12.2008 06:41 hs.
Examen Final 2do Semestre CCNA v2.1.2 jh_marcano Manuales y Tutoriales 2 01.12.2008 03:27 hs.
Examen Final Ccna 4 millosmilo Manuales y Tutoriales 0 26.07.2006 16:43 hs.

Ranking de temas y usuarios de este foro
Temas populares Usuarios más activos
• Examenes de cisco vercion 4.1 en español
• Ayuda packet tracer examen
• Laboratorios examen ccna "640-801"
• Parciales de DBA1,2,3 Y 4 ORACLE 10g
• Kozumi km-410wg
• vuonglcit
• lendrix
• danielkv2
• juan 494
• Damon__83


 
Ir arriba
Contacto | Acerca de | Ayuda | Términos Legales | privacidad | Pautas de convivencia | Mapa de los foros | TrabajÁ con nosotros
©2008 Psicofxp.com S.A. - Todos los derechos reservados
CertificaIAB
{{diadelamigo}}