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
While trying to ingest vrf routing table, ingest script errors out when encountering a static route pointing to Null0 device.
An exception occurred: ValueError: Even one of nexthop_ip or nexthop_if_id should have a value.
Traceback (most recent call last):
File "/opt/netbox/netbox/extras/scripts.py", line 476, in _run_script
script.output = script.run(data=data, commit=commit)
File "/opt/netbox/netbox/scripts/NetDoc.py", line 290, in run
log_ingest(log)
File "/opt/netbox/venv/lib/python3.9/site-packages/netdoc/utils.py", line 381, in log_ingest
module.ingest(log)
File "/opt/netbox/venv/lib/python3.9/site-packages/netdoc/ingestors/netmiko_cisco_ios_show_ip_route.py", line 72, in ingest
routetableentry.create(**data)
File "/opt/netbox/venv/lib/python3.9/site-packages/netdoc/schemas/routetableentry.py", line 70, in create
raise ValueError("Even one of nexthop_ip or nexthop_if_id should have a value.")
ValueError: Even one of nexthop_ip or nexthop_if_id should have a value.
While trying to ingest vrf routing table, ingest script errors out when encountering a static route pointing to Null0 device.
Route entry looks like this:
12764.json.txt
Raw log file attached.
The text was updated successfully, but these errors were encountered: