Re: OSPF passive interface

2018-04-12 Thread Hans van Kranenburg
On 04/12/2018 07:03 PM, Charles Butera wrote: > Hello, > > I am having trouble advertising my loopback interface into ospf as passive. You can add lo as stub interface... interface "lo" { stub; }; Hans > root@nms001]  # birdc > BIRD 1.6.3 ready. > bird> show route > 10.192.111.0/

OSPF passive interface

2018-04-12 Thread Charles Butera
Hello, I am having trouble advertising my loopback interface into ospf as passive. root@nms001] # birdc BIRD 1.6.3 ready. bird> show route 10.192.111.0/24dev bond0 [direct1 2018-03-05] * (240) 10.250.0.0/32 dev lo [direct1 2018-03-26] * (240) I am currently advertising the route into t

Re: OSPF passive-interface

2016-06-28 Thread Alexander Velkov
ah, I think I found what I need - use 'stub yes' in the required interface config in OSPF. On Tue, Jun 28, 2016 at 4:13 PM, Alexander Velkov wrote: > Hi again, > > in the quagga configuration you can configure a interface to be passive > (participate in the OSPF routing process but prevents that

OSPF passive-interface

2016-06-28 Thread Alexander Velkov
Hi again, in the quagga configuration you can configure a interface to be passive (participate in the OSPF routing process but prevents that interface from forming neighbor relationships). I cannot find a configuration parameter for that in the bird OSPF configuration. There is one for RIP and BG