-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path doesn't work for IPv6 when starting node is a Linux server #143
Comments
This is because there's no ND entry associated with the host in the ARP table of any leaf (or we're not capturing the ND info) and the servers don't run LLDP. Can you please verify that there's an ND entry on the leaves associated with server101/server104 IPv6 addresses, but Suzieq doesn't capture that data? |
I'm still getting that same result as before, though now I see the addresses in the arpnd table
|
can we print an error if LLDP does not exist, rather than returning source and dest |
The main reason for this is that the ARPND entry is based off of LLA, not the global nexthop IP shown in the route table. This seems a Linux server-specific issue. If we run path trace between routers, it works fine. |
Describe the bug
Expected behavior
v4 looks from the same src and dest servers
The text was updated successfully, but these errors were encountered: