display bgp [ vpnv4 vpn-instance vpn-instance-name | vpnv4 all | flow ] update-peer-group [ index index-value ]
display bgp instance instance-name [ vpnv4 vpn-instance vpn-instance-name | vpnv4 all ] update-peer-group [ index index-value ]
display bgp flow vpnv4 vpn-instance vpn-instance-name update-peer-group [ index index-value ]
display bgp labeled update-peer-group [ index index-value ]
Parameter | Description | Value |
---|---|---|
vpnv4 |
Displays information about the BGP update peer-groups of a VPNv4 instance. |
- |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
all |
Displays information about all the update peer-groups in current address family. |
- |
flow |
Displays information about update peer-groups of the BGP-Flow address family. |
- |
index index-value |
Specifies the index of an update peer-group. |
The value is an integer ranging from 0 to 65535. |
instance instance-name |
Specifies the name of a BGP instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
labeled |
Displays information about all the update peer-groups in specified labeled-unicast sub-address family. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp flow vpnv4 all update-peer-group
The Public instance's update peer group number : 1
Keep buffer update peer group number : 0
BGP Version : 4
Group ID : 1
Group Type : internal
Addr Family : VPNv4-FLOW
AdvMinTimeVal : 15
Total Peers : 1
Leader Peer : 10.2.1.2
Peers List : 10.2.1.2
<HUAWEI> display bgp flow vpnv4 vpn-instance vpna update-peer-group index 2
Group ID : 2
BGP Version : 4
Group Type : internal
Addr Family : VPN-vpna
AdvMinTimeVal : 15
Total Peers : 1
Leader Peer : 10.2.1.1
Total format packet number : 4
Total send packet number : 4
Total replicate packet number : 0
The replication percentages(%) : 0
Peers List : 10.2.1.1
<HUAWEI> display bgp update-peer-group index 0
Group ID : 0
BGP Version : 4
Group Type : external
Addr Family : IPv4-UNC
Total Peers : 1
AdvMinTimeVal : 30
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
<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
Update peer group number :1
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 peer-groups in an instance. |
The replication percentages(%) | Replication percentage: (Total number of sent packets - Total number of formatted packets) x 100/Total number of formatted packets. |
Keep buffer update peer group number | Number of update peer-groups stored in the buffer. |
BGP Version | BGP version. |
Group ID | ID of an update peer-group. |
Group Type | Type of an update peer-group:
|
Addr Family | Address family. |
AdvMinTimeVal | Minimum interval at which Update packets with the same route prefix are sent. |
Total Peers | Total number of peers in an update peer-group. |
Total format packet number | Total number of formatted packets. |
Total send packet number | Total number of sent packets. |
Total replicate packet number | Total number of sent packets - Total number of formatted packets. |
Peers List | List of peers. |
Leader Peer | Representative of an update peer-group. |
Update peer group number | Number of update peer-groups. |