A fundamental loop-prevention mechanism in EIGRP that prevents a router from advertising a route back out the same interface through which it was learned.
Unlike EIGRP, OSPF hello and dead timers must match exactly between neighboring routers for an adjacency to form. A mismatch will prevent the neighbor relationship.
When used with the `aggregate-address` command, this keyword suppresses the advertisement of more specific (component) network prefixes, ensuring only the single, broader aggregate route is advertised.
OSPF routes have an AD of 110. If a route to the same destination is learned from a source with a lower AD (e.g., static=1, EIGRP=90), the OSPF route will not be installed in the routing table.
A spoke router must have a static NHRP map (`ip nhrp map`) that maps the hub's tunnel IP address to its physical (NBMA) IP address, which is crucial for the spoke to find the hub.
Used during route aggregation, this keyword preserves the AS_Path history of component routes. The collected ASNs are stored in a set that counts as only one AS hop for path length comparison.
A logical connection used to bridge a discontiguous Area 0 or connect a non-backbone area to the backbone through a transit area. It is configured using the `area [transit_area_id] virtual-link [remote_router_id]` command.
An intermediate state in tunnel establishment where an IKE session and IPsec SA exist, but the spoke router has not yet successfully registered with the Next Hop Server (NHS) hub.
A route filtering method that applies inbound to the routing table, preventing routes from the LSDB from being installed. It does not filter the exchange of LSAs between neighbors.
A loop-prevention rule that can inadvertently block route propagation. If a hub router learns a route from one spoke, split horizon prevents it from advertising that route back out the same interface to other spokes.
Used with the `aggregate-address` command to preserve the AS_Path history of component routes during summarization. The collected ASNs count as only one AS hop for path length comparison.
A logical connection configured to bridge a discontiguous Area 0 or connect a non-backbone area to the backbone through a "transit area." It is created using the `area transit_area_id virtual-link remote_router_id` command.
A flag indicating to receiving BGP speakers that a loss of path information has occurred during route aggregation. The aggregate route appears as if it originated from the aggregating AS.
A route filtering method that applies *inbound* to prevent routes from being installed into the routing table from the LSDB. It does not filter LSA exchange between neighbors.
Misconfiguring the transit area ID (using the destination area's ID instead of the transit area's) or using an interface IP address instead of the remote router's unique Router ID (RID).
1. INTF (line protocol down),
2. IKE (IPsec key exchange not established),
3. IPsec (Security Association not established),
4. NHRP (spoke not registered with hub),
5. Up (spoke registered successfully).
When aggregating routes, the `as-set` attribute collects AS_Path attributes from component routes. For AS_Path length comparison, the entire `AS_SET` (even if it contains multiple ASNs) counts as only one AS hop.
An OSPF interface command used as a solution to bypass the MTU comparison check, allowing neighbors with mismatched MTU values to form a FULL adjacency.
A cause for neighbor failure where two routers in an OSPF domain have the same Router ID (RID). This prevents adjacency and can lead to a syslog message like `%OSPF-4-DUP_RTRID_NBR`.
A feature that stops an interface from sending and receiving OSPF hello packets, preventing adjacency formation, but still allows the interface's network to be advertised into OSPF. It can be verified with `show ip protocols`.
A BGP neighbor cannot use both a `distribution list` and a `prefix list` simultaneously for either receiving or advertising routes; one must be chosen per direction.
Sourced by an ASBR within a Not-So-Stubby Area (NSSA), it describes external routes. It exists only within the NSSA and is translated to a Type 5 LSA by the NSSA ABR to be flooded into Area 0.
The `ip ospf` interface command
null0 route
Set the OSPF priority to 0 on all other routers (spokes) on the segment.
