Command Line Reference Guide

Network Displays the destination network prefix of each BGP route.
Next Hop Displays the next hop address of the BGP router. If 0::0/0 is listed in
this column, local routes exist in the routing table.
Metric Displays the BGP route’s metric, if assigned.
LocPrf Displays the BGP LOCAL_PREF attribute for the route.
Weight Displays the route’s weight.
Path Lists all the ASs the route passed through to reach the destination
network.
Example
FTOS#show ip bgp ipv6 unicast
BGP table version is 8, local router ID is 5.5.10.4
Status codes: s suppressed, S stale, d damped, h history, *
valid, > best Path source: I - internal, a
- aggregate, c - confed-external, r - redistributed, n -
network Origin codes: i - IGP, e - EGP, ? -
incomplete
Network Next Hop Metric LocPrf Weight Path
h dead:1::/100 5ffe:10::3 0 0 1 i
h 5ffe:11::3 0 0 1 i
*> dead:2::/100 5ffe:10::3 0 0 1 i
* 5ffe:11::3 0 0 1 i
*> dead:3::/100 5ffe:10::3 0 0 1 i
* 5ffe:11::3 0 0 1 i
h dead:4::/100 5ffe:10::3 0 0 1 i
h 5ffe:11::3 0 0 1 i
FTOS#show ip bgp ipv6 unicast dead:3::/100
BGP routing table entry for dead:3::/100, version 3
Paths: (2 available, table Default-MBGP-Routing-Table.)
Not advertised to any peer
Received from :
5ffe:10::3 (5.5.5.3) Best
AS_PATH : 1
Next-Hop : 5ffe:10::3, Cost : 0
Origin IGP, Metric 0, LocalPref 100, Weight 0, external
5ffe:11::3 (5.5.5.3)
AS_PATH : 1
Next-Hop : 5ffe:11::3, Cost : 0
Origin IGP, Metric 0, LocalPref 100, Weight 0, external
Inactive reason: Peer IP address
FTOS#
Related
Commands
show ip bgp ipv6 unicast community – views BGP communities.
733