Deployment Guide

Border Gateway Protocol IPv4 (BGPv4) | 395
Example
Figure 12-15. Command Example: show ip bgp inconsistent-as (Partial)
Command
History
show ip bgp neighbors
c e s
Displays routing information exchanged by BGP neighbors.
Syntax
show ip bgp [vrf vrf-name] [ipv4 unicast] neighbors [ipv4-neighbor-addr |
ipv6-neighbor-addr] [advertised-routes | dampened-routes | detail | flap-statistics | routes
| {received-routes [network [network-mask]] | {denied-routes [network [network-mask]]}]
Parameters
Table 12-8. show ip bgp inconsistent-as Command Example Fields
Fields Description
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.0 is listed in this column, then 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.
>show ip bgp inconsistent-as
BGP table version is 280852, local router ID is 10.1.2.100
Status codes: s suppressed, d damped, h history, * valid, > best
Path source: I - internal, c - confed-external, r - redistributed, n - network
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
* 3.0.0.0/8 63.114.8.33 0 18508 209 7018 80 i
* 63.114.8.34 0 18508 209 7018 80 i
* 63.114.8.60 0 18508 209 7018 80 i
*> 63.114.8.33 0 18508 701 80 i
*> 3.18.135.0/24 63.114.8.60 0 18508 209 7018 ?
* 63.114.8.34 0 18508 209 7018 ?
* 63.114.8.33 0 18508 701 7018 ?
* 63.114.8.33 0 18508 209 7018 ?
*> 4.0.0.0/8 63.114.8.60 0 18508 209 1 i
* 63.114.8.34 0 18508 209 1 i
* 63.114.8.33 0 18508 701 1 i
* 63.114.8.33 0 18508 209 1 i
* 6.0.0.0/20 63.114.8.60 0 18508 209 3549 i
* 63.114.8.34 0 18508 209 3549 i
*> 63.114.8.33 0 0 18508 ?
* 63.114.8.33 0 18508 209 3549 i
* 9.2.0.0/16 63.114.8.60 0 18508 209 701 i
* 63.114.8.34 0 18508 209 701 i
--More--
Version 8.4.7.0 Introduced support for VRF on C-Series.
Version 7.8.1.0 Introduced support on S-Series
Version 7.7.1.0 Introduced support on C-Series
vrf vrf-name
(OPTIONAL) Enter the keyword vrf followed by the name of the VRF.
ipv4 unicast
(OPTIONAL) Enter the
ipv4 unicast keywords to view information only
related to IPv4 unicast routes.