The display bgp update-group command displays information about update-groups. By setting index in the command displays detailed information about a specified update-group. If no address family is specified, information about the update-group of the IPv4 unicast address family is displayed by default.
display bgp update-peer-group [ index update-group-index ]
display bgp ipv6 update-peer-group [ index update-group-index ]
display bgp vpnv4 all update-peer-group [ index update-group-index ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
display bgp vpnv4 vpn-instance vpn-instance-name update-peer-group [ index update-group-index ]
display bgp vpnv6 all update-peer-group [ index update-group-index ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
display bgp vpnv6 vpn-instance vpn-instance-name update-peer-group [ index update-group-index ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
display bgp l2vpn all update-peer-group [ index update-group-index ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
display bgp vpls all update-peer-group [ index update-group-index ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
display bgp l2vpn-ad update-peer-group [ index update-group-index ] (supported only by the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730S-H, and S6730-H)
Parameter | Description | Value |
---|---|---|
index update-group-index | Specifies the index of an update-group. | The value is an integer that ranges from 0 to 65535. |
ipv6 | Displays information about the BGP update-groups of IPv6 routes. | - |
vpnv4 | Displays information about the BGP update-groups of a VPNv4 instance. | - |
vpn-instance vpn-instance-name | Specifies the name of a VPN instance. | The value must be an existing VPN instance name. |
vpnv6 | Displays information about the BGP update-groups of a VPNv6 instance. | - |
all | Displays information about all the update-groups in a VPNv6 address family. | - |
l2vpn | Displays information about L2VPN BGP update-groups. | - |
vpls | Displays information about VPLS BGP update-groups. | - |
l2vpn-ad | Displays information about L2VPN-AD BGP update-groups. | - |
You can specify the index of an update-group to view detailed information about the specified update-group. If no address family is specified, information about the update peer-groups in the IPv4 unicast address family is displayed by default.
# Display information about the update peer-groups in the IPv4 unicast address family.
<HUAWEI> display bgp update-peer-group
The Public instance's update peer group number : 1 Keep buffer update peer group number : 0 BGP Version : 4 Group ID : 0 Group Type : external Addr Family : IPv4-UNC AdvMinTimeVal : 30 Total Peers : 1 Leader Peer : 192.168.1.2 Peers List : 192.168.1.2
Item |
Description |
---|---|
The Public instance's update peer group number |
Number of update-groups in the instance |
Keep buffer update peer group number |
Number of packets in update-groups saved in the batch buffer |
BGP Version |
Indicates the BGP version. |
Group ID |
Indicates the ID of the update-group. |
Group Type |
Indicates the type of the update-group, which
can be one of the following:
|
Addr Family |
Indicates the address family. |
AdvMinTimeVal |
Indicates the minimum interval for sending Update packets with the same route prefix. |
Total Peers |
Indicates the total number of peers in an update-group. |
Leader Peer |
Indicates the representative of an update-group. |
Peers List |
Indicates a list of peers. |
# Display information about the update-group with a specified index.
<HUAWEI> display bgp update-peer-group index 0
Group ID : 0
BGP Version : 4
Group Type : external
Addr Family : IPv4-UNC
AdvMinTimeVal : 30
Total Peers : 1
Leader Peer : 192.168.1.2
Total format packet number : 3
Total send packet number : 3
Total replicate packet number : 0
The replication percentages(%) : 0
Peers List : 192.168.1.2
Item | Description |
---|---|
Total format packet number | Indicates the total number of formatted packets. |
Total send packet number | Indicates the total number of sent packets. |
Total replicate packet number | Indicates the total number of replicate packets, which equals the total number of sent packets minus the total number of formatted packets. |
The replication percentages(%) | Indicates the replication percentage, which is obtained with the formula: (Total number of sent packet - Total number of formatted packets) x 100/Total number of formatted packets. |