BGP soft/hard peer reset Flashcards

1
Q

What is a BGP soft reset?

A

A BGP soft reset is a method to refresh BGP routing information without tearing down the BGP session with a neighbor.

clear ip bgp 192.168.1.1 soft

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a BGP hard reset?

A

A BGP hard reset forces BGP to restart. involves tearing down the TCP session.

This process disrupts the network and is considered a last resort if a soft reset fails.

clear ip bgp “Neighbor-IP”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does a BGP soft reset work?

A

A BGP soft reset works by sending a route-refresh request to a BGP neighbor, which causes the neighbor to resend all its routing updates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do I perform a BGP soft reset?

A

clear ip bgp “Neighbor-IP” soft

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some considerations when performing a BGP soft/hard reset?

A
  • Which neighbors to reset.
  • Whether to use a soft or hard reset.
  • How to minimize disruption to the network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly