Unnumbered interfaces and OSPF

Ondrej Zajicek santiago at crfreenet.org
Thu Jun 26 12:39:00 CEST 2014


On Thu, Jun 26, 2014 at 11:27:26AM +0200, Vincent Bernat wrote:
> Hi!
> 
> I am trying to use unnumbered interfaces and OSPF.

Currently, you have to use peer addresses for unnumbered
interfaces in OSPF:

On one router:

ip addr add 10.90.255.3 peer 10.90.255.4 dev eth0

On the other:

ip addr add 10.90.255.4 peer 10.90.255.3 dev eth0


Although generally you could use the same pair on both interfaces,
i don't know if i tested such case and if there are no hidden
problems related to this.

Also note that addresses of unnumbered interfaces are not propagated
by default, So you would also need some regular or loopback/stub
interface added to OSPF:

ip addr add 10.90.255.3/32 dev lo


-- 
Elen sila lumenn' omentielvo

Ondrej 'Santiago' Zajicek (email: santiago at 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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20140626/a0b4e6ac/attachment-0001.asc>


More information about the Bird-users mailing list