Specifications

Table Of Contents
show ip bgp neighbors
MP-470
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
show ip bgp neighbors advertised-routes: Example
The following example displays routes advertised for only the 172.16.232.178 neighbor:
Router# show ip bgp neighbors 172.16.232.178 advertised-routes
BGP table version is 27, local router ID is 172.16.232.181
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*>i10.0.0.0 172.16.232.179 0 100 0 ?
*> 10.20.2.0 10.0.0.0 0 32768 i
Table 28 describes the significant fields shown in the display.
Ta b l e 28 show ip bgp neighbors advertised-routes Field Descriptions
Field Description
BGP table version Internal version number of the table. This is the primary
rou
ting table with which the neighbor has been updated. The
number increments when the table changes.
local router ID IP address of the local BGP speaker.
Status codes Status of the table entry. The status is displayed at the
be
ginning of each line in the table. It can be one of the
following values:
s—The table entry is suppressed.
d—The table entry is dampened and will not be
advertised to BGP neighbors.
h—The table entry does not contain the best path based
on historical information.
*—The table entry is valid.
>—The table entry is the best entry to use for that
network.
i—The table entry was learned via an internal BGP
(iBGP) session.
Origin codes Origin of the entry. The origin code is placed at the end of
e
ach line in the table. It can be one of the following values:
i—Entry originated from Interior Gateway Protocol
(IGP) and was advertised with a network router
configuration command.
e—Entry originated from Exterior Gateway Protocol
(EGP).
?—Origin of the path is not clear. Usually, this is a router
that is redistributed into BGP from an IGP.
Network IP address of a network entity.
Next Hop IP address of the next system used to forward a packet to the
des
tination network. An entry of 0.0.0.0 indicates that there
are non-BGP routes in the path to the destination network.