show bgp ipv6 advertised-routes
Syntax
To display routes advertised to a neighbor or peer group
in all address families or a particular address family other than
the route-target address family:
show bgp ipv6 [ unicast | multicast | vpnv6 all | vpnv6
vrf vrfName ]
{ neighbors { ipAddress | ipv6Address } | peer-group peerGroupName }
advertised-routes [ ipv6Prefix [ longer-prefixes ] ]
[ fields
{ fieldOptions } ] [ delta ] [ filter ]
To display routes advertised to a neighbor or peer
group in only the route-target address family:
show bgp ipv6 route-target signaling
{ neighbors
{ ipAddress | ipv6Address } | peer-group peerGroupName }
advertised-routes [ fields { fieldOptions }
] [ delta ] [ filter ]
To display routes advertised to the specified peer group for
all VPN address families or for a particular VPN address family; optionally
after the application of route-target filters advertised by the specified
member of the peer group:
show bgp ipv6 [ vpnv6 all | vpnv6 vrf vrfName | l2vpn [ all ] |
route-target signaling ]peer-group peerGroupName advertised-routes
[ route-target-filter
neighbor { ipRtfNbrAddress | ipv6RtfNbrAddress } ]
[ fields { fieldOptions } ] [ delta ] [ filter ]
Release Information
Command introduced before JunosE Release
7.1.0.
ipv6Address variable added
in JunosE Release 8.0.0.
route-target
signaling and route-target-filter neighbor keywords and ipRtfNbrAddress and ipv6RtfNbrAddress variables added in JunosE Release 8.2.0.
Description
Displays IPv6 BGP routes advertised to the specified
BGP peer or peer group.
Options
- unicast—Specifies the IPv6 unicast address family
and routing table; the default option
- multicast—Specifies the IPv6 multicast address family
and routing table
- vpnv6 all—Specifies the VPN-IPv6 address family
and all IPv6 VPN routing and forwarding instances
- vpn6 vrf vrfName—Specifies
the VPN-IPv6 address family and only the IPv6 VPN routing and forwarding
instance with the name vrfName
- ipAddress—IP address of the
IPv6 BGP neighbor
- ipv6Address—IPv6 address of
the IPv6 BGP neighbor
- peerGroupName—Name of the
IPv6 BGP peer group
- ipv6Prefix—Prefix that defines
the IPv6 network that you want to filter
- longer-prefixes—Displays all routes with a prefix
that is equal to or more specific than the specified prefix
- route-target signaling—Specifies the route-target
address family
- l2vpn—Displays information for only the L2VPN address
family
- all—Optional keyword; has no effect
- route-target-filter neighbor—Displays routes actually
advertised to the specified peer group member (neighbor); which routes
are advertised is determined by the application of the route-target
filter received from that neighbor to routes in the peer group’s
Adj-RIBs-Out table
- ipRtfNbrAddress—IP address
of a peer group member that has advertised route-target membership
filtering information
- ipv6RtfNbrAddress—IPv6 address
of a peer group member that has advertised route-target membership
filtering information
- fields—Displays only the specified fields; the display
order of the fields is hard-coded and not affected by the order in
which you enter them
- fieldOptions—Fields to be
displayed, in the format
all | [ afi | aggregator |
as-path | atomic-aggregate | best | clusters | communities | extended-communities
| imported | intro | in-label | loc-pref | med | next-hop | next-hop-cost
| origin | originator-id | out-label | peer | peer-type | rd | safi
| stale | unknown-types | weight ]*- all—All available information; not recommended,
because this information for each network does not fit on a single
line and is difficult to read
- afi—Address family identifier
- aggregator—AS number and IP address of aggregator
- as-path—AS path through which this route bas been
advertised
- atomic-aggregate—Whether the atomic aggregate attribute
is present
- best—Whether this is the best route for the prefix
- clusters—List of cluster IDs through which the route
has been advertised
- communities—Community number associated with the
route
- extended-communities—Extended community
- imported—Whether the route was imported
- intro—Introductory information about the state of
various BGP attributes; this information is displayed only if you
specify this keyword
- in-label—MPLS label for the route; the label received
with incoming MPLS frames; typically, but not always, this is the
label advertised to MP-BGP peers
- loc-pref—Local preference for the route
- med—Multiexit discriminator for the route
- next-hop—IP address of the next router that is used
when forwarding a packet to the destination network
- next-hop-cost—Whether the indirect next hop of the
route is unreachable, if not, displays IGP cost to the indirect next
hop
- origin—Origin of the route
- originator-id—Router ID of the router in the local
AS that originated the route
- out-label—MPLS label for the route; the label sent
with outgoing MPLS frames; also the label received from MP-BGP peer;
typically, but not always, this is the label received from MP-BGP
peers
- peer—IP address of BGP peer from which route was
learned
- peer-type—Type of BGP peer: internal, external,
or confederation
- rd—Route distinguisher
- safi—Subsequent address family identifier
- stale—Route that has gone stale due to peer restart
- unknown-types—Attribute codes for unknown path attributes
- weight—Weight of the route
- *—Indicates that one or more parameters can be repeated
multiple times in a list in the command line
- delta—Displays baselined statistics
- filter—See Filtering show Commands
Mode
Privileged Exec, User Exec
Published: 2010-10-19