The display bgp vpn-instance peer command displays information about BGP peers in a specified VPN instance.
The display bgp vpn-instance slow-peer command displays information about slow BGP peers in a specified VPN instance.
display bgp vpnv4 vpn-instance vpn-instance-name peer
display bgp vpnv4 vpn-instance vpn-instance-name slow-peer
display bgp instance instance-name vpnv4 vpn-instance vpn-instance-name peer
display bgp instance instance-name vpnv4 vpn-instance vpn-instance-name slow-peer
display bgp labeled vpn-instance vpn-instance-name peer
display bgp labeled vpn-instance vpn-instance-name slow-peer
Parameter | Description | Value |
---|---|---|
vpnv4 |
Specifies a BGP-VPNv4 address family. |
- |
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. |
instance instance-name |
Specifies a BGP multi-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 slow BGP peers in the BGP-VPNv4 address family. |
- |
Usage Scenario
The display bgp vpn-instance peer command displays information about BGP peers in a specified VPN instance. You can implement the following operations based on the command output:
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp vpnv4 vpn-instance vrf1 peer
BGP local router ID : 1.1.1.9
Local AS number : 100
Total number of peers : 1 Peers in established state : 1
Peer V AS MsgRcvd MsgSent OutQ Up/Down State PrefRcv
10.1.1.1 4 65410 207 192 0 02:59:49 Established 1
Item | Description |
---|---|
BGP local router ID | Router ID of the local BGP device. |
Local AS number | Local AS number. |
AS | Autonomous system 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 of the peer. |
MsgRcvd | Number of messages received. |
MsgSent | Number of messages sent. |
OutQ | Number of messages to be sent to a peer. |
Up/Down | Duration in which the BGP session remains in the current state. |
State | Peer relationship status:
|
PrefRcv | Number of route prefixes received from a peer. |