The display bgp vpnv6 update-peer-group command displays information about BGP VPNv6 update peer-groups.
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name |
Specify a VPN-Instance (VRF) name. |
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 |
Display all information on VPNv6 and IPv6 VPN instance. |
- |
index update-group-index |
Index of update peer group. |
The value is an integer ranging from 0 to 65535. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp vpnv6 all update-peer-group index 0
Group ID : 0
BGP Version : 4
Group Type : external
Addr Family : VPNv6
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
Item | Description |
---|---|
Group ID | ID of an update peer-group. |
Group Type | Type of an update peer-group:
|
BGP Version | BGP version. |
Addr Family | Address family. |
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. |
AdvMinTimeVal | Minimum interval at which Update packets with the same route prefix are sent. |
Leader Peer | Representative of an update peer-group. |
The replication percentages(%) | Replication percentage: (Total number of sent packets - Total number of formatted packets) x 100/Total number of formatted packets. |