The display bgp multicast peer verbose command displays information about a specified MBGP peer.
Usage Scenario
The display bgp multicast peer command displays BGP peer information. You can implement the following operations based on the command output:
Precautions
BGP has multiple address and sub-address families. By default, the display bgp peer command displays information about BGP peers in IPv4 unicast address family only. If you want to view information about BGP peers in another address family, specify its address family parameter.
To view detailed information about a BGP peer, such as information about BGP timers, the number of sent and received routes, capacities supported, the number of sent and received BGP messages, and enabled functions, specify verbose in the command.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp multicast peer verbose
BGP local router ID : 1.1.1.1
Local AS number : 1
Total number of peers : 1 Peers in established state : 1
Peer V AS MsgRcvd MsgSent OutQ Up/Down State PrefRcv
10.2.1.2 4 2 36 37 0 00:15:35 Established 24
Item | Description |
---|---|
BGP local router ID | Indicates the ID of the local MBGP router. |
Local AS number | Indicates the local AS number. |
AS | Indicates the number of the AS where the peer resides. |
Total number of peers | Indicates the number of peers. |
Peers in established state | Indicates the number of peers among which MBGP peer relationships are established. |
Peer | Indicates the IP address of the peer. |
V | Indicates the MBGP version. |
MsgRcvd | Indicates the number of received messages. |
MsgSent | Indicates the number of sent messages. |
OutQ | Indicates the message to be sent to the specified peer. |
Up/Down | Indicates the period of time during which an MBGP session keeps the current state. |
State | Indicates the peer status.
|
PrefRcv | Indicates the number of route prefixes received by the local peer from the remote peer. |