Friday, January 19, 2018

BIRD BGP - Announce Connected Route

A third party is trying to establish BGP connectivity to us, via an IPSEC tunnel. We have been able to establish BGP neighbors but they cannot get past only advertising a default route to us.

Supposedly, the route 10.1.2.0/24 is directly connected on their end, but it does not show up in their BIRD routing table. Does anyone have any pointers? I only have a snippet of the config.

 birdc show route all BIRD 1.6.3 ready. 0.0.0.0/0 via 13x.1xx.xx.1 on eth0 [kernel1 17:30:34] * (10) Type: inherit unicast univ Kernel.source: 4 Kernel.metric: 0 router id 1.0.1.1; protocol device { scan time 10; } protocol kernel { persist; learn; import all; export all; merge paths yes; } protocol bgp BGP { local 192.168.1.2 as 65160; neighbor 192.168.1.1 as 65200; import all; export where ifname ~ "eth*"; preference 160; hold time 6; } 


No comments:

Post a Comment