So you see an alert in Solarwinds that looks something like this:
Node cr1.andromedaindustries.com's BGP Peer 0.0.0.0 - Code: 1
What does it mean? You'll have to log in to the node listed to determine what went wrong. Looking for a BGP peer of 0.0.0.0 is kind of a difficult prospect, as no such IP address exists, anywhere!
Once you're logged in, run the commands below that are associated with the device you are connected to. What you're looking for is something that relates to the status code attached to the Solarwinds alert.
CAUTION: Changing the BGP state will effect service. Ensure that intrusive testing is authorized and the connection is not in use.
Router#conf t
Router(config)#router bgp 12345
Router(config)#neighbor 192.168.1.10 shut
Router#conf t
Router(config)#router bgp 12345
Router(config)#no neighbor 192.168.1.10 shut