BGP: Difference between revisions

375 bytes added ,  5 years ago
Line 176:
Can be changed with:
# neighbor 1.1.1.1 next-hop-self
 
= BGP Split Horizon =
 
Do not send updates that you receive from iBGP to other iBGP peers
 
 
= Peer Groups =
 
neighbor IBGP_PEERS peer-group
neighbor IBGP_PEERS remote-as 5500
neighbor IBGP_PEERS next-hop-self
neighbor IBGP_PEERS update-source lo1
 
neighbor 3.3.3.3 peer-group IBGP_PEERS
neighbor 2.2.2.2 peer-group IBGP_PEERS
neighbor 4.4.4.4 peer-group IBGP_PEERS
 
= MED vs Local Preference =