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
select a device in Nautobot with an IPv6 primary address and no IPv4 address
run network-importer apply --check-configs
Expected Behavior
I expected that the device would be discovered and the configuration saved.
Observed Behavior
The device was not discovered due to not being reachable.
2023-02-01 16:02:20,148 - network-importer - INFO - Updating configuration from devices ..
2023-02-01 16:02:20,149 - nornir.core - WARNING - Task 'check_if_reachable' has not been run – 0 hosts selected
2023-02-01 16:02:20,149 - nornir.core - WARNING - Task 'warning_not_reachable' has not been run – 0 hosts selected
2023-02-01 16:02:20,149 - nornir.core - WARNING - Task 'dispatcher' has not been run – 0 hosts selected
2023-02-01 16:02:20,149 - network-importer - INFO - Import SOT Model
2023-02-01 16:02:24,076 - network-importer - INFO - Import Network Model
2023-02-01 16:02:25,311 - network-importer - ERROR - Unable to load the SOT Adapter : No valid configurations found in snapshot
The issue appears to be that when a socket is opened to tcp ping the device, it is opened as an ipv4 socket without first checking what ip version the primary ip is.
Environment
Steps to Reproduce
Expected Behavior
I expected that the device would be discovered and the configuration saved.
Observed Behavior
The device was not discovered due to not being reachable.
The issue appears to be that when a socket is opened to tcp ping the device, it is opened as an ipv4 socket without first checking what ip version the primary ip is.
I was able to resolve it with this patch.
The text was updated successfully, but these errors were encountered: