cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
995
Views
0
Helpful
1
Replies

BGP:session reset vs neighbor shutdown

Wassim Aouadi
Level 4
Level 4

What's the difference between shutting down a neighbor, and clearing the session (hard/soft way)? Don't they both reset BGP neighborship?

Are there specific uses of each methods?

Forum Tips: 1. Paste images inline - don't attach. 2. Always mark helpful and correct answers, it helps others find what they need.
1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Wassim,

if you use neigh shutdown you are tearing down the session for all the time this command is in your running config.

This allows to keep the configuration of a BGP neighbor for some time instead of deleting the config with no neigh x.x.x.x remote-as

clearing the BGP session is instead a reset of the session but with the will to restart it as soon as possible

Hope to help

Giuseppe

View solution in original post

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Wassim,

if you use neigh shutdown you are tearing down the session for all the time this command is in your running config.

This allows to keep the configuration of a BGP neighbor for some time instead of deleting the config with no neigh x.x.x.x remote-as

clearing the BGP session is instead a reset of the session but with the will to restart it as soon as possible

Hope to help

Giuseppe