display bgp mvpn vpnv6 routing-table

Function

The display bgp mvpn vpnv6 routing-table command displays BGP-IPv6 multicast virtual private network (MVPN) routes.

Format

display bgp mvpn vpnv6 { all | route-distinguisher route-distinguisher } routing-table all-type

display bgp mvpn vpnv6 { all | route-distinguisher route-distinguisher } routing-table type { 1 | 2 | 3 | 4 | 5 | 6 | 7 }

display bgp mvpn vpnv6 vpn-instance vpn-instance-name routing-table all-type

display bgp mvpn vpnv6 vpn-instance vpn-instance-name routing-table type { 1 | 2 | 3 | 4 | 5 | 6 | 7 }

display bgp mvpn vpnv6 all routing-table peer ipv4-address { advertised-routes | received-routes } all-type

display bgp mvpn vpnv6 all routing-table peer ipv4-address { advertised-routes | received-routes } type { 1 | 2 | 3 | 4 | 5 | 6 | 7 }

display bgp mvpn vpnv6 all routing-table peer ipv6-address { advertised-routes | received-routes } all-type

display bgp mvpn vpnv6 all routing-table peer ipv6-address { advertised-routes | received-routes } type { 1 | 2 | 3 | 4 | 5 | 6 | 7 }

Parameters

Parameter Description Value
all

Displays all BGP IPv6 MVPN routes.

-

route-distinguisher route-distinguisher

Displays BGP routes of the specified Route Distinguisher (RD).

The RD formats are divided into the following types:

  • 2-byte AS number:4-byte user-defined number, for example, 101:3. An AS number ranges from 0 to 65535. A user-defined number ranges from 0 to 4294967295. The AS number and the user-defined number cannot be 0s at the same time. That is, an RD cannot be 0:0.
  • Integral 4-byte AS number:2-byte user-defined number, for example, 65537:3. An AS number ranges from 65536 to 4294967295. A user-defined number ranges from 0 to 65535. The AS number and user-defined number cannot be both 0s. That is, an RD cannot be 0:0.4-byte AS number in dotted notation:2-byte user-defined number, for example, 0.0:3 or 0.1:0.
  • 4-byte AS number in dotted notation is in the format of x.y, wherex and y are integers that range from 0 to 65535 and from 0 to 65535, respectively. A user-defined number ranges from 0 to 65535. The AS number and user-defined number cannot be both 0s. That is, an RD cannot be 0.0:0.
  • IPv4-address:2-byte user-defined number, for example, 192.168.122.15:1. An IP address ranges from 0.0.0.0 to 255.255.255.255. A user-defined number ranges from 0 to 65535.
all-type

Displays all types of MVPN routes.

-

type 1

Displays intra-AS I-PMSI A-D routes.

-

2

Displays S-PMSI A-D routes.

-

3

Displays inter-AS I-PMSI A-D routes.

-

4

Displays Leaf A-D routes.

-

5

Displays Source Active A-D routes.

-

6

Displays Shared Tree Join C-multicast routes.

-

7

Displays Source Tree Join C-multicast routes.

-

vpn-instance vpn-instance-name

Displays the BGP 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 the routes of the specified BGP peer.

It is in dotted decimal notation.

advertised-routes

Displays the routes advertised to the specified peer.

-

received-routes

Displays the routes received from the 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.

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
bgp read

Usage Guidelines

Usage Scenario

To view BGP IPv6 MVPN routes, run the display bgp mvpn vpnv6 routing-table command. You can specify different parameters to view the specific routing information.

Example

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

# Display all types of IPv6 MVPN routes.
<HUAWEI> display bgp mvpn vpnv6 all routing-table all-type
 
 BGP Local router ID is 3.3.3.3
 Status codes: * - valid, > - best, d - damped, x - best external, a - add path,
               h - history,  i - internal, s - suppressed, S - Stale
               Origin : i - IGP, e - EGP, ? - incomplete


 Total Number of Routes: 4 

    Number of Intra-AS I-PMSI A-D Routes: 2

 Route Distinguisher: 1:2
        Network(Originator IP Addr)                             NextHop
 *>     1.1.1.1                                                 0.0.0.0         

 Route Distinguisher: 2:3
        Network(Originator IP Addr)                             NextHop
 *>i    2.2.2.2                                                 2.2.2.2         

    Number of Shared Tree Join Routes: 1

 Route Distinguisher: 1:2
        Network(AS Number-(C-S)-(C-G))
 *>i    Network :100-2003::100-FF66::789                                                                                         
        NextHop :2.2.2.2         
                
    Number of Source Tree Join Routes: 1
                
 Route Distinguisher: 1:2
        Network((AS Number)-(C-S)-(C-G))                        
 *>i    Network :100-2003::123-FF33::123                                                                                         
        NextHop :2.2.2.2         
                
 Total number of routes of IPv6-MVPN-family for vpn-instance vrf1: 4
                
    Number of Intra-AS I-PMSI A-D Routes: 2
        Network(Originator IP Addr)                             NextHop
 *>     1.1.1.1                                                 0.0.0.0         
 *>i    2.2.2.2                                                 2.2.2.2         
                
    Number of Shared Tree Join Routes: 1
        Network(AS Number-(C-S)-(C-G))
 *>i    Network :100-2003::100-FF66::789                                                                                         
        NextHop :2.2.2.2         
                
    Number of Source Tree Join Routes: 1
        Network(AS Number-(C-S)-(C-G))
 *>i    Network :100-2003::123-FF33::123                                                                                         
        NextHop :2.2.2.2
# Display all types of IPv6 MVPN routes(Include IPv6).
<HUAWEI> display bgp mvpn vpnv6 all routing-table all-type
 
 BGP Local router ID is 1.1.1.1
 Status codes: * - valid, > - best, d - damped, x - best external, a - add path,
               h - history,  i - internal, s - suppressed, S - Stale
               Origin : i - IGP, e - EGP, ? - incomplete


 Total Number of Routes: 9

    Number of Intra-AS I-PMSI A-D Routes: 3

 Route Distinguisher: 1:1
        Network(Originator IP Addr)                                       NextHop
 *>     1.1.1.1                                                           0.0.0.0         
 *>     1::1                                                              0.0.0.0         
 *>i    3::3                                                              3::3                                   

    Number of S-PMSI A-D Routes: 1

 Route Distinguisher: 1:1
        Network((C-S)-(C-G)-Originator IP Addr)
 *>i    Network :2000::2-FF23::1-3::3                                                                                                                                           
        NextHop :3::3                                   

    Number of Leaf A-D Routes: 2

 Route Distinguisher: 1:1
        Network([OriIP|AsNum|(C-S)-(C-G)-OriIP]-LeafOriIP)
 *>     Network :3::3-1::1                                                                                                                                                      
        NextHop :0.0.0.0         
 *>     Network :2000::2-FF23::1-3::3-1::1                                                                                                                                      
        NextHop :0.0.0.0         

    Number of Source Active A-D Routes: 1

 Route Distinguisher: 1:1
        Network((C-S)-(C-G))               
 *>i    Network :2000::2-FF23::1                                                                                                                                                
        NextHop :3.3.3.3         

    Number of Shared Tree Join Routes: 1

 Route Distinguisher: 1:1
        Network(AS Number-(C-S)-(C-G))
 *>     Network :100-2000::1-FF23::2                                                                                                                                            
        NextHop :0.0.0.0         

    Number of Source Tree Join Routes: 1

 Route Distinguisher: 1:1
        Network(AS Number-(C-S)-(C-G))
 *>     Network :100-2000::2-FF23::1                                                                                                                                            
        NextHop :0.0.0.0         

 Total number of routes of IPv6-MVPN-family for vpn-instance vrf1: 9

    Number of Intra-AS I-PMSI A-D Routes: 3
        Network(Originator IP Addr)                                       NextHop
 *>     1.1.1.1                                                           0.0.0.0         
 *>     1::1                                                              0.0.0.0         
 *>i    3::3                                                              3::3                                   

    Number of S-PMSI A-D Routes: 1
        Network((C-S)-(C-G)-Originator IP Addr)
 *>i    Network :2000::2-FF23::1-3::3                                                                                                                                           
        NextHop :3::3                                   

    Number of Leaf A-D Routes: 2
        Network([OriIP|AsNum|(C-S)-(C-G)-OriIP]-LeafOriIP)
 *>     Network :3::3-1::1                                                                                                                                                      
        NextHop :0.0.0.0         
 *>     Network :2000::2-FF23::1-3::3-1::1                                                                                                                                      
        NextHop :0.0.0.0         

    Number of Source Active A-D Routes: 1
        Network((C-S)-(C-G))               
 *>i    Network :2000::2-FF23::1                                                                                                                                                
        NextHop :3.3.3.3         

    Number of Shared Tree Join Routes: 1
        Network(AS Number-(C-S)-(C-G))
 *>     Network :100-2000::1-FF23::2                                                                                                                                            
        NextHop :0.0.0.0         

    Number of Source Tree Join Routes: 1
        Network(AS Number-(C-S)-(C-G))
 *>     Network :100-2000::2-FF23::1                                                                                                                                            
        NextHop :0.0.0.0
Table 1 Description of the display bgp mvpn vpnv6 routing-table command output
Item Description
BGP Local router ID is

ID of the local BGP device. The format is the same as the IPv4 address.

best

Optimal route.

Total Number of Routes

Number of BGP Flow Specification routes.

Number of Shared Tree Join Routes

Number of the routes of the Shared Tree Join.

Number of Source Tree Join Routes

Number of the routes of the Source Tree Join.

Route Distinguisher

Route distinguisher.

NextHop

Next hop address of a packet.

Network

Network address in the BGP routing table or AS number.

valid

Valid route.

internal

Internal route.

Originator IP

Original IP address.

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