Open taspelund opened 1 month ago
Some ideas on mechanisms:
For (1) I imagine we could either enable this without, or in addition to, an announce-set.
If we enable dynamic host advertisements in addition to an announce-set, we could consider dynamically adding the NO_EXPORT
(or possibly NO_PEER
) community to these host routes to limit the scope of propagation into the wider external network.
However, if there is no announce-set covering the External IPs, we would want the host routes to propagate through the greater external network and likely would not want to stamp the routes with NO_EXPORT
or NO_PEER
.
Server Routers act solely as stub routers and cannot be used as a transit node for traffic originating from another DDM router. In the current Oxide topology (2 sidecars/Transit Routers + N gimlets/Server Routers), a single backplane link failure can result in blackholing of traffic. i.e. If the link between Sled 0 and Switch 0 goes down, traffic destined for Sled 0 that arrives at Switch 0 will be lost.
This happens as a result of multiple factors coinciding.
We need a mechanism to properly handle this failure case.