Hi all, just a quite stupid question but I'm struggling with the bird6 configuration. I want to configure the router ID as follows: --snip-- router id 2a00:cd0:1000:47::2; --snap-- But the error message "Router IDs must be entered as hexadecimal numbers or IPv4 addresses in IPv6 version" appears. Using an embedded IPv4 address does not work, as well. It is BIRD 1.2.3. Thanks matthias
Wiadomość napisana przez Matthias Waehlisch w dniu 2010-11-25, o godz. 11:46:
Hi all,
Hello,
just a quite stupid question but I'm struggling with the bird6 configuration. I want to configure the router ID as follows:
--snip-- router id 2a00:cd0:1000:47::2; --snap--
But the error message "Router IDs must be entered as hexadecimal numbers or IPv4 addresses in IPv6 version" appears. Using an embedded IPv4 address does not work, as well. It is BIRD 1.2.3.
Try this way: router id x.x.x.x; listen bgp address x:x:x::x:x:x port 179; -- Piotr Iwanejko <p.iwanejko@plix.pl> PLIX Sp. z o. o., http://www.plix.pl/ Al. Jerozolimskie 65/79, 00-697 Warszawa KRS: 0000295130, Sad Rejonowy dla m.st. Warszawy, XII Wydz. Gosp. Kapital zakladowy: 300.000,00zl NIP: 7010109699
On Thu, Nov 25, 2010 at 11:46:02AM +0100, Matthias Waehlisch wrote:
Hi all,
just a quite stupid question but I'm struggling with the bird6 configuration. I want to configure the router ID as follows:
--snip-- router id 2a00:cd0:1000:47::2; --snap--
Router ID is always 32bit number written like IPv4 address. For IPv6, it does not have any connection to IP addresses. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
Hi again, thanks Piotr and Ondrej - it works! Cheers matthias On Thu, 25 Nov 2010, Ondrej Zajicek wrote:
On Thu, Nov 25, 2010 at 11:46:02AM +0100, Matthias Waehlisch wrote:
Hi all,
just a quite stupid question but I'm struggling with the bird6 configuration. I want to configure the router ID as follows:
--snip-- router id 2a00:cd0:1000:47::2; --snap--
Router ID is always 32bit number written like IPv4 address. For IPv6, it does not have any connection to IP addresses.
participants (3)
-
Matthias Waehlisch -
Ondrej Zajicek -
Piotr Iwanejko