• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/29

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

29 Cards in this Set

  • Front
  • Back

Link State Database

The data structure held by an OSPF router for the purpose of storing topology data.
Shortest Path First (SPF)
The name of the algorithm OSPF uses to analyze the LSDB. The analysis determines the best (lowest cost) route for each prefix/length.
Link State Update (LSU)
The name of the OSPF packet that holds the detailed topology information, specifically LSAs.
Link State Advertisement (LSA)
The name of a class of OSPF data structures that hold topology information. LSAs are held in memory in the LSDB and communicated over the network in LSU messages.
Area
A contiguous grouping of routers and router interfaces. Routers in an area strive to learn all topology information about the are, but they do not learn topology information about areas to which they do not connect.
Area Border Router (ABR)
A router that has interfaces connected to at least two different OSPF areas, including the backbone area. ABRs hold topology data for each area, and calculate routes for each area, and advertise about those routes between areas.
Backbone router
Any router that has at least one interface connected to the backbone area.
Internal routers
A router that has interfaces connected to only one area, making the router completely internal to that one area.
Designated Router (DR)
On multiaccess data links like LANs, an OSPF router elected by the routers on that data link to perform special functions. These functions include the generation of LSAs representing the subnet, and playing a key role in the database exchange process.
Backup Designated Router (BDR)
A router on a multiaccess data link that monitors the DR and becomes prepared to take over for the DR, should the DR fail.
What does OSPF use as a router ID?
When OSPF process is initialized, as follows, in the listed order of precedence:

1 - Use the router ID defined in the router-id x.x.x.x OSPF router subcommand.

2 - Use the highest IP address of any up/up loopback interface.

3 - Use the highest IP address of any up/up non-loopback interface.
show ip ospf interface brief
Lists the interfaces on which OSPF is enabled (based on the 'network' commands); it omits passive interfaces.
show ip protocols
Lists the contents of the 'network' configuration commands for each routing process, and a list of enabled but passive interfaces.
show ip ospf neighbors
Lists known neighbors, including neighbor state; does not list neighbors for which some mismatched parameter is preventing a valid OSPF neighbor relationship.
show ip ospf database
Lists all LSAs for all connected areas.
show ip route
Lists the contents of the IP routing table, listing OSPF-learned routes with a code of 'O' on the left side of the output.
Transport
IP, protocol type 89 (does not use UPD or TCP).
Metric
Based on cumulative cost of all outgoing interfaces in a route. The interface cost defaults to a function of interface bandwidth but can be set explicitly.
Hello Interval
Interval at which a router send OSPF Hello messages on an interface.
Dead interval
Timer used to determine when a neighboring router has failed, based on a router not receiving any OSPF messages, including Hellos, in this timer period.
Update destination address
Normally sent to 224.0.0.5 (All SPF Routers) and 225.0.0.6 (All Designated Routers).
Full or partial updates
Full updates are used when new neighbors are discovered; otherwise, partial updates are used.
Authentication
Supports MD5 and clear-text authentication.
VLSM/classless
OSPF includes the mask with each route, also allowing it to support discontiguous networks and VLSM.
Route Tags
Allows OSPF to tag routes as they are redistributed into OSPF.
Next-hop field
Supports the advertisement of routes with a different next-hop router than the advertising router.
Manual route summarization
Allows route summarization at ABR routers only.
Items in a Hello Packet
OSPF Router ID, Stub area flag, Hello interval, Dead interval, subnet mask, list of neighbors reachable on the interface, area ID, router priority, DR IP address, BDR IP address, authentication digest
Must meet to become neighbors
Interface IP address must be in same subnet, must not be a passive interface, must be in same area, Hello and Dead timer must match, Unique router IDs, MTU must match, authentication if configured