Shutting Down a BGP Neighbor

This topic describes how to administratively shut down and re-enable a BGP neighbor.

This topic describes how to administratively shut down and re-enable a BGP neighbor.

BGP neighbor shutdown Command

Router(config-router)#

1

neighbor {ip-address | peer-group-name} shutdown

• Administratively brings down a BGP neighbor

• Used for maintenance and policy changes to prevent route flapping

Router(config-router)#

no neighbor {ip-address | peer-group-name} shutdown

• Re-enables a BGP neighbor that has been administratively shut down

Use the neighbor ip-address shutdown commands to administratively shut down and re-enable a BGP neighbor.

If you implement major policy changes to a neighboring router and you change multiple parameters, you must administratively shut down the neighboring router, implement the changes, and then bring the neighboring router back up with the no neighbor ip-address shutdown command.

6-40 Building Scalable Cisco Internetworks (BSCI) v3.0 © 2006 Cisco Systems, Inc.

Continue reading here: Router generates and checks the MD5 digest of every segment sent on the TCP connection Router authenticates the source of each routing update packet that it receives

Was this article helpful?

+15 -1

Readers' Questions

  • sebhat
    How to unshut the bhgp nei?
    6 months ago
  • Unfortunately, I do not know what the "bhgp nei" is, so I cannot provide instructions on how to unshut it. If you can provide more information, I might be able to give you more help.
    • Corey Doney
      How to gracefully shutdown a bgp?
      6 months ago
    • session
      1. Initiate a graceful shutdown of the BGP session by sending an End of Session (EoS) message from one of the BGP routers to its peer.
      2. Verify that the neighbor has received the EoS message and is properly shutting down the session.
      3. Resend the EoS message if necessary.
      4. Disable the BGP session on the local router.
      5. Disconnect the BGP session by physically unplugging the cables.
      • mehari
        Why do you enter the no shutdown command?
        8 months ago
      • The no shutdown command is used to enable a router or switch port that may have been previously shut down. It is used to restore an interface to an active state, allowing it to participate in network operations.
        • Jasmine
          How to shutdown bgp on a cisco router?
          1 year ago
        • Katrin
          How to bring back bgp neighbor up?
          1 year ago
        • karin
          How to enable bgp neighbour?
          1 year ago
        • Before configuring a BGP neighbor relationship, there are a few prerequisites that need to be met; both routers must be running BGP, be in the same autonomous system, and both routers must have a network command that advertises the network that connects them.
          • SIMONE
            Why shutdown neighbors in BGP?
            1 year ago
          • Shutting down neighbors in BGP is done for two main reasons: 1) security, and 2) maintenance. Shutting down a BGP neighbor will prevent the router from accepting or sending routing updates from/to that neighbor. This can help prevent malicious traffic from entering your network or help reduce the impact of a misconfigured router on the network. Additionally, shutting down a neighbor can be used to isolate a segment of the network while it is undergoing maintenance.
            • mika
              When the bgp neighbor is admin down will it not be pingable?
              1 year ago
            • No, the BGP neighbour will not be pingable when it is admin down. The admin down state is when a BGP neighbour is shut down by the administrator, which means no packets will be exchanged over that connection.
              • How to shut down bgp peering in cisco?
                1 year ago
              • rudigar
                How to shut and unshut bgp neighbor?
                1 year ago
              • ruta
                When you shut down the neighbor bgp on 7750?
                1 year ago
              • IIDA SUKKI
                How to shut down neighbors router?
                1 year ago
              • It is not recommended to shut down someone else's router without their knowledge or permission. This could be considered trespassing on the individual's property and could be illegal.
                • SUSANNE
                  How to un shut a BGP neighbour Cisco?
                  1 year ago
                • david blau
                  How to shutdown bgp neighbor cisco?
                  1 year ago
                • aili
                  How to shutdown a neighbor on a router?
                  1 year ago
                • It is not possible to remotely shut down a neighbor's router. If it is a local issue then you may need to contact your local internet service provider to resolve the issue.
                  • ALASDAIR
                    What is subgenre of fiction?
                    1 year ago
                  • Subgenres of fiction include fantasy, horror, romance, science fiction, historical fiction, crime fiction, mystery, thriller, western, and young adult fiction.
                    • edward
                      How to revert a neighbor shutdown in bgp?
                      1 year ago
                    • august
                      How to shut down a bgp neighbor?
                      1 year ago
                    • iacopo
                      How to shutdown bgp neighbor?
                      1 year ago
                    • To shutdown a BGP neighbor, use the following command: shutdown neighbor <neighbor_address>
                      • LUCA
                        How to shut down a bgp neighbour?
                        1 year ago
                      • To shut down a BGP neighbour, you will need to issue the command "clear ip bgp *neighbour ipv4 address*" on the router where the BGP neighbour relationship exists. This will clear the session and remove the BGP neighbour relationship.
                        • Ren
                          How to shutdown bgp neighbour?
                          1 year ago
                        • To shutdown a BGP neighbor, use the following command: neighbor <NEIGHBOR-IP> shutdown. For example, to shutdown a neighbor with the IP address 10.0.0.1, you would run the command: neighbor 10.0.0.1 shutdown.