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
I must be doing something wrong, I'm using the latest git checkout.
I am trying to pull out all the Cogent routing information for AS174...
wget http://data.ris.ripe.net/rrc00/2020.11/bview.20201101.0000.gz
examples/mrt2exabgp.py -p 174 -s -A bview.20201111.0000.gz
The error I'm getting is this...
$ examples/mrt2exabgp.py -p 174 -s -A bview.20201111.0000.gz
Traceback (most recent call last):
File "examples/mrt2exabgp.py", line 514, in <module>
main()
File "examples/mrt2exabgp.py", line 511, in main
conv_format(args, flags, d)
File "examples/mrt2exabgp.py", line 185, in conv_format
print_route_td(args, params, m.data)
File "examples/mrt2exabgp.py", line 250, in print_route_td
line += get_bgp_attr(args, params, m, attr)
File "examples/mrt2exabgp.py", line 397, in get_bgp_attr
path_seg = attr['as_path'][0]
KeyError: 'as_path'
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I must be doing something wrong, I'm using the latest git checkout.
I am trying to pull out all the Cogent routing information for AS174...
The error I'm getting is this...
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: