InterviewSolution
Saved Bookmarks
| 1. |
What Is The Command To Administratively Disable Bgp Neighborship? |
|
Answer» # NEIGHBOR neighbor-ip SHUTDOWN # no neighbor neighbor-ip shutdown (to ENABLE it again) # neighbor neighbor-ip shutdown # no neighbor neighbor-ip shutdown (to enable it again) |
|