display bgp multicast routing-table

Function

The display bgp multicast routing-table command displays the MBGP routing information of a specified network in the MBGP routing table.

Format

display bgp multicast routing-table ip-address [ mask | mask-length ] { as-path | community-list | large-community | ext-community | cluster-list | advertised-peer }

Parameters

Parameter Description Value
ip-address

Specifies an IPv4 address.

The value is in dotted decimal notation.

mask

Specifies the mask of the IPv4 address.

It is in dotted decimal notation.

mask-length

Specifies the mask length of the IPv4 address.

The value is an integer ranging from 0 to 32.

as-path

Displays AS_Path attribute information.

-

community-list

Displays a community attribute list of routes.

-

large-community

Displays the BGP routes with the specified Large-Community attribute.

-

ext-community

Displays an extended community attribute list of routes.

-

cluster-list

Displays a cluster list of routes.

-

advertised-peer

Displays the list of the peers to which a public network route is advertised.

-

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
bgp read

Usage Guidelines

Usage Scenario

The display bgp multicast routing-table command displays the MBGP routing information of a specified network in the MBGP routing table.

Example

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

# Display cluster-list information of MBGP route 10.1.1.1.
<HUAWEI> display bgp multicast routing-table 10.1.1.1 cluster-list
BGP routing table entry information of 10.1.1.1/32:
 From: 192.168.1.1
 Cluster list: 192.168.10.2
# Display ext-community information of MBGP route 10.1.1.1.
<HUAWEI> display bgp multicast routing-table 10.1.1.1 ext-community
 Routes of Route Distinguisher(1:2):
 BGP routing table entry information of 10.1.1.1/32:
 From: 1.1.1.2
 Ext-Community: RT <100 : 2>
# Display Large-community information of MBGP route 10.1.1.1.
<HUAWEI> display bgp multicast routing-table 10.1.1.1 large-community
BGP routing table entry information of 10.1.1.1/24:
 Aggregated route.
 Large-community: <200:1:1>, <300:1:1>
# Display community-list information of MBGP route 10.1.1.0.
<HUAWEI> display bgp multicast routing-table 10.1.1.0 community-list
BGP routing table entry information of 10.1.1.0/24:
 Aggregated route.
 Community: <200:1>, <300:1>
# Display advertised-peer information of MBGP route 10.1.1.0.
<HUAWEI> display bgp multicast routing-table 10.1.1.0 advertised-peer
 BGP routing table entry information of 10.1.1.0/24:
 Aggregated route.
 Advertised to such 1 peers:
       1.1.1.1
# Display as-path information of MBGP route 10.1.1.0.
<HUAWEI> display bgp multicast routing-table 10.1.1.0 as-path
 BGP routing table entry information of 10.1.1.0/24:
 From: 10.1.1.1
 AS-path 100
Table 1 Description of the display bgp multicast routing-table command output
Item Description
Cluster list

Cluster list of a route.

Advertised to such 1 peers

Peer to which a route is advertised.

AS-path

AS_Path attribute of a route.

Community

Community attribute of a route.

Large-community

Large-community attribute of a route.

Ext-Community

Extended community attribute of a route.

From

IP address of the router that sends the route.

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