R3303-HP HSR6800 Routers IP Multicast Command Reference
203
Default command 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.
Usage guidelines
All the active MBGP routes in the MBGP routing table are used for RPF check, but inactive MBGP routes
are not.
Examples
# Display brief information about the active routes in the multicast BGP routing table.
<Sysname> display ip multicast routing-table
Routing Tables: Public
Destinations : 6 Routes : 6
Destination/Mask Proto Pre Cost NextHop Interface
2.2.2.0/24 Direct 0 0 2.2.2.1 GigabitEthernet2/1/2
2.2.2.1/32 Direct 0 0 127.0.0.1 InLoopBack0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoopBack0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoopBack0
192.168.80.0/24 Direct 0 0 192.168.80.10 GigabitEthernet2/1/1
192.168.80.10/32 Direct 0 0 127.0.0.1 InLoopBack0
Table 40 Command output
Field Description
Destinations Number of destinations.
Routes Number of routes.
Destination/Mask Destination address/mask length.
Proto Routing protocol that discovered the route.
Pre Route preference.
Cost Route cost.
Nexthop Next hop of the route.
Interface Outgoing interface to reach the destination.
# Display detailed information about the multicast routing table.