1.2 What is BGP Flashcards
Is BGP a fast routing protocol?
BGP is a Path Vector routing protocol. BGP it’s the slowest routing protocol by design. It uses port TCP 179 as transport.
What’s the definition of an Autonomous System (AS)?
Autonomous System (AS) is a group of networks/prefixes in a logical domain under the control of a single entity.
Is eBGP routing protocol used inside or outside?
eBGP is an external routing protocol with AD:20
Is iBGP routing protocol used inside or outside?
iBGP is an internal routing protocol with AD: 200.
What mechanism does BGP use as route loop prevention?
BGP uses AS-Path as a route loop prevention
Do you need to be directly connected to establish a BGP neighbor relationship?
BGP does not need to be directly connected to form a neighbor.
iBGP default TTL is 255.
eBGP default TTL is 0, but it can be adjusted via the configuration:
R1 (config-router)#no neighbor X.X.X.X disable-connected-check
R1 (config-router)#neighbor X.X.X.X ebgp-multihop #