• 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/35

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;

35 Cards in this Set

  • Front
  • Back
LSA Type 1
Router LSA: Lists all of a router's links and their state. These LSAs are flooded within the area they originated.
LSA Type 2
Network LSA: Produced by the DR on every multiaccess network. These LSAs list all attached routers, including the DR itself; they are flooded within the originating area.
LSA Type 3
Network Summary: Originated ABRs; sent into an area to advertise destinations outside the area; flooded throughout the autonomous system.
LSA Type 4
ASBR Summary: Also originated by ABRs; the destination advertised is an ASBR; flooded throughout the autonomous system.
LSA Type 5
AS External: Originated by ASBRs and advertises an external destination or a default route to an external destination; flooded throughout the autonomous system.
LSA Type 7
NSSA External: Originated by ASBRs in not-so-stubby areas.
RFC-Compliant mode: Nonbroadcast multiaccess (NBMA)
■ One IP subnet required.
■ Must manually configure neighbors—neighbor <address> [priority <number>] [poll-interval <number>]
■ DR/BDR election.
■ DR/BDR need full connectivity with all routers.
■ Sometimes used in partial mesh.
■ Frame Relay and ATM networks default to this type.
RFC-Compliant mode: Point-to-multipoint
■ One IP subnet required.
■ Hello packets used to discover neighbors.
■ DR/BDR not required.
■ Sometimes used in partial mesh.
Cisco mode: Point-to-multipoint nonbroadcast
■ Used if interface does not support multicast capabilities.
■ Neighbors must be manually configured.
■ DR/BDR election is not required.
Cisco mode: Broadcast
■ Makes WAN appear as LAN.
■ One IP subnet required.
■ Hellos discover neighbors.
■ DR/BDR elected.
■ Requires full mesh.
Cisco mode: Point-to-point
■ One IP subnet required.
■ No DR/BDR election.
■ Interfaces can be LAN or WAN.
OSPF Packet Type 1
Hello—These packets are used to build adjacencies
OSPF Packet Type 2
Database Description (DBD)—Checks for database synchronization between routers
OSPF Packet Type 3
Link-State Request (LSR)—Requests link state specifics from the router
OSPF Packet Type 4
Link-State Update (LSU)—Sends requested link-state records
OSPF Packet Type 5
Link-State Acknowledgment (LSA)—Acknowledges the
other packet types
All Shortest Path First Routers Multicast Address
224.0.0.5
Designated Router [DR]/Backup Designated Router [BDR] Multicast Address
224.0.0.6
Link State Summaries
Sent every 30 minutes to ensure synchronization
Link State Entries Max Age
60 minutes
Router Type: O
OSPF intra-area (router LSA)—Networks from within the same area as the router; Type 1 LSAs are used to advertise.
Router Type: O IA
OSPF interarea (summary LSA)—These are networks outside of the area of the router, but within the autonomous system; Type 3 LSAs are used to advertise.
Router Type: O E1
Type 1 external routes—Networks outside of the autonomous system; advertised by Type 5 LSAs; calculate cost by adding the external cost to the internal cost of each link that the packet crosses; used when multiple ASBRs are advertising the external route.
Router Type: O E2
Type 2 external routes—Networks outside of the autonomous system; advertised by Type 5 LSAs; cost is always the external cost only. This is the default type on Cisco routers.
Stub Area
An area into which external LSAs are not flooded (Type 4 and 5 LSAs are blocked). Adjacencies do not form with any other router not marked as stub. Virtual links cannot be configured within a stub. To configure an area as stub, use the following command:

Router(config-router)# area <area-id> stub
Totally Stubby Area
Also block summary (Type 3 LSAs); the only exception is a single Type 3 default LSA. To configure an area as totally stubby, use the following command:

Router(config-router)# area <area-id> stub [no-summary]

The no-summary keyword needs to be used on the ABR only. You can change the cost of the default route sent into the totally stubby area using the following router configuration command (default cost is 1):

area <area-id> default-cost <cost>
Not-So-Stubby Area
Allows external routes to be advertised into the stub area Type 7 LSAs. A not-so-stubby area (NSSA) ASBR generates the Type 7 LSA, and an NSSA ABR translates it into a Type 5 LSA, which gets sent into the OSPF domain. To configure an NSSA, use the following router configuration command:

area <area-id> nssa [no-redistribution] [defaultinformation-originate]

The area area-id nssa command is used on all routers in the area; it is used in place of the area stub command.
LSA Types Summary
Configure interarea route summarization on an ABR
area <area-id> range <address> <mask>
Configure route summarization on an ASBR
summary-address <address> <mask> [not-advertise] [tag <tag>]

The not-advertise optional keyword suppresses routes that match the specified prefix. The tag value can be used as a “match” value for controlling redistribution with route maps on the ABR.
Clear Text Authentication
Step 1. Enable area authentication on all routers in the area; use the following router configuration command:

area <area_id> authentication

Step 2. Enter the clear-text password on the interface in interface configuration mode:

ip ospf authentication-key <password>
MD5 Authentication
Step 1. Enable MD5 area authentication on all routers in the area using router configuration mode:

area <area_id> authentication
<message-digest>

Step 2. Set the key and password on the interfaces using interface configuration mode:

ip ospf message-digest-key <key_value> md5 <password>
Calculate Cost Formula
cost = reference bandwidth/bandwidth

The default reference bandwidth is 100 Mbps. The bandwidth value is
that which is configured on the interface using the bandwidth command.
Administrative Distance
Three different administrative distance values are possible for OSPF—intra-area routes, interarea routes, and external routes. By default, all are set to 110; these can be changed with the following router configuration command:

distance ospf {[intra-area <dist1>] [inter-area <dist2>] [external <dist3>]}
Command to Reduce LSA Flooding
Reduces the flooding of LSAs in stable topologies by setting LSAs to “do not age”; this is accomplished with the following interface configuration command on a per-interface basis:

ip ospf flood-reduction