Ibgp Problem

Linux_Adm linux_adm at aruba.it
Tue Nov 8 01:45:37 CET 2022


Hi,
I configure 2 nodes with bird. 

I need send to R2 only ipv6 route

The R2 configuration is simple:

protocol bgp iBGP_INSTANCE {
        local  2XXXXX::2  as TTTT;                # local AS
        neighbor 2XXXXX::1 as 204611; 
        keepalive time 5;              
        graceful restart;                    
        ipv6 {
                 next hop self;
                 cost 50;
                 import all;
        };

When start bird my routing table is:


2a13:2881::/32                 ::                         !n   32  1     0 lo
2a13:5800::/29                 ::                         !n   32  1     0 lo
2a13:2880::/32                 ::                         !n   32  2     0 lo
2a13:2881::/32                 ::                         !n   32  1     0 lo
2a12:fd80::/29                 ::                         !n   32  3     0 lo
2a13:2880::/32                 ::                         !n   32  2     0 lo
2a12:f280::/29                 ::                         !n   32  1     0 lo
2a13:5f00::/29                 ::                         !n   32  3     0 lo
2c0f:2880::/32                 ::                         !n   32  1     0 lo
2a13:5a00::/29                 ::                         !n   32  2     0 lo
2a13:5f00::/29                 ::                         !n   32  3     0 lo
2a13:5800::/29                 ::                         !n   32  1     0 lo
2a13:5a00::/29                 ::                         !n   32  2     0 lo
2a13:2881::/32                 ::                         !n   32  1     0 lo


WHY?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20221108/eb03d35b/attachment.htm>


More information about the Bird-users mailing list