The display bgp evpn update-peer-group command displays the BGP update group information about an EVPN address family.
Parameter | Description | Value |
---|---|---|
index update-peer-group-index | Specifies the index of a BGP update peer-group. |
The value is an integer that ranges from 0 to 65535. |
In the scenario where VXLAN is deployed through BGP EVPN, you can run this command to view the update group information about an EVPN address family.
# Display the update group information about an EVPN address family.
<HUAWEI> display bgp evpn update-peer-group
The EVPN instance's update peer group number : 1
Keep buffer update peer group number : 0
BGP Version : 4
Group ID : 0
Group Type : internal
Addr Family : L2-EVPN
AdvMinTimeVal : 0
Total Peers : 2
Leader Peer : 5.5.5.5
Peers List : 5.5.5.5 4.4.4.4
# Display information about the BGP update peer-group with the index 0 in the EVPN address family.
<HUAWEI> display bgp evpn update-peer-group index 0
Group ID : 0
BGP Version : 4
Group Type : internal
Addr Family : L2-EVPN
AdvMinTimeVal : 0
Total Peers : 1
Leader Peer : 1.1.1.1
Total format packet number : 85
Total send packet number : 85
Total replicate packet number : 0
The replication percentages(%) : 0
Peers List : 1.1.1.1
Item |
Description |
---|---|
The EVPN instance's update peer group number |
Number of update groups in an EVPN instance |
Keep buffer update peer group number |
Number of packets in update groups saved in the batch buffer |
BGP Version |
BGP version |
Group ID |
ID of the update group |
Group Type |
Type of the update group, which can be one of the following:
|
Addr Family |
Address family |
AdvMinTimeVal |
Minimum interval for sending Update packets with the same route prefix |
Total Peers |
Total number of peers in an update group |
Leader Peer |
Representative of an update-group |
Total format packet number |
Number of Update messages of a single peer sends in the update peer-group |
Total send packet number |
Number of Update messages sent to all BGP peers in the update peer-group |
Total replicate packet number |
Absolute value of the difference between Total send packet number and Total format packet number, that is, absolute value of the difference between the number of Update messages that are sent to all peers in the update peer-group and the number of Update messages sent to a single peer in the update peer-group |
The replication percentages(%) |
Percentage of the number of replicated Update messages to the total number of sent Update messages, that is, (Total send packet number – Total format packet number)/Total send packet number |
Peers List |
List of peers |