09-11-2016 09:47 AM - edited 03-05-2019 04:41 AM
Hi In asr1006, the config is like this: neighbor x.x.x.x shutdown. We want to enable it. I do not think the below two are corrent:
neighbor x.x.x.x no shutdown
no neighbor x.x.x.x shutdown
How do you think about it? Thank you
Solved! Go to Solution.
09-11-2016 10:33 AM
Hi,
from the BGP Command Reference:
"To disable a neighbor or peer group or to gracefully shut down a link for maintenance, use the neighbor shutdown command in router configuration mode or address family configuration mode. To reenable the neighbor or peer group, use the no form of this command."
no neighbor { ip-address | peer-group-name } shutdown (...)
HTH
Rolf
09-11-2016 10:33 AM
Hi,
from the BGP Command Reference:
"To disable a neighbor or peer group or to gracefully shut down a link for maintenance, use the neighbor shutdown command in router configuration mode or address family configuration mode. To reenable the neighbor or peer group, use the no form of this command."
no neighbor { ip-address | peer-group-name } shutdown (...)
HTH
Rolf
09-11-2016 11:30 AM
I confirmed you are right. Thank you
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide