The display bgp vpnv6 peer command is used to display the information of the BGP VPNv6 peer.
The display bgp vpnv6 slow-peer command is used to display the information of the BGP VPNv6 slow peer.
Parameter | Description | Value |
---|---|---|
all |
Display all information on VPNv6 routes. |
- |
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. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp vpnv6 all peer
BGP local router ID : 10.1.1.1
Local AS number : 100
Total number of peers : 2 Peers in established state : 2
Peer V AS MsgRcvd MsgSent OutQ Up/Down State PrefRcv
10.2.2.2 4 100 210 220 0 02:42:55 Established 1
Peer of IPv6-family for vpn instance :
VPN-Instance vpn1 :
2001:DB8:2000::2 4 65410 205 178 0 02:42:53 Established 0
Item | Description |
---|---|
BGP local router ID | Router ID of the BGP local device. If two ends have the same BGP local router ID, no BGP peer relationship can be established between them. In this situation, run the router id command in the BGP view on either end to change the BGP local router ID. Changing it to the IP address of a loopback interface is recommended. |
Local AS number | Local AS number. |
AS | AS number. |
Total number of peers | Total number of BGP peers. |
Peers in established state | Number of BGP peers in Established state. |
Peer | IP address of the peer. |
V | BGP version used on the peer. |
MsgRcvd | Number of received messages. |
MsgSent | Number of sent messages. |
OutQ | Message to be sent to the specified peer. |
Up/Down | Period during which a BGP session keeps the current state.
|
State | Status of the peer:
Upon receiving a Start event, BGP initiates a TCP connection request to the remote BGP peer, starts the ConnectRetry Timer with the initial value, listens for a TCP connection request initiated by the remote BGP peer, and changes its state to Connect.
|
PrefRcv | Number of route prefixes sent from the peer. |