1.3-BGP Path Attributes and Loop Prevention Flashcards
What are the four BGP path attributes?
Origin: Indicates how a route was learned (IGP, EGP, or Incomplete).
AS Path: Lists the sequence of Autonomous Systems (ASes) the route has traversed.
Next Hop: Specifies the next-hop IP address to reach the advertised prefix.
Local Preference: Influences outbound traffic by setting a preference for BGP paths within an AS (higher is preferred).
What are the Metrics for Well-known, Mandatory attributes?
- Origin: Origin type (IGP, EGP, or unknown).
- AS-Path: List of autonomous systems which the advertisement has traversed.
- Next-hop: External peer in neighboring AS.
What are the Metrics for Well-known, Discretionary attributes?
- Local Preference: Influences outbound traffic within an AS (used for best path selection).
- Atomic Aggregate: Indicates that a less specific route was aggregated, causing loss of more specific routes.
What are the Metrics for Optional, Transitive attributes?
Aggregator: Identifies the AS that aggregated routes.
Community: Used for route grouping and policy enforcement.
Originator ID: Used in Route Reflector environments to prevent routing loops.
What are the Metrics for Optional, Non-Transitive attributes?
MED: Influences inbound traffic between two autonomous systems (ASes).
Origin Validation State: Determines if a prefix is legitimate based on ROA (Route Origin Authorization).