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
After importing data from NetBox, all imported items, including single-termination circuits (e.g. transits, only one termination exists or is in use), to work and show up correctly
Observed Behavior
The path showed up as 'not reachable'. The 'connected_endpoint' of the interface and circuit termination was also null. The circuit trace functionality was also broken on the interface.
What did not help in resolving this:
Delete extraneous circuit termination
Update circuit termination in use
Update circuit
What resolves the issue:
Deleting unused side of the circuit termination
AND
-> Updating the cable connecting the circuit termination and interface
-> Deleting and recreating the cable connecting the circuit termination and interface
Steps to Reproduce
Create a transit circuit in NetBox and connect it to an Interface of a Device
Export from NetBox
Import to Nautobot
Check Interface path trace/status and connected_endpoint of interface
The text was updated successfully, but these errors were encountered:
An additional bit of info: the affected circuits that were exported from NetBox all had two circuit terminations, but only one of them was connected -- could this be the core of the issue?
Environment
Expected Behavior
After importing data from NetBox, all imported items, including single-termination circuits (e.g. transits, only one termination exists or is in use), to work and show up correctly
Observed Behavior
The path showed up as 'not reachable'. The 'connected_endpoint' of the interface and circuit termination was also null. The circuit trace functionality was also broken on the interface.
What did not help in resolving this:
What resolves the issue:
-> Updating the cable connecting the circuit termination and interface
-> Deleting and recreating the cable connecting the circuit termination and interface
Steps to Reproduce
The text was updated successfully, but these errors were encountered: