The display bgp mvpn vpnv6 routing-table statistics command displays the statistics of BGP IPv6 Multicast Virtual Private Network (MVPN) routes.
display bgp mvpn vpnv6 { all | route-distinguisher route-distinguisher } routing-table all-type statistics
display bgp mvpn vpnv6 { all | route-distinguisher route-distinguisher } routing-table type { 1 | 2 | 3 | 4 | 5 | 6 | 7 } statistics
display bgp mvpn vpnv6 vpn-instance vpn-instance-name routing-table all-type statistics
display bgp mvpn vpnv6 vpn-instance vpn-instance-name routing-table type { 1 | 2 | 3 | 4 | 5 | 6 | 7 } statistics
display bgp mvpn vpnv6 all routing-table peer ipv4-address { advertised-routes | received-routes } all-type statistics
display bgp mvpn vpnv6 all routing-table peer ipv4-address { advertised-routes | received-routes } type { 1 | 2 | 3 | 4 | 5 | 6 | 7 } statistics
display bgp mvpn vpnv6 all routing-table peer ipv6-address { advertised-routes | received-routes } all-type statistics
display bgp mvpn vpnv6 all routing-table peer ipv6-address { advertised-routes | received-routes } type { 1 | 2 | 3 | 4 | 5 | 6 | 7 } statistics
Parameter | Description | Value |
---|---|---|
all |
Displays all BGP IPv6 MVPN routes. |
- |
route-distinguisher route-distinguisher |
Displays BGP IPv6 MVPN routes of the specified Route Distinguisher (RD). |
The RD formats are divided into the following types:
|
all-type |
Displays all types of IPv6 MVPN route statistics. |
- |
type 1 |
Displays intra-AS I-PMSI A-D route statistics. |
- |
type 2 |
Displays inter-AS I-PMSI A-D route statistics. |
- |
type 3 |
Displays S-PMSI A-D route statistics. |
- |
type 4 |
Displays Leaf A-D route statistics. |
- |
type 5 |
Displays Source Active A-D route statistics. |
- |
type 6 |
Displays Shared Tree Join C-multicast route statistics. |
- |
type 7 |
Displays Source Tree Join C-multicast route statistics. |
- |
vpn-instance vpn-instance-name |
Displays the BGP IPv6 MVPN routes of the specified 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. |
peer ipv4-address |
Displays information about BFD sessions of a peer. |
It is in dotted decimal notation. |
advertised-routes |
Displays the routes advertised to the specified peer. |
- |
received-routes |
Displays statistics about the routes learned from a specified peer. |
- |
ipv6-address |
Specifies the address of the IPv6 peer to be displayed. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bgp mvpn vpnv6 vpn-instance VPNA routing-table type 1 statistics
Total number of routes of IPv6-MVPN-family for vpn-instance VPNA: 2
<HUAWEI> display bgp mvpn vpnv6 all routing-table all-type statistics
Total number of routes from all PE: 4
Number of Intra-AS I-PMSI A-D Routes: 2
Number of Inter-AS I-PMSI A-D Routes: 0
Number of S-PMSI A-D Routes: 0
Number of Leaf A-D Routes: 0
Number of Source Active A-D Routes: 0
Number of Shared Tree Join Routes: 1
Number of Source Tree Join Routes: 1
Total number of routes of IPv6-MVPN-family for vpn-instance VPNA: 4
Number of Intra-AS I-PMSI A-D Routes: 2
Number of Inter-AS I-PMSI A-D Routes: 0
Number of S-PMSI A-D Routes: 0
Number of Leaf A-D Routes: 0
Number of Source Active A-D Routes: 0
Number of Shared Tree Join Routes: 1
Number of Source Tree Join Routes: 1
Item | Description |
---|---|
Total number of routes from all PE | Number of routes received from provider edges (PEs) in the BGP IPv6 MVPN routing table. |
Total number of routes of IPv6-MVPN-family for vpn-instance VPNA | Number of specified VPN routes in the BGP IPv6 MVPN routing table. |
Number of Intra-AS I-PMSI A-D Routes | Number of the routes of the intra-AS I-PMSI A-D. |
Number of Inter-AS I-PMSI A-D Routes | Number of the routes of the inter-AS I-PMSI A-D. |
Number of S-PMSI A-D Routes | Number of the routes of the S-PMSI A-D. |
Number of Leaf A-D Routes | Number of Leaf A-D routes. |
Number of Source Active A-D Routes | Number of the routes of the Source Active A-D. |
Number of Shared Tree Join Routes | Number of the routes of the Shared Tree Join. |
Number of Source Tree Join Routes | Number of the Source Tree Join routes. |