display bgp vpnv6 all routing-table ipv6-address [ ipv6-mask-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }
display bgp vpnv6 vpn-instance vpn-instance-name routing-table ipv6-address [ ipv6-mask-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }
display bgp vpnv6 all routing-table peer remoteIpv4Addr advertised-routes ipv6-address [ ipv6-mask-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }
display bgp vpnv6 vpn-instance vpn-instance-name routing-table peer peerIpv6Addr advertised-routes ipv6-address [ ipv6-mask-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }
display bgp vpnv6 all routing-table peer peerIpv6Addr advertised-routes ipv6-address [ ipv6-mask-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }
| Parameter | Description | Value |
|---|---|---|
| all |
Display all information on VPNv6 and IPv6 VPN instance. |
- |
| ipv6-address |
Specify an ipv6 network address. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
| ipv6-mask-length |
Specify network prefix length. |
The value is an integer ranging from 0 to 128. |
| as-path |
BGP AS path list. |
- |
| community-list |
BGP community list. |
- |
| large-community |
Routes matched with large communities. |
- |
| ext-community |
BGP ext-community list. |
- |
| cluster-list |
BGP cluster list. |
- |
| advertised-peer |
BGP advertised peer list. |
- |
| 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. |
| peer peerIpv6Addr |
Specify an IPv6 peer address. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
| remoteIpv4Addr |
Specify an IPv4 peer address. |
The value is in dotted decimal notation. |
| advertised-routes |
Routes advertised to the remote peer. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp vpnv6 all routing-table 2001:DB8:2:3:: ext-community
Routes of vpn-instance vrf2:
BGP routing table entry information of 2001:DB8:2:3::/64:
From: 2001:DB8:42:4::7:7
<HUAWEI> display bgp vpnv6 all routing-table 2001:DB8:2:3:: cluster-list
Routes of vpn-instance vrf2:
BGP routing table entry information of 2001:DB8:2:3::/64:
From: 2001:DB8:42:4::7:7
<HUAWEI> display bgp vpnv6 all routing-table 2001:DB8:2:3:: as-path
Routes of vpn-instance vrf2:
BGP routing table entry information of 2001:DB8:2:3::/64:
From: 2001:DB8:42:4::7:7
AS-path 65004
| Item | Description |
|---|---|
| BGP routing table entry information of | The following information is about a specified BGP routing entry. |
| AS-path | AS_Path attribute. Nil indicates that the attribute value is null. |
| From | IPv6 address of the route originator. |