BGP4+ is running between the two routers, and the neighbor relationship is normal, but the BGP routing table of the local router does not have any neighbor routing entries. The following possible reasons are:
- The routing entry in the peer BGP routing table is not optimal.
- The next hop address of the BGP route entry is unreachable?
- The peer is configured with peer ignore
- The peer is configured with active-route-advertise
Answer(s): A,B,D
Explanation:
peer ignore the command will stop the session with the specified peer (group) and clear all relevant routing information. Neighbor relations are not normal. The active-route-advertise command configures BGP to advertise only the routes that are preferred in the IP routing table.
Reveal Solution Next Question