ospfd in 4.4 and 4.6

View: New views
2 Messages — Rating Filter:   Alert me  

ospfd in 4.4 and 4.6

by Gregory Edigarov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Does anybody else see any interoperability issues between the two?
Just wonder if this is from some incompatible changes, or is this my
hands?
from what I see, 4.4's ospfd fails to install proper routes received
from 4.6 while on 4.6 routes received from 4.4 disapear every 40
seconds but reappear in some 10 secs resulting in massive packet loss.
It's purely experimental setup, so nothing gets disrupt by this and
this is just a matter of curiosity... What gives?  


--
With best regards,
        Gregory Edigarov


Re: ospfd in 4.4 and 4.6

by Gregory Edigarov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 6 Nov 2009 15:24:43 +0200
Gregory Edigarov <greg@...> wrote:

> Hello,
>
> Does anybody else see any interoperability issues between the two?
> Just wonder if this is from some incompatible changes, or is this my
> hands?
> from what I see, 4.4's ospfd fails to install proper routes received
> from 4.6 while on 4.6 routes received from 4.4 disapear every 40
> seconds but reappear in some 10 secs resulting in massive packet loss.
> It's purely experimental setup, so nothing gets disrupt by this and
> this is just a matter of curiosity... What gives?  
>
>

and here's the configs, if somebody would like to look into:
 
#host A - OpenBSD 4.4
redistribute connected

area 0.0.0.0 {
interface gif0
interface rl0 {
        passive
}
interface rl1 {
        passive
}
}

#host B - OpenBSD 4.6
redistribute connected

area 0.0.0.0 {
        interface gif0
        interface vlan2 {
                passive
        }      
        interface vlan3 {
                passive
        }      
}

the hosts are interconnected via a gif tunnel




--
With best regards,
        Gregory Edigarov