Re: NSSA translate TYPE7->TYPE5

2019-07-23 Thread Ondrej Zajicek
On Thu, Jul 18, 2019 at 03:07:21PM +0200, Konrad Kręciwilk wrote: > Hello > > In practice AREA6 contains much more routes (about 150), I send a small > segment. The same router (R1) has other area NSSA - AREA61: Hello Could you build BIRD 1.6.6 with attached patch (which adds some more log

Re: NSSA translate TYPE7->TYPE5

2019-07-18 Thread Konrad Kręciwilk
I send one more time, a do mistake with descriptions of logs. logs for non-translated routes: root@R1:~# grep 10.19.142.0 /var/log/bird.log: 2019-07-18 12:54:25 OSPF > removed [sole] 10.19.142.0/24 via xxx.127.92.253 on vlan3960 2019-07-18 12:54:28 OSPF: LSA  Type: 0007, Id:

Re: NSSA translate TYPE7->TYPE5

2019-07-18 Thread Konrad Kręciwilk
logs for translated routes: root@R1:~# grep 10.19.142.0 /var/log/bird.log: 2019-07-18 12:54:25 OSPF > removed [sole] 10.19.142.0/24 via xxx.127.92.253 on vlan3960 2019-07-18 12:54:28 OSPF: LSA  Type: 0007, Id: 10.19.142.255, Rt: xxx.127.92.253, Seq: 89c0, Age: 47, Sum: a264

Re: NSSA translate TYPE7->TYPE5

2019-07-18 Thread Konrad Kręciwilk
Hello In practice AREA6 contains much more routes (about 150), I send a small segment. The same router (R1) has other area NSSA - AREA61: bird> show ospf lsadb area 61 Area 0.0.0.61  Type   LS ID   Router  Sequence   Age Checksum  0001  xxx.127.92.5 xxx.127.92.5 87fe  

Re: NSSA translate TYPE7->TYPE5

2019-07-14 Thread Ondrej Zajicek
> Hello, > > I have problem with selective no-translation TYPE7 LSA to TYPE5 LSA on ABR. > Scheme: https://ibb.co/mhbxwmy Hello Just tested that, works for me (with routes from your example). What is your output of 'show ospf state'? Don't you have any suspicious messages in logs? -- Elen

NSSA translate TYPE7->TYPE5

2019-07-12 Thread Konrad Kręciwilk
Hello, I have problem with selective no-translation TYPE7 LSA to TYPE5 LSA on ABR. Scheme: https://ibb.co/mhbxwmy R3 announce connected routes by function: function allow_network()     prefix set localnet;     {     localnet = [ 10.0.0.0/8{16,30 ];