DNM prepare for iBGP#4055
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi Miro, I tested the all-iBGP topology (all nodes in AS 65000, The fix is to add I think address-family ipv4 unicast
redistribute connected
neighbor downlink default-originate
neighbor downlink prefix-list only-host-prefixes in
{% if cifmw_bgp_spine_downlink_remote_as | default('external') == 'internal' %}
neighbor downlink route-reflector-client
{% endif %}And the same for |
add ability to set same ASN for spines and leafs
conditional add
route-reflector-clientfor spines when when remote_as is set tointernalas it is incase of iBGP (same asn)