Hello Bird Team!
I am able to load my static ASPA tables like normal into the new bird 2.16.
bird> show route table at all
Table at:
50555 [static1 2024-12-26] * (200)
Type: static univ
aspa_providers: 970
270470 [static1 2024-12-26] * (200)
Hello,
We use BIRD for communication with servers with higher-level switches.
In our config , there is config to set graceful restart like below.
protocol bgp example2 {
import all;
export all;
...
graceful restart on;
}
As far as I know, the default value for g
Hello Maria!
Correct! The AS_PATH_SET's are being depreciated. In the meantime they
are slipping into the algorithm which they should not be.
The bird code correctly checks for the confed but skips the ckeck for
the non-confed sets.
Below is what I proposed adding:
enum aspa_result aspa_c
Hello Ralph,
> >
> > I talked to Job. It looks like they have no interest in easing the
> > transition for stragglers who are still announcing AS_SETs in their
> > AS_PATHs.
> >
> > All AS_SETs should result in ASPA_INVALID.
> >
> > I also just learned the Dutch have a saying... "soft doctors
Hi Mike,
there is no simple algorithm for converting the configuration from v1 to
v2/v3, but the most important changes have been covered in this RIPE87
talk by Maria: https://ripe87.ripe.net/archives/video/1135/
As for which version to choose:
The same configuration works (for most setups)