Just to summarize a little bit, you can use the next commands:
show ip bgp neighbor summary to see the status of the configured neighbors
show ip route bgp to see the learned routes.
debug ip bgp to see the handshake between neighbors and possible errors (Disable and enable BGP on the Edge to get the logs)
Regards!