Multihomed Enterprise Challenge (XRv)
Last updated
Last updated
Topology: bgp-mh-xr
This lab is the same as the previous "Multihomed Enterprise Challenge" lab, just with XRv nodes instead of IOL nodes.
All links are in the format 100.X.Y.X/24.
For example, the link between R4 and R7 is 100.4.7.0/24.
Lo0 is X.X.X.X/32 and is used for iBGP
Lo1 is <AS>.0.0.X/32 and is used as a public IP address that is pingable. The public Lo1 addresses are aggregated into a /8 at each edge router.
eBGP and iBGP is fully preconfigured, but no policies are configured.
Goals:
Configure AS50 as a stub AS - it should not provide transit
Configure AS20 and AS30 to only advertise a default plus partial routes to AS50
AS20 must advertise prefixes of directly connected customers, which is AS40
AS50 has two uplinks to AS20, and the R7-R4 link is better. Configure outbound traffic flow so that traffic always prefers this link as opposed to the R8-R5 link. But additionally, traffic destined for AS30 should prefer the R9-R6 link.
Influence inbound traffic flow into AS50 so that it arrives via the R7-R4 link for all traffic except for traffic originated in AS30. This traffic should arrive over the direct link. AS30 provides the following communities that AS50 can use to influence LP, in route-map CUSTOMER_IN.
30:80 (set LP=80)
30:120 (set LP=120)
Verification is the same as the previous lab which uses IOL nodes.