1 / 42

Any Questions?

Any Questions?. Chapter 14 Routing Protocol Concepts and Configuration. Connected and Static Routes Routing Protocol Overview Configuring and Verifying RIP-2. Do I know this?. Go through the Quiz- 5 minutes.

tory
Download Presentation

Any Questions?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Any Questions?

  2. Chapter 14 Routing Protocol Concepts and Configuration • Connected and Static Routes • Routing Protocol Overview • Configuring and Verifying RIP-2

  3. Do I know this? Go through the Quiz- 5 minutes

  4. 1. Which of the following must be true for a static route to be installed in a router’s IP routing table? a. The outgoing interface associated with the route must be in an “up and up” state. b. The router must receive a routing update from a neighboring router. c. The ip route command must be added to the configuration. d. The outgoing interface’s ip address command must use the special keyword.

  5. 2. Which of the following commands correctly configures a static route? a. ip route 10.1.3.0 255.255.255.0 10.1.130.253 b. ip route 10.1.3.0 serial 0 c. ip route 10.1.3.0 /24 10.1.130.253 d. ip route 10.1.3.0 /24 serial 0

  6. 3. Which of the following routing protocols are considered to use distance vector logic? a. RIP b. IGRP c. EIGRP d. OSPF

  7. 4. Which of the following routing protocols are considered to use link-state logic? a. RIP b. RIP-2 c. IGRP d. EIGRP e. OSPF f. Integrated IS-IS

  8. 5. Which of the following routing protocols support VLSM? a. RIP b. RIP-2 c. IGRP d. EIGRP e. OSPF f. Integrated IS-IS

  9. 6. Which of the following routing protocols are considered to be capable of converging quickly? a. RIP b. RIP-2 c. IGRP d. EIGRP e. OSPF f. Integrated IS-IS

  10. 7. Router1 over a serial link, has interfaces with addresses 10.1.1.2 and 11.1.1.2. Which of the following commands would be part of a complete RIP Version 2 configuration on Router2, with which Router2 advertises out all interfaces, and about all routes? a. router rip b. router rip 3 c. network 9.0.0.0 d. version 2 e. network 10.0.0.0 f. network 10.1.1.1 g. network 10.1.1.2 h. network 11.0.0.0 i. network 11.1.1.2

  11. 8. Which of the following network commands, following a router rip command, would cause RIP to send updates out two interfaces whose IP addresses are 10.1.2.1 and 10.1.1.1, mask 255.255.255.0? a. network 10.0.0.0 b. network 10.1.1.0 10.1.2.0 c. network 10.1.1.1. 10.1.2.1 d. network 10.1.0.0 255.255.0.0 e. network 10 f. You cannot do this with only one network command.

  12. 9. What command(s) list(s) information identifying the neighboring routers that are sending routing information to a particular router? a. show ip b. show ip protocol c. show ip routing-protocols d. show ip route e. show ip route neighbor f. show ip route received

  13. 10. Review the snippet from a show ip route command on a router: R 10.1.2.0 [120/1] via 10.1.128.252, 00:00:13, Serial0/0/1 Which of the following statements are true regarding this output? a. The administrative distance is 1. b. The administrative distance is 120. c. The metric is 1. d. The metric is not listed. e. The router added this route to the routing table 13 seconds ago. f. The router must wait 13 seconds before advertising this route again.

  14. Any Questions?

  15. Connected and Static Routes • Routers need to know about networks • How can they learn • Connected • Static route • Dynamic route(routing protocols)

  16. Connected and Static Routes Can learn from Connected interfaces • When you program an interface, that network is automatically entered into the router • Can be programmed Statically • Ip route command

  17. PING to check connectivity • Ping sends ICMP echo requests • Router must know destination network address to forward packet • Extended Ping • Choose interface that ping is sent from • Can check different aspects of the router

  18. Default Routes • Routers will discard packets if they do not have the destination in their routing tables • A default route is a fallback-where to send packets if nothing matches in the table • Usually used when there is only one path to exit. • R1 can only got through the S0/1 interface Pg 447

  19. Default Routes • Ip route 0.0.0.0 0.0.0.0 172.16.3.2 • 0.0.0.0 is a wildcard that catches everything • Send all unknown destination packets to 172.16.3.2 Gateway of last resort is 172.16.3.2 to network 0.0.0.0 172.16.0.0/24 is subnetted, 3 subnets C 172.16.1.0 is directly connected, FastEthernet0/0 C 172.16.3.0 is directly connected, Serial0/1 S* 0.0.0.0/0 [1/0] via 172.16.3.2 Pg 448

  20. Routing Protocol Overview • Fill the routing table • Routers advertise the routes they know about • Starting with connected routes • Routers add information to their tables and then send it out again

  21. RIP v2 • Each router tells the others about its routes • Like a rumor or a game of telephone

  22. Routing Process Pg 449

  23. Comparing IP Protocols • Proprietary or Open • VLSM Support or Not • Interior or Exterior Pg 450-451

  24. Autonomous Systems • Network under administrative control of an organization • Corporation or Government • Autonomous System Number (ASN) given out by groups that control IP addresses • Used so routers can make sure they don’t spread routes back to themselves • Used in some routing protocols Pg 451

  25. ASs and EGPs Pg 452

  26. Routing Protocol Types • Just know the names for now Pg 452

  27. Metrics • If there is more than one route, how to decide which is best? • Different protocols use different metrics Pg 453

  28. RIP • Distance Vector • Uses Hop Count • No notice of condition or links Pg 453

  29. EIGRP • Link State • Uses more complex metric • Bandwidth and delay Pg 453

  30. Summarization • Routers work faster with less entries in the table • If they can group networks into one entry, it is easier • Autosummarization • Manual Summarization • Allows you to control the summary process Pg 454

  31. Classful and Classless Routing • If a routing protocol pays attention to original IP address class and not just the subnet mask-classful Pg 454

  32. Convergence • How fast will all the routers in a network have the same information • Faster is more nimble-better able to adjust to failures Pg 455

  33. Summary of IGP Pg 456

  34. Configuring RIP v2 • Main commands router RIP version 2 network Network Number Pg 457-458

  35. Configuring RIP v2 • Main commands router RIP Tells the router to turn on the routing protocol version 2 Tells the router which version of RIP to use network Network Number • Which of the routers interfaces should routing announcements be made on • Which networks should be advertised • RIP will change this to a classful address Pg 457-458

  36. Other Routing Commands • Passive interface • Turn off updates on that interface. Don’t make announcements Pg 458

  37. RIP Verification Pg 459

  38. Understanding sh ip route • See handout Pg 460

  39. Administrative Distance • Measure of the quality of routing information • If a router uses multiple protocols, the route in the table will be based on AD Pg 462

  40. Sh ip protocols & Debuging RIP • show ip protocols • See which routing protocols are in use on which interfaces • debug ip rip • See rip messages as they are sent and received Pg 463-465

  41. Any Questions?

  42. Key Topics • See handout • What is purpose or routing protocol • How do you configure rip • How do you use the network command

More Related