Final Answer:
To meet the specified requirements, configure BGP on routers RB and RC as follows:
1. Use neighbor statements for RA, RC, and RE, ensuring the IP addresses are opposite ends of the physical links.
2. Retain the OSPF configurations without any changes.
3. Exclude links external to AS 100 in the BGP configuration.
4. Assuming proper configurations for RA, RD, and RE to allow full route connectivity between AS 200 and AS 300, configure RB and RC to make AS 100 a BGP transit system, enabling complete connectivity between networks in AS 200 and AS 300. Utilize the commands `show ip bgp` and `show ip route` to display tables in the Arista format on RB.
Step-by-step explanation:
To implement the required BGP configurations on routers RB and RC, start by using the neighbor statements to establish connections with RA, RC, and RE, ensuring the specified IP addresses are used at opposite ends of the physical links. Maintain the OSPF configurations unchanged to uphold the existing routing structure. Exclude links external to AS 100 in the BGP configuration, adhering to the directive not to alter OSPF settings.
Assuming that routers RA, RD, and RE have been appropriately configured to facilitate full route connectivity between AS 200 and AS 300, proceed to configure RB and RC as BGP transit systems. This ensures comprehensive connectivity between all networks within AS 200 and AS 300. To validate the configuration, use the `show ip bgp` and `show ip route` commands on RB, displaying tables in the specified Arista format.
In summary, the outlined steps maintain OSPF integrity while configuring BGP to meet the specified requirements, providing efficient and comprehensive connectivity within the network.