09-27-2023 06:46 AM
What is the most significant knowledge about BGP that we must always remember ?
Solved! Go to Solution.
09-27-2023
07:37 AM
- last edited on
10-01-2023
07:31 PM
by
Translator
1) BGP fundamentals:
BGP peering relationship(iBGP vs eBGP), bgp messages, bgp states, next-hop-self and update-source
commands
2) BGP Filtering:
Filtering networks with prefix-list,Distribute-list, AS-Path ACL, Route-maps
3) BGP path selection: working bgp path selection attributes....( weight, local preference, as-path, origin, med....)
Best regards
******* If This Helps, Please Rate *******
09-27-2023 06:48 AM
The 7 (or 9) criteria of select the best path.
You must always remember these criteria
09-27-2023
07:37 AM
- last edited on
10-01-2023
07:31 PM
by
Translator
1) BGP fundamentals:
BGP peering relationship(iBGP vs eBGP), bgp messages, bgp states, next-hop-self and update-source
commands
2) BGP Filtering:
Filtering networks with prefix-list,Distribute-list, AS-Path ACL, Route-maps
3) BGP path selection: working bgp path selection attributes....( weight, local preference, as-path, origin, med....)
Best regards
******* If This Helps, Please Rate *******
09-27-2023 08:13 AM
This document:
https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13753-25.html
-David
09-27-2023 02:52 PM
It's suitable usage purpose.
09-27-2023
05:19 PM
- last edited on
10-01-2023
07:35 PM
by
Translator
There are many important things to understand. Here are a few of them:
- our IGPs frequently use the network statement to identify which interfaces the routing protocol will run on. BGP uses the network statement not to identify interfaces but to identify what networks it should advertise.
- our IGPs use the interfaces where it is running to dynamically discover
neighbors
and to negotiate
neighbor relationships
BGP does not dynamically discover
neighbors
but uses the
neighbor
command to identify
neighbors
- when BGP establishes a
neighbor relationship
it characterizes the relationship as External (EBGP) or Internal (IBGP) and uses different policies in communication with the
neighbor
IGPs do not do this.
09-27-2023
07:15 PM
- last edited on
10-01-2023
07:49 PM
by
Translator
@Richard Burts wrote:
- when BGP establishes a
neighbor relationshipit characterizes the relationship as External (EBGP) or Internal (IBGP) and uses different policies in communication with the
neighbor. IGPs do not do this.
Well . . .
Perhaps OSPF's areas (zero vs. non-zero) and/or IS-IS areas (L2 vs. L1), both are somewhat analogous to BGP's eBGP/iBGP "policy" communications change between
neighbors
.(?)
@Richard Burts wrote:
- our IGPs frequently use the network statement to identify which interfaces the routing protocol will run on. BGP uses the network statement not to identify interfaces but to identify what networks it should advertise.
Then there's IS-IS which doesn't use a network statement.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide