Re: interface to BGP

2024-09-19 Thread Maria Matejka via Bird-users
Hello! Your config only _allows_ this prefix to be exported but doesn't load it from anywhere. If any address of 192.0.2.0/24 is assigned to a local interface, you may generate the route by "protocol direct". If you added the route to kernel by hand, you can use "learn" inside the "protocol k

interface to BGP

2024-09-19 Thread alpha_one_x86
Hi, I try export 192.0.2.0/24 to BGP into a test env. Why not work? I attach my config file root@fake-asn1:~# birdc show protocol all BIRD 1.6.8 ready. name proto    table    state  since   info kernel1  Kernel   master   up 20:08:35  Preference: 10  Input filter:   ACCEPT  Outpu

Re: Info about eBGP/iBGP

2024-09-19 Thread Maria Matejka via Bird-users
Hello Grzegorz, On Thu, Sep 19, 2024 at 06:11:18PM +, Ponikierski, Grzegorz via Bird-users wrote: > According to my knowledge letter “i” in “[AS201701i]” means “IGP”. “e” is for > “EGP” and “?” is for “INCOMPLETE”. This is for BGP origin code. > > Other method to check eBGP vs iBGP is to c

Re: Info about eBGP/iBGP

2024-09-19 Thread Ponikierski, Grzegorz via Bird-users
According to my knowledge letter “i” in “[AS201701i]” means “IGP”. “e” is for “EGP” and “?” is for “INCOMPLETE”. This is for BGP origin code. Other method to check eBGP vs iBGP is to check which protocol learned given route and then verify configuration of protocol or do `show protocol all` to