The display bgp multicast routing-table command displays the MBGP routing information of a specified network in the MBGP routing table.
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. |
- |
The actual command output varies according to the device. The command output here is only an example.
<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
<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>
<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>
<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>
<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
<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
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. |