CLI Guide

Table Of Contents
Layer 3 Routing Commands 1396
Command History
Introduced in version 6.2.0.1 firmware.
Updated in version 6.3.0.1 firmware.
Example
console#show ip bgp neighbors 10.10.10.10 advertised-routes
BGP table version is 5, local router ID is 0.0.0.100
Status codes: p - advertisement pending
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPref Path Origin
------------------- ---------------- ---------- ------- ------------- -----
172.20.1.0/24 172.20.101.1 10 100 20 10 i
p 20.1.1.0/24 172.20.101.1 100 20 ?
show ip bgp neighbors received-routes
This command displays the list of routes received from a specific neighbor.
The list includes both the accepted and rejected routes.
Status codes p—The route has been updated in Adj-RIB-Out since
the last UPDATE message was sent. Transmission of an
UPDATE message is pending.
Network Destination prefix
Next Hop The BGP NEXT HOP as advertised to the peer.
Local Pref The local preference. Local preference is never
advertised to external peers.
Metric The value of the Multi Exit Discriminator, if the MED
is advertised to the peer.
Path The AS path. The AS path does not include the local AS
number, which is added to the beginning of the AS path
when a route is advertised to an external peer.
Origin The value of the Origin attribute.