[ixpmanager] IPv4 & IPv6 peering but no routes being learned by IPv6

Diarmuid O Briain diarmuid at obriain.com
Mon Feb 12 16:56:07 GMT 2018


Hi,

I tested the configuration with a simple bird and bird6 setup first to
ensure it was working.

  ubuntu at rs1:~$* cat /etc/bird/bird6.conf*
  log syslog all;

  router id 199.9.9.1;
  define LOCAL_AS = 5999;

  template bgp PEERS {
    rs client;
    local as LOCAL_AS;
    import all;
    export all;
  }

  protocol device {
          scan time 10;
  }

  protocol kernel {
          export all;
          scan time 15;
  }

  protocol bgp AS5111 from PEERS {
          neighbor 2a99:9:9::11 as 5111;
  }

  protocol bgp AS5222 from PEERS {
          neighbor 2a99:9:9::22 as 5222;
  }

  protocol bgp AS5222 from PEERS {
          neighbor 2a99:9:9::33 as 5333;
  }

pretty much the same for the bird.conf file except for the neighbour
addresses.

After setting up the IXP Manager scripts on the rs1 the b
ird-rs1-lan1-ipv{4|6}.ctl and the bird-rs1-lan1-ipv{4|6}.conf files are now
generated by IXP Manager.

BGP peers are establishing for both birdc and birdc6 daemons but under the
 birdc6 no routes are being learnt. They were fine with the simple
configuration above.

ubuntu at rs1:~$ sudo birdc
BIRD 1.6.3 ready.
bird> *show protocol*
name     proto    table    state  since       info
device1  Device   master   up     15:24:54
pp_0001_as5111 Pipe     master   up     15:24:54    => t_0001_as5111
pb_0001_as5111 BGP      t_0001_as5111 up     15:24:58    Established
pp_0002_as5222 Pipe     master   up     15:24:54    => t_0002_as5222
pb_0002_as5222 BGP      t_0002_as5222 up     15:24:58    Established
pp_0003_as5333 Pipe     master   up     15:24:54    => t_0003_as5333
pb_0003_as5333 BGP      t_0003_as5333 up     15:24:58    Established

bird> *show route*
199.1.1.0/24       via 199.9.9.11 on ens4 [pb_0001_as5111 15:24:58] * (100)
[AS5111i]
199.3.3.0/24       via 199.9.9.33 on ens4 [pb_0003_as5333 15:24:58] * (100)
[AS5333i]
199.2.2.0/24       via 199.9.9.22 on ens4 [pb_0002_as5222 15:24:58] * (100)
[AS5222i]
bird> exit

ubuntu at rs1:~$* sudo birdc6*
BIRD 1.6.3 ready.
bird> show protocol
name     proto    table    state  since       info
device1  Device   master   up     15:24:54
pp_0001_as5111 Pipe     master   up     15:24:54    => t_0001_as5111
pb_0001_as5111 BGP      t_0001_as5111 up     15:24:58    Established
pp_0002_as5222 Pipe     master   up     15:24:54    => t_0002_as5222
pb_0002_as5222 BGP      t_0002_as5222 up     15:24:58    Established
pp_0003_as5333 Pipe     master   up     15:24:54    => t_0003_as5333
pb_0003_as5333 BGP      t_0003_as5333 up     15:24:55    Established

bird> *show route*
bird>

regards,

Diarmuid
--

*Irish by birth, located in Uganda but Munster by the grace of God.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20180212/5336c816/attachment-0001.html>


More information about the ixpmanager mailing list