You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings,
when selecting RIPE server (tested with rrc00 and rrc23), there is following error.
How I can debug this further?
/usr/bin/openbmp-mrt2bmp -c /etc/openbmp-mrt2bmp.yml --rp rrc23.ripe.net
Ripe is chosen...
openbmp-mrt2bmp_rrc23.ripe.net.log
<type 'exceptions.KeyError'>
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtProcessors.py", line 606, in run
rp.processRouteView(is_first_run)
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtProcessors.py", line 526, in processRouteView
rp.processRibFile()
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtProcessors.py", line 68, in processRibFile
for m in mp:
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtParser.py", line 118, in next
self.parseMrtEntry( entry['mrt_entry'], msg_len, msg_type, msg_subtype)
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtParser.py", line 165, in parseMrtEntry
self.parseTableDumpV2(buf, mrt_message, msg_len, msg_type, msg_subtype)
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtParser.py", line 244, in parseTableDumpV2
self.parseRibEntries(buf[p:], mrt_message['rib_entries'], address_family, safi, raw_nlri)
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtParser.py", line 388, in parseRibEntries
rib_entry['raw_bgp_attributes'], rib_entry['attribute_length'], address_family, safi, raw_nlri, rib_entry['raw_mp_reach_nlri'])
File "build/bdist.linux-x86_64/egg/openbmp/mrt2bmp/MrtParser.py", line 425, in parseBgpAttributes
if BGP_ATTRIBUTES[bgp_path_attribute['type']] == 'NEXT_HOP':
KeyError: 32
The text was updated successfully, but these errors were encountered:
Greetings,
when selecting RIPE server (tested with rrc00 and rrc23), there is following error.
How I can debug this further?
The text was updated successfully, but these errors were encountered: