< Home

display bgp evpn update-peer-group

Function

The display bgp evpn update-peer-group command displays the BGP update group information about an EVPN address family.

Format

display bgp evpn update-peer-group [ index update-peer-group-index ]

Parameters

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.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

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.

Example

# 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                                        
Table 1 Description of the display bgp evpn update-peer-group command output

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:

  • external: EBGP peer group.

  • internal: IBGP peer group.

  • external-confed: EBGP update group in the confederation

  • internal-confed: IBGP update group in the confederation

  • unknown: unknown type

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

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >