Chapter 11: BGP Flashcards
Number of unique ASNs.
4,294,967,295
Private ASN range.
16-bit range: 64,512-65,535
32-bit range: 4,200,000,000 - 4,294,967,295
Who is responsible for ensuring all public ASNs are globally unique?
IANA
Requirements for requesting a public ASN.
- Proof of a publicly allocated network range.
- Proof that internet connectivity is provided through multiple connections.
- Need for a unique routing policy from providers.
______ _______ provide BGP with granularity and control of routing policies within BGP.
Path Attributes
Types of BGP Path Attributes
Well-known mandatory
Well-known discretionary
Optional transitive
Optional non-transitive
Which path attribute must be included with every prefix advertisement?
Well-known mandatory
Which path attribute may or may not be included with a prefix advertisement?
Well-known discretionary
A routing update that consists of the network prefix, prefix length, and any BGP path attributes for the specific route.
Network Layer Reachability Information (NLRI)
T/F:
BGP does not contain a complete topology of the network.
True
T/F:
BGP is a link-state routing protocol.
False
BGP is a path vector protocol.
Attribute that includes a list of all of the ASNs that the prefix advertisement has traversed from its source.
AS_Path
What is the purpose of the Address Family Identifier?
Advertises addresses from the specified address family to a BGP neighbor.
What occurs when a BGP router receives a prefix advertisement with its AS listed in the AS_Path attribute?
The prefix advertisement is dropped because the router thinks the advertisement forms a loop.
T/F:
BGP uses Hello packets to maintain and discover neighbors.
False
BGP neighbors are defined by IP addresses.