Project

General

Profile

Actions

Bug #2542

closed

Quagga OSPF GUI produces wrong ospfd.conf

Added by Martin Saini almost 12 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
07/06/2012
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
All

Description

If you use option "Disable Redistribution" with an network, ie: 10.0.0.0/24 the interface produces a

no network 10.0.0.0/24 area 0.0.0.0

infact what should be done is a access-list, here a config example:

The name of the access-list is custom, in this example: block-ospf-out.

router ospf
ospf router-id 1.2.3.4
redistribute connected
redistribute static
redistribute kernel
network 10.112.0.0/30 area 0.0.0.0
distribute-list block-ospf-out out connected
distribute-list block-ospf-out out kernel
distribute-list block-ospf-out out static
!
access-list block-ospf-out deny 1.2.3.0/30
access-list block-ospf-out permit any
!

Actions #2

Updated by Jim Pingle almost 12 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100

Applied in changeset commit:03a64d4591eab9c59f98e698a225adf2673100e3.

Actions #3

Updated by Chris Buechler over 11 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF