<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><div data-html-editor-font-wrapper="true" style="font-family: arial, sans-serif; font-size: 13px;">Hi guys!<br><br>I need to migrate the configuration below to the bird, but a few days trying, but to no avail, can anyone give me a hand?<br><br>Quagga OSPF Config:<br><br><br><br>router ospf<br> ospf router-id 172.16.11.2<br> log-adjacency-changes<br> redistribute connected route-map OSPFv4_OUT_BLOCK<br> redistribute static<br> passive-interface default<br> no passive-interface bd0<br> network 10.11.16.0/24 area 0.0.0.1<br> network 10.11.17.0/24 area 0.0.0.1<br> network 10.11.18.0/24 area 0.0.0.1<br> network 10.11.19.0/24 area 0.0.0.1<br> network 10.11.20.0/24 area 0.0.0.1<br> network 10.11.21.0/24 area 0.0.0.1<br> network 10.11.22.0/24 area 0.0.0.1<br> network 10.11.23.0/24 area 0.0.0.1<br> network 10.11.24.0/24 area 0.0.0.1<br> network 10.11.25.0/24 area 0.0.0.1<br> network 10.11.26.0/24 area 0.0.0.1<br> network 10.11.27.0/24 area 0.0.0.1<br> network 10.11.28.0/24 area 0.0.0.1<br> network 10.11.29.0/24 area 0.0.0.1<br> network 10.11.30.0/24 area 0.0.0.1<br> network 10.11.31.0/24 area 0.0.0.1<br> network 168.XXX.XX.0/22 area 0.0.0.4<br> network 170.ZZ.ZZ.128/26 area 0.0.0.2<br> network 170.ZZ.ZZ.192/26 area 0.0.0.2<br> network 170.YY.YY.0/29 area 0.0.0.3<br> network 170.YY.YY.8/29 area 0.0.0.3<br> network 172.16.11.0/24 area 0.0.0.0<br> area 0.0.0.1 range 10.11.16.0/20<br> area 0.0.0.2 range 170.ZZ.ZZ.128/25<br> area 0.0.0.3 range 170.YY.YY.0/28<br>!<br>ip prefix-list BLOCK_PUBLIC seq 10 permit 168.AAA.AA.0/22 le 32<br>ip prefix-list BLOCK_PUBLIC seq 20 permit 138.AAA.BB.0/22 le 32<br>!<br>route-map OSPFv4_OUT_BLOCK permit 10<br> match ip address prefix-list BLOCK_PUBLIC_WANTEL<br>!<br>route-map OSPFv4_OUT_BLOCK deny 99<br><br><br><br>Abraços!<br><br><b>Atenciosamente,</b><br>André Carlim<br>Stub Network<br><i>Analise e Consultoria de Redes</i><br><i>Linux & Windows Server</i></div></body></html>