Problem with RtConfig using with differents community and prefs

Geoffroy RIVAT geo at multi-visp.com
Tue Apr 28 19:09:49 UTC 2009


Hi All,

I'm doing some tests with RtConfig and I'm making him coredumping :)

here the deal:

RtConfig -v:
RtConfig (IRRToolSet v4.8.5) root at jail-20

as34021.txt:
[...]
import:         from AS8218 83.167.52.217 at 83.167.52.218 action pref=110;
	community.append(34021:103); accept community(8218:100) or community(8218:101)
import:         from AS8218 83.167.52.217 at 83.167.52.218 action pref=120;
	community.append(34021:103); accept community(8218:102)
import:         from AS8218 83.167.52.217 at 83.167.52.218 action pref=200;
	community.append(34021:103); accept ANY
[...]

bgp3.conf:
[...]
@RtConfig import AS34021 83.167.52.218 AS8218 83.167.52.217
@RtConfig export AS34021 83.167.52.218 AS8218 83.167.52.217
[...]

RtConfig -protocol ripe -config cisco -cisco_empty_lists -cisco_use_prefix_lists
-f as34021.txt < bgp3.conf > bgp3.cisco

Warning: filter matches ANY/NOT ANY
Warning: filter matches ANY/NOT ANY
Segmentation fault (core dumped)

If I remove one of the two first imports with only community it works.

So what's wrong?

ps : when asking a junos configuration i've got :

protocols {
   bgp {
      group peer-83.167.52.217/32 {
         type external;
         peer-as 8218;
         neighbor 83.167.52.217/32 {
            import AS8218-IMPORT-1 ;
            family <8C>h^^^H<8C>h^^^H<88>8^N^H<E0>>^^^H {
                any;
            }
         }
      }
   }
}

does anybody know why?

Regards,

-- 
Geoffroy Rivat 




More information about the irrtoolset mailing list