Troubleshooting guide
Troubleshooting
61200860L1-29.4E Copyright © 2012 ADTRAN, Inc. 73
* 10.22.132.8/29 10.22.132.9 0 303 i
* i10.22.132.240/28 10.22.132.1 0 100 303 i
*> 10.22.132.240/28 10.22.132.9 0 303 i
10.22.134.0/29 10.22.132.9 303 304 i
10.22.134.8/29 10.22.132.9 303 304 i
10.22.134.16/29 10.22.132.9 303 304 i
10.22.134.24/29 10.22.132.9 303 304 i
10.22.134.32/29 10.22.132.9 303 304 i
10.22.134.40/29 10.22.132.9 303 304 i
10.22.134.48/29 10.22.132.9 303 304 i
10.22.134.56/29 10.22.132.9 303 304 i
10.22.134.64/29 10.22.132.9 303 304 i
10.22.134.80/29 10.22.132.9 303 304 i
10.22.135.0/29 10.22.132.9 303 304 305 i
10.22.135.8/29 10.22.132.9 303 304 305 i
Total RIB entries = 30
Show Running-Config Router BGP
Use the show running-config router bgp command to display only the BGP portion of the running
configuration of the router.
#show running-config router bgp
Whereas the show running-config command displays all the nondefault parameters contained in the
current running configuration file, the show running-config router bgp is helpful when a user would like
to view only the BGP portion of the running configuration. This command is particularly useful when the
running configuration is long and scrolls through many screens.
The following sample output of the show running-config router bgp command shows the BGP portion of
a running configuration:
#show run router bgp
Building configuration...
!
!
router bgp 6500
no auto-summary
no synchronization
network 192.168.5.0 mask 255.255.255.0
neighbor 192.168.100.1
no default-originate
route-map FILTER out
soft-reconfiguration inbound
remote-as 6510
!
end
Route maps, prefix-lists, and other lists or filters that are being used with BGP are not
displayed in the output of the show running-config router bgp command.