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
As you can see in below output, according to zebra-dump-parser we have one BGP update containing 3 announced prefixes. But in the case of PYBGPKIT it is split into 3 different BGP updates instead of 1. Is there a way we can show it as one BGP update under pybgpkit ?
This is not currently implemented as we are not targeting to match the output from zebra-dump-parser. We will consider supporting record/update-level output in the future releases.
I am not interested in MRT format as shown by zeba-dump-parser but need to process raw BGPUPDATES sent by the router.
Creating 3 entries as shown in example will create a duplicates in my scenario.
Looks like bgpreader has the similar design. But iterating through BGPRecords instead of BGPelems might solve my issue (which I need to still check). Does BGPKit have a similar design ?
Hi All,
I am downloading below MRT file from RIS and trying to parse it via zebra-dump-parser and bgpkit
wget https://data.ris.ripe.net/rrc00/2023.01/updates.20230120.1420.gz
As you can see in below output, according to zebra-dump-parser we have one BGP update containing 3 announced prefixes. But in the case of PYBGPKIT it is split into 3 different BGP updates instead of 1. Is there a way we can show it as one BGP update under pybgpkit ?
Output from PYBGPKIT
Output from zebra-dump-parser
The text was updated successfully, but these errors were encountered: