The display bgp ipv6 slow-peer command displays information about slow BGP IPv6 peers.
The display bgp ipv6 peer command displays information about BGP IPv6 peers.
Usage Scenario
To check information about slow BGP IPv6 peers, run the display bgp ipv6 slow-peer command. The information includes the time when a peer began to be identified as a slow peer, the time when a peer last exited from the slow peer state, the number of times a peer has been identified as a slow peer, and the remaining time for a peer to exit from the slow peer state.
The display bgp ipv6 peer command displays BGP IPv6 peer information. You can implement the following operations based on the command output:The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp ipv6 peer
BGP Local router ID : 10.0.0.1
local AS number : 100
Total number of peers : 1 Peers in established state : 1
Peer V AS MsgRcvd MsgSent OutQ Up/Down State PrefRcv
2001:DB8:20::21 4 200 17 19 0 00:09:59 Established 3
Item | Description |
---|---|
BGP Local router ID | Router ID of the BGP local device. If two ends have the same BGP local router ID, no BGP peer relationship can be established between them. In this situation, run the router id command in the BGP view on either end to change the BGP local router ID. Changing it to the IP address of a loopback interface is recommended. |
local AS number | Local AS number. |
AS | AS number. |
Total number of peers | Total number of BGP peers. |
Peers in established state | Number of BGP peers in Established state. |
Peer | IP address of the peer. |
V | BGP version used on the peer. |
MsgRcvd | Number of received messages. |
MsgSent | Number of sent messages. |
OutQ | Message to be sent to the specified peer. |
Up/Down | Period during which a BGP session keeps the current state.
|
State | Status of the peer:
Upon receiving a Start event, BGP initiates a TCP connection request to the remote BGP peer, starts the ConnectRetry Timer with the initial value, listens for a TCP connection request initiated by the remote BGP peer, and changes its state to Connect.
|
PrefRcv | Number of route prefixes sent from the peer. |