Example IP scheme:
Prior to establishing BGP peering, traffic to and from B.B.B.1/26 on Uplink 2 on each Edge traverses VLAN 200 as expected. After initial peering takes place, both Edges receive route updates. Traffic to B.B.B.1 is now sent out of Edge’s uplink 1 using VLAN 100.
This is caused by a misconfiguration at A.A.A.1 that informs the Edge there is a more specific route to B.B.B.1/32 accessible via VLAN 100 and peer A.A.A.1. This new route causes the Edge to redirect all BGP traffic to B.B.B.1/26 via Uplink 1/VLAN 100 instead of Uplink 2/VLAN 200.
A /32 route is more specific than a /26 route, and therefore takes precedence over /26, even if it the /26 is a directly connected route on an uplink.
Ensure Physical Router 1 is not advertising incorrect routes to the Edge.