417
Examples
# Display AS path information.
<Sysname> display bgp ipv6 multicast paths
Address Hash Refcount MED Path/Origin
0x5917098 1 1 0 i
0x59171D0 9 2 0 100i
Table 91 Command output
Field Descri
tion
Address
Route address in the local database, in dotted hexadecimal notation.
Hash Hash index.
Refcount Count of the routes that referenced the path.
MED
MED of the path.
Path
AS_PATH attribute of the route, recording the ASs that it has passed,
used to avoid routing loops.
Origin
ORIGIN attribute of the route:
• i—Indicates that the route is interior to the AS. Summary routes and
routes injected via the network command are considered IGP routes.
• e—Indicates that a route is learned from the exterior gateway protocol
(EGP).
• ?—Indicates that the origin of the route is unknown and the route is
learned through some other means. BGP sets the ORIGIN attribute of
routes learned from other IGP protocols to incomplete.
display bgp ipv6 multicast peer
Syntax
display bgp ipv6 multicast peer [ [ ipv6-address ] verbose ] [ | { begin | exclude | include }
regular-expression ]
View
Any view
Default level
1: M o n i t o r l e v e l
Parameters
ipv6-address: Specifies an IPv4 or IPv6 peer group, a string of 1 to 47 characters.
verbose: Displays the detailed information of the peer.
|: 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.