On Tue, Jun 24, 2008 at 11:56:40PM +0200, Andri Keller wrote: > Andri Keller schrieb: >> Hi >> >> I've got a problem setting up IPv6 peers. >> >> bgpd.conf: >> group "SwissIX V6 Peers" { >> # Global configuration >> multihop 2 >> local-address <myaddress> >> holdtime 180 >> holdtime min 3 >> announce IPv6 unicast >> announce IPv4 none >> softreconfig in yes >> max-prefix 10 >> >> neighbor <peeraddress> { >> remote-as <peeras> >> set localpref 400 >> tcp md5sig password <password> >> } >> } >> >> My peer receives my prefix, but I don't receive any prefixes from him >> (other peering partners of him receives his prefix). No errors are logged. >> >> I temporarly tried to a filter rule "allow from any inet6" but with no >> success. >> >> I think it's a configuration issue of mine. Can somebody provide me with a >> sample config for ipv6? >> >> >> Regards Andri >> > > Sorry forgot the version info: > I'm using openbsd 4.2 with the shipped openbgpd... >
Did you check the "bgpctl show nei" output of that peering session? Check the message statistics for received updates. If it is null the other side fucked up. -- :wq Claudio