RtConfig exportGroup bug?
Andreas Polyrakis
apolyr at noc.ntua.gr
Wed Feb 23 17:04:20 UTC 2005
hello,
I get the following error message when I try to create peering-group
configuration with RtConfig (exportGroup command):
Assertion failed: 0, file ../../src/irr/autnum.hh, line 745
Abort (core dumped)
I run RtConfig on a solaris 7 system.
This is a dummy example that triggers the problem:
========================================================================
nfc# RtConfig -v
RtConfig (IRRToolSet v4.8.2) root at nfc
nfc# more pas5408rp.txt
aut-num: AS5408
as-name: GR-NET
import: from prng-as5408-tst accept ANY;
export: to prng-as5408-tst announce ANY;
source: RIPE
peering-set: prng-as5408-tst
peering: AS3323
source: RIPE
nfc# more c2
@RtConfig set cisco_map_name = "ibgp-out"
@RtConfig importGroup AS5408 prng-as5408-tst
@RtConfig exportGroup AS5408 prng-as5408-tst
nfc# RtConfig -h whois.ripe.net -p 43 -protocol ripe -f pas5408rp.txt < c2
Warning: filter matches ANY/NOT ANY
!
no route-map ibgp-out
!
route-map ibgp-out permit 1
exit
!
router bgp 5408
!
neighbor PRNG-AS5408-TST peer-group
neighbor PRNG-AS5408-TST route-map ibgp-out in
!
Assertion failed: 0, file ../../src/irr/autnum.hh, line 745
Abort (core dumped)
========================================================================
the same example executes ok with RtConfig v4.7.1:
========================================================================
nfc# /usr/local/src/RAToolSet-4.7.1/bin/RtConfig -h whois.ripe.net -p
43 -protocol ripe -f pas5408rp.txt < c2
!
no route-map ibgp-out
!
route-map ibgp-out permit 1
!
router bgp 5408
neighbor PRNG-AS5408-TST peer-group
neighbor PRNG-AS5408-TST route-map ibgp-out in
!
route-map ibgp-out permit 2
!
router bgp 5408
neighbor PRNG-AS5408-TST peer-group
neighbor PRNG-AS5408-TST route-map ibgp-out out
========================================================================
Does anyone else use RtConfig with exportGroup? Do you have similar
problems?
Regards,
Andreas
--
=========================================
Andreas Polyrakis
GRNET/NTUA NOC
apolyr at noc.ntua.gr
Office: +302107722409 Cell: +306936559715
=========================================
More information about the irrtoolset
mailing list