Chapter 29
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 990 –
show ip protocols bgp This command shows BGP process parameters.
Command Mode
Privileged Exec
Example
Console#show ip protocols bgp
Routing Protocol is "bgp 1"
Neighbor(s):
Address FiltIn FiltOut DistIn DistOut Weight RouteMap
192.168.1.1
Routing Information Sources:
Gateway Distance Last Update
192.168.1.1 200 never
Distance: external 20 internal 200 local 200
Console#
Related Commands
show ip route (805)
Table 191: show ip protocols bgp - display description
Field Description
Neighbor(s)
Address IP address of route entry
FiltIn Indicates whether a filter for incoming routing updates has been specified
with the neighbor filter-list in command.
FiltOut Indicates whether a filter for outgoing routing updates has been specified
with the neighbor filter-list out command.
DistIn Indicates whether routes are distributed into the BGP protocol domain as
specified with the neighbor distribute-list in.
DistOut Indicates whether routes are distributed out of the BGP protocol domain as
specified with the neighbor distribute-list out command.
Weight The default route weight of the neighbor as specfied by the neighbor weight
command.
RouteMap The route-map applied on incoming BGP route entries as specified by the
neighbor route-map in command.
Routing Information Sources
Gateway The next hop used to reach this route, normally the neighbor address.
Distance The administrative distance assigned to a route, fixed at 200
Last Update Time the last BGP packet/message received from this source.