On Mon, Oct 24, 2016 at 04:03:01PM +0200, Thomas Boernert wrote: > Dear List, > > with ipv4 it works fine: > bgpctl network add ipv4-address/32 community 10000:0 > > but with ipv6 it won't work: > > # bgpctl network add ipv6-address/128 community 10000:0 > request sent. > > => but no update will be send to the neighbor, checked with > tcpdump too, no packet will be send. > > # bgpctl sh network > flags: S = Static > flags destination > *S 0 ipv4/21 0.0.0.0 > *S 0 ipv6/32 :: > * 0 ipv6-address/128 :: > > => it looks ok
You look in the wrong place. That is parts of the FIB and not the RIB. bgpctl show rib empty-as or bgpctl show rib <address> This should give you more ideas what goes wrong. > > i tried to run bgpd in forground and verbose mode, but no message. > > i also tried to add this line to bgpd.conf > > allow from group "isp1" prefix myipv6prefix/32 prefixlen = 128 community > 10000:0 > or > allow to group "isp1" prefix myipv6prefix/32 prefixlen = 128 community > 10000:0 > > same problem. > > Has everyone an idea ? > > Thanks > > Thomas > > > > > > > > > > > > > ---------------------------------------------------------------- > Diese Nachricht wurde versandt mit Webmail von www.tbits.net. > This message was sent using webmail of www.tbits.net. > -- :wq Claudio

