The display bgp graceful-restart status command displays GR information on a BGP speaker.
The display bgp local-graceful-restart status command displays information about local GR on a BGP speaker.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp local-graceful-restart status
-------------------------------------------------------
IPv4-UNC (_public_)
Peers:
1.1.1.1
Peer state: Active
GR state: false
-------------------------------------------------------
IPv4-UNC (_public_)
Peers:
10.1.1.1
Peer state: Established
GR state: false
<HUAWEI> display bgp graceful-restart status
-------------------- BGP SYSTEM GR STATUS -------------
GR is configured, TimerValues (RESTARTER: 150, EOR:600)
-------------------------------------------------------
IPv4-UNC (_public_)
Peers:
1.1.1.1
GR capability is not negotiated
Peer state: Active
GR state: false
-------------------------------------------------------
IPv4-UNC (_public_)
Peers:
10.1.1.1
GR capability is negotiated
Peer capability: Forward
Peer state: Established
GR state: false
Item | Description |
---|---|
IPv4-UNC (_public_) | Public unicast address family. |
Peer capability | Peer capability:
|
Peer state | Status of the peer:
|
GR is configured | The GR capability of the BGP speaker is enabled. You can run the graceful-restart command to enable the GR capability of the BGP speaker; If the GR capability of the BGP speaker is not enabled, the message "GR is not configured" is displayed. |
GR capability is not negotiated | The GR capability failed to be negotiated. |
GR capability is negotiated | The GR capability is negotiated successfully. |
GR state | GR status of the peer:
|
TimerValues | Value of the timer. |
RESTARTER | Time taken to wait for the peer relationship to be reestablished, in seconds. |
EOR | Time of waiting for the End-Of-RIB message, in seconds. |
Peers | Peer. |