Propagating my IPs via BGP

Michal Kurka Michal.Kurka at kapsa.club.cz
Wed Sep 22 11:04:29 CEST 2004


Hi.
    I'm assuming that this list is in English only (no czech).
    I use Bird for BGP-routing. I need to propagate to my ISP a new
IP-segment (e.g. 100.101.102.0/24) newly assigned by RIPE. My config-file
contains:

------------------------------------------------------------------
log "/var/log/bird.log" all;

protocol kernel {
  persist;
  scan time 20;
  learn off;
  export all;
 }

protocol device {
  scan time 10;
 }

protocol bgp {
  local as $MY_AS;
  neighbor $ISP_PEER as $ISP_AS;
  export all;
 }
------------------------------------------------------------------

I assigned IP 100.101.102.1/24 to an eth-device (direction to LAN) and I
expected that Bird make scan a device and take an IP to BGP. But my ISP
says that nothing received. Where have I a mistake?

Thanks for answer.
-- 
Michal Kurka - Mysak
spravce serveru 'kapsa.club.cz'



More information about the Bird-users mailing list