display bgp region-validation peer

Function

The display bgp region-validation peer command displays information about the peers that pass the regional validation in all regions of the IPv4 unicast address family.

The display bgp ipv6 region-validation peer command displays information about the peers that pass the regional validation in all regions of the IPv6 unicast address family.

The display bgp vpnv4 vpn-instance vpn-instance-name region-validation peer command displays information about the peers that pass the regional validation in all regions of the VPN instance IPv4 address family.

The display bgp vpnv6 vpn-instance vpn-instance-name region-validation peer command displays information about the peers that pass the regional validation in all regions of the VPN instance IPv6 address family.

Format

display bgp region-validation peer [ [ peerIpv4Addr | peerIpv6Addr ] | [ region region-id ] ]

display bgp ipv6 region-validation peer [ [ peerIpv4Addr | peerIpv6Addr ] | [ region region-id ] ]

display bgp vpnv4 vpn-instance vpn-instance-name region-validation peer [ [ peerIpv4Addr ] | [ region region-id ] ]

display bgp vpnv6 vpn-instance vpn-instance-name region-validation peer [ [ peerIpv4Addr | peerIpv6Addr ] | [ region region-id ] ]

Parameters

Parameter Description Value
peerIpv4Addr

Specifies the IPv4 address of a peer.

The value is in dotted decimal notation.

peerIpv6Addr

Specifies the IPv6 address of a peer.

The value is in the format X:X:X:X:X:X:X:X.

region region-id

Specifies a region ID.

The value is an integer that ranges from 1 to 4294967295.

ipv6

Specifies the IPv6 address family.

-

vpnv4

Indicates the BGP-VPNv4 address family.

-

vpn-instance vpn-instance-name

Specifies a VPN instance name.

The value is a string of 1 to 31 case-sensitive characters.

vpnv6

Indicates the BGP-VPNv6 address family.

-

Views

All views

Default Level

3: Management level

Task Name and Operations

Task Name Operations
bgp debug

Usage Guidelines

Usage Scenario

By specifying the IP address of a peer, you can check whether the peer passes the regional validation and view the peer information.

By specifying a region ID, you can view information about all the peers that pass the regional validation in a region.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display information about the peers that pass the regional validation in all regions of the IPv4 unicast address family.
<HUAWEI> display bgp region-validation peer
peer : 10.1.1.1
as : 200
region-id : 2
region-confederation-id : 2

peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3

peer : 2001:db8:1::1
as : 200
region-id : 2
region-confederation-id : 2

peer : 2001:db8:1::2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about a peer that passes the regional validation in the IPv4 unicast address family.
<HUAWEI> display bgp region-validation peer 10.1.1.1
peer : 10.1.1.1
as : 200
region-id : 2
region-confederation-id : 2
# Display information about the peers that pass the regional validation in a region of the IPv4 unicast address family.
<HUAWEI> display bgp region-validation peer region 1
peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3

peer : 2001:db8:1::2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about the peers that pass the regional validation in all regions of the IPv6 unicast address family.
<HUAWEI> display bgp ipv6 region-validation peer
peer : 10.1.1.1
as : 200
region-id : 2
region-confederation-id : 2

peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3

peer : 2001:db8:1::1
as : 200
region-id : 2
region-confederation-id : 2

peer : 2001:db8:1::2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about a peer that passes the regional validation in the IPv6 unicast address family.
<HUAWEI> display bgp ipv6 region-validation peer 2001:db8:1::1
peer : 2001:db8:1::1
as : 200
region-id : 2
region-confederation-id : 2
# Display information about the peers that pass the regional validation in a region of the IPv6 unicast address family.
<HUAWEI> display bgp ipv6 region-validation peer region 1
peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3

peer : 2001:db8:1::2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about the peers that pass the regional validation in all regions of the VPN instance IPv4 address family.
<HUAWEI> display bgp vpnv4 vpn-instance vpn1 region-validation peer
peer : 10.1.1.1
as : 200
region-id : 2
region-confederation-id : 2

peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about a peer that passes the regional validation in the IPv4 unicast address family of a VPN instance.
<HUAWEI> display bgp vpnv4 vpn-instance vpn1 region-validation peer 10.1.1.1
peer : 10.1.1.1
as : 200
region-id : 2
region-confederation-id : 2
# Display information about the peers that pass the regional validation in a region of the VPN instance IPv4 unicast address family.
<HUAWEI> display bgp vpnv4 vpn-instance vpn1 region-validation peer region 1
peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about the peers that pass the regional validation in all regions of the VPN instance IPv6 address family.
<HUAWEI> display bgp vpnv6 vpn-instance vpn2 region-validation peer
peer : 10.1.1.1
as : 200
region-id : 2
region-confederation-id : 2

peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3

peer : 2001:db8:1::1
as : 200
region-id : 2
region-confederation-id : 2

peer : 2001:db8:1::2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about a peer that passes the regional validation in the IPv6 unicast address family of a VPN instance.
<HUAWEI> display bgp vpnv6 vpn-instance vpn2 region-validation peer 2001:db8:1::2
peer : 2001:db8:1::2
as : 300
region-id : 1
region-confederation-id : 3
# Display information about BGP peers that pass the regional validation in a region of the IPv6 unicast address family of a VPN instance.
<HUAWEI> display bgp vpnv6 vpn-instance vpn2 region-validation peer region 1
peer : 10.1.1.2
as : 300
region-id : 1
region-confederation-id : 3

peer : 2001:db8:1::2
as : 300
region-id : 1
region-confederation-id : 3
Table 1 Description of the display bgp region-validation peer command output
Item Description
peer

Protocol peer.

as

AS number.

region-id

Region ID.

region-confederation-id

Regional confederation ID.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >