R3303-HP HSR6800 Routers IP Multicast Command Reference

210
|: 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.
Examples
# Display the AS path information for IPv4 MBGP routes.
<Sysname> display bgp multicast paths ^200
Address Hash Refcount MED Path/Origin
0x5917100 11 1 200 300i
Table 44 Command output
Field Description
Address Route address in the local database, in dotted hexadecimal notation.
Hash Hash index.
Refcount Count of routes that reference the path.
MED MED of the path.
Path
AS_PATH attribute of the path, recording the ASs that it has passed to avoid routing
loops.
Origin
Origin attribute of the path:
i—The route is interior to the AS. Summary routes and routes injected through the
network command are considered IGP routes.
e—The route is learned from the Exterior Gateway Protocol (EGP).
?—The origin of the route is unknown. Routes redistributed from other routing protocols
have this origin attribute.
display bgp multicast peer
Use display bgp multicast peer to display IPv4 MBGP peer information.
Syntax
display bgp multicast peer [ [ ip-address ] verbose ] [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
2: Monitor level
Parameters
ip-address: Specifies an IPv4 MBGP peer by its IP address, in dotted decimal notation.
verbose: Displays detailed information about the peer or the peer group.