show bgp ipv6
Displays filtered information about a specified network, or all networks, in the IPv6 BGP routing table. Only those fields that you specify are displayed, except that the prefix field is always displayed. Default fields can be set with the default-fields route command.
To display information about networks in address families other than the route-target address family:
show bgp ipv6 [ unicast | multicast | vpnv6 all | vpnv6 vrf vrfName ]
ipv6Prefix [ longer-prefixes ] [ fields { fieldOptions } ] [ filter ]To display information about networks in only the route-target address family:
show bgp ipv6 route-target signaling { rtfPrefix [ longer-prefixes ] | rtfAddress }
[ fields { fieldOptions } ] [ filter ]
- unicastSpecifies the IPv6 unicast address family and routing table; the default option
- multicastSpecifies the IPv6 multicast address family and routing table
- vpnv6 allSpecifies the VPN-IPv6 address family and all IPv6 VPN routing and forwarding instances
- vpn6 vrf vrfNameSpecifies the VPN-IPv6 address family and only the IPv6 VPN routing and forwarding instance with the name vrfName
- ipv6PrefixPrefix that defines the IPv6 network that you want to filter
- longer-prefixesDisplays all routes with a prefix that is equal to or more specific than the specified prefix
- route-target signalingSpecifies the route-target address family
- rtfPrefixPrefix representing the route-target membership NLRI (RT-MEM-NLRI), in the format asNumber:extendedCommunity/prefixLength (for example, 320:320:524/36) where:
- asNumberAS number for origin of route target information, in the range 14294967295
- extendedCommunityTwo-part number in the format number1:number2 that identifies an extended community of VPNs, in the format number1:number2, where:
- number1Autonomous system (AS) number, in the range 14294967295, or an IP address
- number2Unique integer, in the range 14294967295; 32 bits if number1 is a 16-bit AS number; 16 bits if number1 is an IP address or a 32-bit AS number
- rtfAddressrtfPrefix with a prefix length of 96; representing the route-target membership NLRI (RT-MEM-NLRI), in the format asNumber:extendedCommunity (for example, 320:320:524 or 320:50.2.3.4:524)
- fieldsDisplays only the specified fields; the display order of the fields is hard-coded and not affected by the order in which you enter them
- fieldOptionsFields 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 ]*
- allAll available information; not recommended, because this information for each network does not fit on a single line and is difficult to read
- afiAddress family identifier
- aggregatorAS number and IP address of aggregator
- as-pathAS path through which this route bas been advertised
- atomic-aggregateWhether the atomic aggregate attribute is present
- bestWhether this is the best route for the prefix
- clustersList of cluster IDs through which the route has been advertised
- communitiesCommunity number associated with the route
- extended-communitiesExtended community
- importedWhether the route was imported
- introIntroductory information about the state of various BGP attributes; this information is displayed only if you specify this keyword
- in-labelMPLS 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-prefLocal preference for the route
- medMultiexit discriminator for the route
- next-hopIP address of the next router that is used when forwarding a packet to the destination network
- next-hop-costWhether the indirect next hop of the route is unreachable, if not, displays IGP cost to the indirect next hop
- originOrigin of the route
- originator-idRouter ID of the router in the local AS that originated the route
- out-labelMPLS 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
- peerIP address of BGP peer from which route was learned
- peer-typeType of BGP peer: internal, external, or confederation
- rdRoute distinguisher
- safiSubsequent address family identifier
- staleRoute that has gone stale due to peer restart
- unknown-typesAttribute codes for unknown path attributes
- weightWeight of the route
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
- filterSee Filtering show Commands in About This Guide
Privileged Exec, User Exec
Command introduced before JUNOSe Release 7.1.0.
route-target signaling keywords and rtMemNlri variable added in JUNOSe Release 8.2.0.
rtMemNlri variable replaced by two variables, rtfAddress and rtfPrefix, in JUNOSe Release 9.1.0.