run show bgp unicast neighbor graceful-restart


The run show bgp unicast neighbor graceful-restart command displays information about BGP graceful restart in the default VRF. To show information about BGP graceful restart in user-defined VRF, users can run command "run show bgp vrf <vrf-name> neighbor <ip>".


Command Syntax

run show bgp <ipv4|ipv6> unicast neighbor <ip> graceful-restart


Parameter

Parameter

Description

<ipv4|ipv6>Specifies the IP type, the value could be ipv4 or ipv6.
neighbor <ip>Specifies the IP address of a peer. If not specified, it will display information of all the BGP peers.


Example

•  View the information about BGP graceful restart.

admin@Xorplus# run show bgp ipv4 unicast neighbor 1.1.1.1 graceful-restart
Codes: GR - Graceful Restart, * -  Inheriting Global GR Config,
       Restart - GR Mode-Restarting, Helper - GR Mode-Helper,
       Disable - GR Mode-Disable.

Global BGP GR Mode :  Restart

BGP neighbor is 1.1.1.1
    Local GR Mode: Helper
    Remote GR Mode: NotApplicable
    R bit: False
    N bit: False
    Timers:
      Configured Restart Time(sec): 120
      Received Restart Time(sec): 0

Copyright © 2024 Pica8 Inc. All Rights Reserved.