Tuesday, May 11, 2010

7.7 Configuring OSPF

Monday, May 10, 2010

7.6 Open Shortest Path First (OSPF) Basics

  • OSPF is an open standard routing protocol
  • OSPF works by using the Dijkstra algorithm
  • OSPF features:
  1. Consists of areas and autonomous systems
  2. Minimizes routing update traffic
  3. Allow scalability
  4. Support VLSM/CIDR
  5. Has unlimited hop count
  6. Allow multi-vendor deployment (open standard)

Wednesday, May 5, 2010

7.5 Verifying EIGRP

  • EIGRP troubleshooting commands:

Monday, May 3, 2010

7.3 Configuring EIGRP

  • EIGRP can be configured through two modes:
  1. Router Config Mode
  2. Interface Config Mode
  • Router config mode enables the protocol, determines which networks will run EIGRP, and sets global characteristics
  • Interface config mode allows customization of summaries, metrics, timers and bandwidth

Friday, April 30, 2010

7.2 Using EIGRP to support large networks

EIGRP features:
  • Support for multiple ASes on a single router
  • Support for VLSM and summarization
  • Route discovery and maintenance

Thursday, March 11, 2010

7.1 EIGRP Features and Operation

  • EIGRP includes the subnet mask in its route updates
  • EIGRP is hybrid routing protocol (has characteristics of both distance-vector & link-state protocols)
  • EIGRP sends distance-vector updates containing info about networks plus cost of reaching them from the perspective of advertising router and synchronizes routing tables between neighbors at startup and then send specific updates only when topology changes occur
  • EIGRP has a max hop count of 255 ( default = 100)
  • EIGRP main features:
  • EIGRP supports different network layer protocols (IP, IPX, AppleTalk & IPv6) through the use of PDM (protocol-dependent module)
  • Each EIGRP PDM will maintain a separate series of tables containing the routing info that applied to a specific protocol
  • EIGRP neighbor-ship establishment conditions: (Hello or ACK received; AS numbers match; Identical metrics (K values))
  • Feasible distance: Best metric along all paths to a remote network, including the metric to the neighbour that is advertising that remote network
  • Reported/advertised distance: Metric of a remote network, as reported by a neighbor
  • Neighbor table: Each router keeps state info about adjacent neighbors
  • Topology table: populated by PDM and acted upon by Diffusing Update Algorithm (DUAL)
  • Feasible successor: path whose reported distance is less than the feasible route, and it's considered a backup route
  • Succesor: best route to a remote network
  • EIGRP uses a proprietary protocol called Reliable Transport Protocol (RTP) to manage the communication of message between EIGRP-speaking routers
  • EIGRP uses Diffusing Update Algorithm (DUAL) for selecting and maintaining the best path to each remote network
  • DUAL features: