You are on page 1of 7

CCNA Exploration 2, "Static Routing

Name: Enrique Silva Flores


Cristi alejandro Perez Rodriguez

1. Routers are the devices responsible for the transfer of packets from one
network to the next.

2. What are common and do not require the same amount of processing and
overhead than dynamic routing?

3. n what two ways are routers responsible for interconnecting networks?
1.- La determinacin del mejor camino para enviar paquetes.
2.- El reenvo de los paquetes a su destino.

4. The routers primary forwarding decision is based on Capa 3, P Destinyaddress.

5. Newer routers support the nterfaz Serial nteligente, that allows for more
Cantidad de Datos to be forwarded across fewer cable pins.

6. Straightthrough cables are used for:
1.- Un switch a un Router.
2.- Un switch a una PC.
3.- Un hub a una PC.
4.- Un hub a un servidor.

7. Crossover cables are used for:
Un switch a otro switch.
Una PC a otra PC.
Una switch a un hub.
Un hub a otro hub.
Un router a otro Router.
Un router a un servidor.

8. Do Packet Tracer 2.1.3 "Examining the Connections on a Router

9. La Ruta Esttica and la dinmica will not be added to the routing table until the
appropriate local interfaces, also known as the interfaces de salida, have been
configured on the router.




10. Which command gives a detailed description for all interfaces on the router?
show interfaces.

11. Describe the output of the following commands:
a. Show ip route: muestra la tabla de enrutamiento.
b. Show interfaces: muestra el estado y proporciona una descripcin detallada de
todas las interfaces del Router.
c. Show ip interface brief: sirve para mostrar una parte de la informacin de la
interface.
d. Show runningconfig: muestra el archivo de configuracin actual que est
usando el Router.

12. Explain the difference between the two commands listed below:
a. Show interfaces: muestra el estado de las interfaces.
b. Show ip interface brief: muestra solo una parte.

13. By default, all router interfaces are shutdown or apagado . To enable this
interface, use the no shutdown command, which changes the interface from down
to up.

14. n order to keep the resultados no solicitados separate from your input, enter
modo de configuracin de lnea for the consoled port and add the logging
synchronous command, as shown.

15. Explain the parts of the following output: C 172.16.3.0 is directly connected,
FastEthernet0/0
a. C: indica que es una red conectada directamente.
b. FastEthernet 0/0:

16. A router cannot have multiple interfaces that belong to the same red. Each
interface must belong to a separate subred.

17. A router's Ethernet o FastEthernet interface participates in a LAN just like any
other device on that network. This means that these interfaces have a Direccin
MAC de Capa 2. The show interfaces command displays the Direcciones MAC for
the Ethernet interfaces.

18. Do Packet Tracer 2.2.3 "Verifying Ethernet nterface

19. What command might you use on a serial interface that you wouldn't use on an
Ethernet interface?
Clock rate




20. Describe the output of the "show controllers command?
Sirve para determinar qu extremo del cable est conectado a esa interfaz.
R1#show controllers serial 0/0/0
nterface Serial0/0/0
ardware is PowerQUCC MPC860
DCE V.35, no clock
<resultado omitido>

21. A tabla de enrutamiento is a data structure used to store routing information
acquired from different sources. The main purpose of a enrutamiento is to provide
the router with paths to different redes de destino.

22. The debug ip routing command will let us see any changes that the router
performs when add or delete routes.

23. Which two commands disable the "debug ip routing?
a. undebug ip routing
b. undebug all

24. Do Packet Tracer 2.3.1 "Verifying Changes to the Routing Table

25. What do periods represent in the output of a "ping command?

26. When a router only has its configuradas sus interfaces, and the tabla de
enrutamiento contains the redes conectadas directamente but no other routes, only
devices on those en dichas redes conectadas are reachable.

27. Do Packet Tracer 2.3.2 "Devices on Directly Connected Networks

28. El Protocolo de Descubrimiento de Cisco is a powerful network monitoreo and
resolucin tool. CDP is an informationgathering tool used by network
administrators to get information about directly connected Cisco devices. CDP is a
herramienta patentada that enables you to access a summary of protocolo and
direccin information about Cisco devices that are directamente conectados.

29. CDP, routing protocols consider neighbors to be devices that share the mismo
enlace de datos space.

30. CDP operates at capa 2 only. Therefore, CDP neighbors are Cisco devices that
are directly connected fsicamente en forma directa and comparten the same data
link.




31. Explain the following outputs in detail:
a. Show CDP neighbor:
Este comando muestra informacin detallada sobre los dispositivos Cisco que
estn conectados directamente al dispositivo actual, incluyendo las direcciones P.
b. Show CDP neighbors detail:
Este comando muestra informacin detallada sobre un dispositivo en especfico
que est conectado al dispositivo.

32. Do Packet Tracer 2.3.3 "Cisco Discovery Protocol
33. The show cdp neighbors detail command also reveals the direccin P of a
neighboring device. CDP will reveal the neighbor's direccin P regardless of
whether or not you can hacer ping con the neighbor.

34. Describe the effects of the following commands?
a. no cdp run: se utiliza para desactivar el CDP globalmente en todo el dispositivo.
b. no cdp enable: Es utilizado lo si se desea utilizar el CDP, pero se necesitar
interrumpir las publicaciones CDP en una interfaz determinada.

35. Do Packet Tracer 2.3.4 "Using CDP for Network Discovery

36. What are two ways that a router can learn about remote networks?
a. Manualmente, a partir de las rutas estticas configuradas.
b. Automticamente, a partir de un protocolo de enrutamiento dinmico

37. Las Rutas Estticas are commonly used when routing from a network to a red
de conexin nica.

38. What is a "stub network?
Es una red a la que se accede por una sola ruta

39. What two commands can show that a static route has been configured?
a. show ip route.
b. show running-config.

40. List and describe the three routing principles:
a. Principle 1:
Cada router toma sus propias decisiones en forma independiente, segn la
informacin de su propia tabla de enrutamiento.
b. Principle 2:
El hecho de que un router tenga cierta informacin en su tabla de enrutamiento no
significa que los otros routers tengan la misma informacin.
c. Principle 3:
La informacin de enrutamiento acerca de la ruta de una red a otra no proporciona
informacin de enrutamiento acerca de la ruta inversa o de retorno.

41. Before any packet is forwarded by a router, the table de enrutamiento process
must determine the exit interfaz to use to forward the packet. This is known as
resolucin de rutas.

42. Definition of recursive lookup?
Es cuando el router tiene que realizar mltiples bsquedas en la tabla de
enrutamiento antes de reenviar un paquete.

43. Every ruta that references only a la direccin P del siguiente salto, and does
not reference an interfaz de salida, must have the nexthop P address resolved
using another ruta in the taba de enrutamiento that has an exit interface.

44. ow is a route displayed in the routing table if it is using an exit interface?
S 192.168.2.0/24 is directly connected, Serial0/0/0

45. Static routes that are configured with exit interfaces instead of nexthop P
addresses are ideal for most redes seriales punto a punto. Las redes punto a
punto that use protocols such as DLC and PPP do not use the nexthop P
address in the packet forwarding process. The routed P packet is encapsulated in
an trama DLC Layer 2 frame with a broadcast Layer 2 destination address.

46. What are times when a previously configured static route needs to be
modified?
a. La red de destino ya no existe y, por lo tanto, la ruta esttica se debe eliminar.
b. Se produce un cambio en la topologa y se debe cambiar la direccin intermedia
o la interfaz de salida.

47. What command is used to delete a static route?
no ip route

48. Do Packet Tracer 2.5.3 "Verifying the Static Route Configuration

49. f this entry is not in the tabla ARP, R1 sends an solicitud via its FastEthernet
0/1 interface. The Broadcast de Capa 2 is requesting that if any device has the P
address 172.16.2.2, it should respond
with its direccin MAC.

50. What is the difference between an Ethernet network and a pointtopoint serial
network?
Es que una red punto a punto slo tiene un dispositivo ms en esa red. Con las
redes Ethernet, es posible que existan muchos dispositivos diferentes que
comparten la misma red de accesos mltiples, incluyendo hosts y hasta routers
mltiples.

51. s there any way to configure a static route over an Ethernet network so that it
does not have to use the recursive lookup of the nexthop P address, explain in
detail?
S, puede realizarse configurando la ruta esttica para que incluya la interfaz de
salida y la direccin P del siguiente salto.

52. What is an advantage to utilizing exit interfaces in static routes for both serial
pointtopoint and Ethernet outbound networks?
La ventaja es que el proceso de la tabla de enrutamiento tiene que realizar una
sola bsqueda para encontrar la interfaz de salida en lugar de una segunda
bsqueda para resolver una direccin del siguiente salto.
53. What is best to configure static routes with outbound Ethernet networks?
Es mejor configurar las rutas estticas tanto con la direccin del siguiente salto
como con la interfaz de salida.

54. What is best to configure static routes with outbound pointtopoint serial
networks?
Es mejor configurar las rutas estticas tanto con la direccin del siguiente salto
como con la interfaz de salida.

55. Explain route summarization?
La sumarizacin de rutas reduce el nmero de rutas que el router debe mantener.
Es un mtodo para representar una serie de nmeros de red en una nica
direccin sumarizada.

56. What are the two ways multiple static routes can be summarized into a single
static route if?
a. las redes de destino se pueden resumir en un asola direccion de red
b. todas las rutas estaticas utilizan la msimas interface de salida o la direccion ip
del siguente salto.

57. Describe the six steps to calculating a summary route:
Escribir en binario las redes que se desean resumir.
Para encontrar la mscara de subred para la sumarizacin, comenzar con el
primer bite que se encuentra la izquierda.
Continuar hacia la derecha y buscar todos los bites que coincidan
consecutivamente.
Cuando se encuentre una columna de bytes que no coincidan debemos
detenernos. Se encuentra el lmite de sumarizacin.
Ahora se cuenta la cantidad de bytes coincidentes, comenzando por la izquierda.
Este nmero ser su mscara de subred para la ruta sumarizada.
Para encontrar la direccin de red para la sumarizacin, copie los 22 bits que
coinciden y agregue 0 a los dems.

58. ow many summarized routes are in the internet core routers?
Existen ms de 200 000 rutas en los routers centrales de nternet. La mayora de
estas rutas son rutas sumarizadas.

59. Define a default static route.
Es una ruta que coincidir con todos los paquetes.

60. When are default static routes used?
1.- Cuando ninguna otra ruta de la table de enrutamiento coincide con la direccion
ip de destino del paquete. En otras palabras, cuando no existe una coincidencia
ms especifica. Se utilizan comn mente cuando se conectan un Router perifrico
de una compaa a la red SP.
2.- cuando un Router tiene otro Router nico al que esta conectado.

61. Write out the syntax for a default static route.
Router(config)#ip route 0.0.0.0 0.0.0.0 [exit-interface| ip-address]

62. What does the asterisk mean in the following output? S* 0.0.0.0/0 is directly
connected, Serial0/0/0
ndica que esta ruta esttica es una ruta candidata predeterminada.

63. What is also referred to as a default static route?
Las rutas predeterminadas son muy comunes en los routers.

64. Do Packet Tracer 2.6.2 "Default Static Route

65. Name some forces that will cause networks to change their status?
a. Falla una interfaz.
b. Un proveedor de servicios desactiva una conexin.
c. Se produce una sobresaturacin de enlaces.
d. Un administrador ingresa una configuracin incorrecta.

66. What are some isolated routing troubleshooting utilities?
a. ping
b. traceroute
c. show ip route

67. Do Packet Tracer 2.7.3 "Solving the Missing Route

68. Print out and turn in, andsonLab 2.8.1 "Basic Static Route Configuration

69. Print out and turn in, andsonLab 2.8.2 "Challenge Static Route
Configuration

70. Print out and turn in, andsonLab 2.8.3 "Troubleshooting Static Routes

71. Do Packet Tracer 2.9.1 "Packet Tracer Skills ntegration Challenge

You might also like