display bgp multicast peer
Function
The display bgp multicast peer command displays the information about a specified MBGP peer. If peer-address is not specified, the information about all MBGP peers is displayed.
Parameters
Parameter | Description | Value |
---|---|---|
peer-address | Specifies the address of an MBGP peer. | The address is in dotted decimal notation. |
verbose | Specifies the detailed information about an MBGP peer. | - |
Example
# Display the information about all MBGP peers.
<AC6605> display bgp multicast peer
BGP local router ID : 10.13.13.9
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 |
ID of the local MBGP Router |
Local AS number |
Local AS number |
Total number of peers |
Total number of peers |
Peers in established state |
Number of peers in established state |
Peer |
IP address of peers |
V |
MBGP version of peers |
AS |
AS number |
MsgRcvd |
Number of messages received |
MsgSent |
Number of messages sent |
OutQ |
Messages to be sent to the specified peers |
Up/Down |
Period during which the MBGP session is in the current state |
State |
Status of the peers |
PrefRcv |
Indicates the number of prefixes received by the local peer from the remote peer |