How can you add resiliency to a BGP session?

Master RIPE BGP Security with our comprehensive test. Understand the Border Gateway Protocol, explore multiple choice questions, and get ready for your exam with detailed hints and explanations.

Multiple Choice

How can you add resiliency to a BGP session?

Explanation:
Loopback-based BGP peering is a robust way to add resiliency. When the BGP session uses a loopback address, the session is no longer tied to a single physical interface that can flap during link failures or reconfigurations. As long as the loopbacks are reachable through IGP or static routes, your BGP session can remain up even if a particular physical link goes down. In practice, you’d enable EBGP multihop and source the session from the loopback (neighbor update-source loopback) so the TCP connection can be established across multiple paths, and you’d keep the session secured with authentication. This approach increases path stability and availability compared with peering directly on a physical interface. Using only internal BGP neighbors does not inherently improve resiliency. It constrains reachability to within the same AS and reduces external path diversity, so it doesn’t address failures affecting external links or paths. Peering over loopbacks with proper reachability and multihop is the standard way to harden BGP sessions against such issues.

Loopback-based BGP peering is a robust way to add resiliency. When the BGP session uses a loopback address, the session is no longer tied to a single physical interface that can flap during link failures or reconfigurations. As long as the loopbacks are reachable through IGP or static routes, your BGP session can remain up even if a particular physical link goes down. In practice, you’d enable EBGP multihop and source the session from the loopback (neighbor update-source loopback) so the TCP connection can be established across multiple paths, and you’d keep the session secured with authentication. This approach increases path stability and availability compared with peering directly on a physical interface.

Using only internal BGP neighbors does not inherently improve resiliency. It constrains reachability to within the same AS and reduces external path diversity, so it doesn’t address failures affecting external links or paths. Peering over loopbacks with proper reachability and multihop is the standard way to harden BGP sessions against such issues.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy