
172
Parameters
None
Description
Use
default-route imported
to allow default route redistribution into the MBGP routing table.
Use
undo default-route imported
to restore the default.
By default, default route redistribution is not allowed.
To redistribute default routes of other protocols into the MBGP routing table, you must use the
default-route imported
command together with the
import-route
command.
Related commands:
import-route
.
Examples
# In IPv4 MBGP address family view, allow default route redistribution from OSPF into MBGP.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family multicast
[Sysname-bgp-af-mul] default-route imported
[Sysname-bgp-af-mul] import-route ospf 1
display ip multicast routing-table
Syntax
display ip multicast routing-table
[
verbose
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
2: Monitor level
Parameters
verbose
: Displays detailed information about the multicast routing table, including both inactive and
active multicast routes. Without the keyword, the command displays brief information about only the
active MBGP routes.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use
display ip multicast routing-table
to display the multicast BGP routing table.
All the active MBGP routes in the MBGP routing table are used for RPF check, but inactive MBGP routes
are not.