cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
764
Views
0
Helpful
3
Replies

How to shut BGP session in primary link

rajesthiru1
Level 1
Level 1

We have two router which is act as primary and secondary. Noticed the primary link have packet loss. So we need to shut the primary BGP traffic and make traffic flow through it on secondary . 

3 Replies 3

Mark Elsen
Hall of Fame
Hall of Fame

 

 - Check this thread : https://community.cisco.com/t5/routing/how-to-shut-bgp-session/td-p/3187764

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

you want to shutdown the neighbor then 
neighbor x.x.x.x shutdown
you want to remove totally the neighbor 
then 
no neighbor x.x.x.x remote-as y <<this will complete remove the neighbor and all relate command 

Hello

@rajesthiru1 wrote:
 we need to shut the primary BGP traffic and make traffic flow through it on secondary . 

either-

physically disconnect the interface ( providing its not being shared with other active peerings)

or
router bgp xx

neigbour xxxx  shutdown
no neigbour xxxx  shutdown


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul