Specifications

Table Of Contents
show ip bgp neighbors
MP-471
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
show ip bgp neighbors paths: Example
The following is example output from the show ip bgp neighbors command entered with the paths
keyword:
Router# show ip bgp neighbors 172.29.232.178 paths ^10
Address Refcount Metric Path
0x60E577B0 2 40 10 ?
Table 29 describes the significant fields shown in the display.
show ip bgp neighbors received prefix-filter: Example
The following example shows that a prefix-list that filters all routes in the 10.0.0.0 network has been
received from the 192.168.20.72 neighbor:
Router# show ip bgp neighbors 192.168.20.72 received prefix-filter
Address family:IPv4 Unicast
ip prefix-list 192.168.20.72:1 entries
seq 5 deny 10.0.0.0/8 le 32
Table 30 describes the significant fields shown in the display.
Metric If shown, this is the value of the inter-autonomous system
me
tric. This field is not used frequently.
LocPrf Local preference value as set with the s
et local-preference
route-map configuration command. The default value is 100.
Weight Weight of the route as set via autonomous system filters.
Path Autonomous system paths to the destination network. There
ca
n be one entry in this field for each autonomous system in
the path.
Table 28 show ip bgp neighbors advertised-routes Field Descriptions (continued)
Field Description
Ta b l e 29 show ip bgp neighbors paths Field Descriptions
Field Description
Address Internal address where the path is stored.
Refcount Number of routes using that path.
Metric Multi Exit Discriminator (MED) metric for the path. (The name of this
me
tric for BGP versions 2 and 3 is INTER_AS.)
Path Autonomous system path for that route, followed by the origin code for that
rou
te.
Ta b l e 30 show ip bgp neighbors received prefix-filter Field Descriptions
Field Description
Address family Address family mode in which the prefix filter is received.
ip prefix-list Prefix list sent from the specified neighbor.