What is the show command to display the contents of the BGP Loc-RIB database?
show bgp
What is the show command to display a summary of the BGP table and neighbor peering sessions?
show bgp summary
What is the show command to display the negotiated BGP settings with a specific peer and the number of prefixes exchanged with that peer?
show bgp neighbors
What is the command to display the Adj-RIB-Out BGP table for a specific BGP neighbor?
show bgp neighbors advertised-routes
What is the show command to display the current BGP table, based on routes that meet a specified AS path regex pattern?
show bgp ipv4 unicast regexp < regexp_pattern >
( note: ipv4 and unicast are required for this one )