Actions
Bug #2542
closedQuagga OSPF GUI produces wrong ospfd.conf
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
!
Updated by Martin Saini over 12 years ago
Updated by Jim Pingle over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset commit:03a64d4591eab9c59f98e698a225adf2673100e3.
Updated by Chris Buechler almost 12 years ago
- Status changed from Feedback to Resolved
Actions