Skip to main content

CCNA v4 - E2 - Module 5 (100/100)

1. Refer to the exhibit. All routers in the exhibit are running RIP v1. The network administrator issues the show ip route command on router A. What routes would appear in the routing table output if the network is converged? (Choose two).

  R 192.168.2.0/24 [120/1]
  R 10.10.1.0/24 [120/2]

2. Refer to the exhibit. The Ethernet interface on Router2 goes down and the administrator notices that the route is still valid in the routing table of Router1. How much longer will it take for Router1 to mark the route invalid by setting the metric to 16?

  155 seconds

3. Refer to the exhibit. The network that is shown is running RIPv1. The 192.168.10.0/24 network was recently added and will only contain end users. What command or set of commands should be entered on Router1 to prevent RIPv1 updates from being sent to the end user devices on the new network while still allowing this new network to be advertised to other routers?

  Router1(config-router)# passive-interface fastethernet 0/0

4. Which of the following is considered a limitation of RIP v1?

  RIP v1 does not send subnet mask information in its updates.

5. Refer to the exhibit. What can be concluded from the routing table output of router B?

  The default-information originate command has been entered on A.

6. Refer to the exhibit. A network consists of multiple routers. What can be verified when the show ip protocols command is issued on one of the routers in the network?

  routing protocol configuration in use for IP on this router

7. The following line was displayed in the output of the show ip route command.

R 192.168.3.0/24 [120/3] via 192.168.2.2, 00:00:30, Serial0/0

What is the value of the routing metric?

  3

8. Which of the following would be the correct command sequence to enable RIP on Router B for all connected networks?

  RouterB(config)# router rip
  RouterB(config-router)# network 198.16.4.0
  RouterB(config-router)# network 210.36.7.0
  RouterB(config-router)# network 220.17.29.0

9. Which two statements are true regarding the characteristics of RIPv1? (Choose two).

  It is a distance vector routing protocol.
  The data portion of a RIP message is encapsulated into a UDP segment.

10. What are three characteristics of the RIPv1 routing protocol? (Choose three.)

  uses hop count as a metric
  considers a metric of 16 as infinity
  calculates metrics using the Bellman Ford algorithm

11. Refer to the exhibit. All routers that are shown are running the RIP routing protocol. All unknown IP traffic must be forwarded to the ISP. What router or set of routers are recommended to have both a default route and the default-information originate command issued to implement this forwarding policy?

  only the gateway router

12. What is the default update period in seconds for the RIP routing protocol?

  30

13. Refer to the exhibit. Router1 and Router2 are running the RIPv1 protocol. The network administrator configures the command network 10.1.0.0 on Router1. What network will Router1 advertise to Router2?

  10.0.0.0/8

14. Refer to the exhibit. All routers are configured with valid interface addresses in the indicated networks and are running RIPv1. The network is converged. Which routes are present in the routing tables?

  All routers have all /30 routes. Routers A and E also have some of the /24 routes in their routing table.

15. What will happen if an interface IP address is entered for the address portion of the network command in a RIPv1 configuration instead of a network address?

  All interfaces in the same classful network as the configured address will be included in the RIPv1 routing process.

16. Refer to the exhibit. Router1 is running RIPv1. What command was entered into Router1 to configure the gateway of last resort?

  ip route 0.0.0.0 0.0.0.0 S0/0/1

17. Refer to the output from the show ip route command. What can be concluded from the output of this router command?

  There are two equal cost paths to network 1.0.0.0.

18. Which command will display RIP activity as it occurs on a router?

  debug ip rip

19. Which command or set of commands will stop the RIP routing process?

  RouterB(config)# no router rip

If you like this post, please say thanks and bookmarks this site. Click here to get update latest

Comments

Popular posts from this blog

[韓日関係] 首相含む大幅な内閣改造の可能性…早ければ来月10日ごろ=韓国

div not scrolling properly with slimScroll plugin

I am using the slimScroll plugin for jQuery by Piotr Rochala Which is a great plugin for nice scrollbars on most browsers but I am stuck because I am using it for a chat box and whenever the user appends new text to the boxit does scroll using the .scrollTop() method however the plugin's scrollbar doesnt scroll with it and when the user wants to look though the chat history it will start scrolling from near the top. I have made a quick demo of my situation http://jsfiddle.net/DY9CT/2/ Does anyone know how to solve this problem?

Why does this javascript based printing cause Safari to refresh the page?

The page I am working on has a javascript function executed to print parts of the page. For some reason, printing in Safari, causes the window to somehow update. I say somehow, because it does not really refresh as in reload the page, but rather it starts the "rendering" of the page from start, i.e. scroll to top, flash animations start from 0, and so forth. The effect is reproduced by this fiddle: http://jsfiddle.net/fYmnB/ Clicking the print button and finishing or cancelling a print in Safari causes the screen to "go white" for a sec, which in my real website manifests itself as something "like" a reload. While running print button with, let's say, Firefox, just opens and closes the print dialogue without affecting the fiddle page in any way. Is there something with my way of calling the browsers print method that causes this, or how can it be explained - and preferably, avoided? P.S.: On my real site the same occurs with Chrome. In the ex