OSPF: Disable Interface / Router Dead Interval

Hi,

I tried to disable an interface for ospf usage but router sends announcements on this interface.
I have only one interface (a vlan on ether2) in the ospf interface list
(not broadcasting). In Log window I see:

Hello sent to 224.0.0.5 via [eth0: 192.168.167.4].

Routing test 2.9.42.


Additionaly I have the problem to connect to a cisco on the other
interface (nbma). I get: Invalid RouterDeadInterval expected 40 got 0.
I adjusted it in cisco config:
neighbor 213.185.129.185 priority 1 poll-interval 40
but no change.

Stefan

/routing ospf interface is not made for that.
/routing ospf network is where you set on which network ospf will work.

For example if you have set 192.168.167.4/24 on ether1 and added ospf network 192.168.167.0/24 then ospf will work on ether1.

ospf interface should be used only if you need to set specific network type, so that ospf knows how to operate on that interface.

Thanks mrz.

That does it.

Still have the problem with RouterDeadInterval.

Ok DeadInterval resolved. Had to set it to 2 minutes on the
ROS-Box.

Stefan