The display bgp mvpn vpnv6 routing-table type command displays BGP-IPv6 multicast virtual private network (MVPN) from type1 to type 7 A-D routes.
display bgp mvpn vpnv6 { all | route-distinguisher route-distinguisher } routing-table type { 1 | 2 | 3 | 5 | 6 | 7 } network
display bgp mvpn vpnv6 vpn-instance vpn-instance-name routing-table type { 1 | 2 | 3 | 5 | 6 | 7 } network
display bgp mvpn vpnv6 all routing-table peer ipv4-address advertised-routes type { 1 | 2 | 3 | 5 | 6 | 7 } network
display bgp mvpn vpnv6 all routing-table peer ipv6-address advertised-routes type { 1 | 2 | 3 | 5 | 6 | 7 } network
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:
|
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. |
- |
5 |
Displays Source-active A-D routes. |
- |
6 |
Displays Shared Tree Join C-multicast routes. |
- |
7 |
Displays Source Tree Join C-multicast routes. |
- |
network |
The meanings of different A-D routes are as follows:
|
Different A-D routes have different values:
Different A-D routes have different values(Include IPv6):
|
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. |
The value is in dotted decimal notation. |
advertised-routes |
Displays the routes advertised to 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. |
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 2.2.2.2
BGP local router ID : 3.3.3.3
Local AS number : 100
BGP routing table entry information of 2.2.2.2:
Route Distinguisher: 2:3
Remote-Cross route
From: 2.2.2.2 (4.4.4.4)
Route Duration: 0d04h26m45s
Original nexthop: 2.2.2.2
Qos information : 0x0
Ext-Community: RT <100 : 1>
AS-path Nil, origin incomplete, MED 0, localpref 100, pref-val 0, valid, internal, best, select, pre 255
Route Type: 1 (Intra-AS I-PMSI AD Route)
Originator IP: 2.2.2.2
Not advertised to any peer yet
Item | Description |
---|---|
BGP local router ID | ID of the local BGP device, in the same format as an IPv4 address. |
BGP routing table entry information of 2.2.2.2 | Information about the routing table of the route 2.2.2.2. |
Local AS number | Local AS number. |
Route Distinguisher | Route distinguisher. |
Route Duration | Duration of the route. |
Route Type | Route type: |
Remote-Cross route | The route is a remotely leaked one. |
Original nexthop | Original next hop. |
Qos information | QoS information. |
AS-path Nil | AS_Path attribute. Nil indicates that the attribute value is null. |
origin incomplete | Origin attribute of the BGP route. It has the following three types:
|
MED | MED value of a route. |
localpref | Local preference of a route. |
pref-val | PrefVal. |
pre 255 | The priority of the BGP route is 255. |
Originator IP | Source IP address. |
Not advertised to any peer yet | The BGP route has not been advertised to any peer yet. |
From | IP address of the device that sends the route. |
Ext-Community | Extended community attribute. |
valid | Valid route. |
internal | The route is an internal route. |
best | Optimal route. |
select | Selected route. |