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

Also available in: Atom PDF