You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process announce-routes {
run python exabgp/example.py;
encoder json;
}
neighbor 3.0.0.2 { # Remote neighbor to peer with
router-id 3.0.0.3; # Our local router-id
local-address 3.0.0.3; # Our local update-source
local-as 65535; # Our local AS
peer-as 64512; # Peer's AS
api {
processes [announce-routes];
}
}
And I am sending the following route using ExaBGP:
How do you imagine the route should look? With your configuration frr2 has ebgp sessions (both)... If removing private ASNs... aspath is empty, that is not allowed for ebgp sessions.
Description
Route is not getting advertised properly if "remove-private-AS all" is mentioned in config.
Version
How to reproduce
Topology:
Exabgp config:
And I am sending the following route using ExaBGP:
frr2 config:
frr3 config:
Expected behavior
frr3 should receive the route with prefix 100.10.1.0/24
Actual behavior
frr3 is not receiving the route with prefix 100.10.1.0/24
Additional context
If we do not mention "remove-private-AS all" in the config of frr2 then frr3 receives the route with prefix 100.10.1.0/24
Checklist
The text was updated successfully, but these errors were encountered: