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 have installed ExabGP and i'm trying to get GIXLG to work on a server. I have one eBGP-speaker advertising several IPv4-prefixes to ExaBGP. When i add the process to collect information and install them to the mysql database i get the following:
Helllo!
I have installed ExabGP and i'm trying to get GIXLG to work on a server. I have one eBGP-speaker advertising several IPv4-prefixes to ExaBGP. When i add the process to collect information and install them to the mysql database i get the following:
INFO:root:EXABGP: { "exabgp": "3.5.0", "time": 1476214266.24, "host" : "exabgp01", "pid" : 2740, "ppid" : 1, "counter": 16, "type": "update", "neighbor": { "address": { "local": "172.16.1.5", "peer": "172.16.1.14" }, "asn": { "local": "65129", "peer": "65300" }, "direction": "receive", "message": { "eor": { "afi" : "ipv4", "safi" : "unicast" } } } }
ERROR:root:GIXLG: collector / exception: (<type 'exceptions.KeyError'>, KeyError('ip',), <traceback object at 0x7f179a55d7a0>)
Traceback (most recent call last):
File "/etc/exabgp/processes/collector.py", line 180, in Collector_Worker
prefix["neighbor"] = prefix_json["neighbor"]["ip"]
KeyError: 'ip'
collector.py is configured to debug so i also see the following spamming my logfile
INFO:root:GIXLG: cached prefixes: 0
INFO:root:GIXLG: stats / update
INFO:root:GIXLG: collector queue empty
The text was updated successfully, but these errors were encountered: