Closed pouya-haghi closed 2 years ago
Hi @pouya-haghi,
If the ARP table is empty after ARP discovery and arpping from the host, this indicates that there is no communication/path between the two devices.
Are both devices connected point to point? Or via switch? I would suggest you try direct connection first.
Thank you Mario for your response! They are connected through a switch. Since my setup is CloudLab I cannot try a direct connection as I don't have access. But, sure, I will try to find a solution.
As I mentioned above, if either the ARP table is empty or ping does not work, these devices are not able to reach each other. This could be because they are in different VLANs in the switch or something else in the configuration.
Yup, got it. Thank you again Mario for all of your help! Appreciate it!
@pouya-haghi, when you find the solution please post it here, not the details but the high level. This can be useful for someone else facing the same problem
Sure, of course.
Hi @mariodruiz
I just wanted to update you that the issue was that 100G NIC driver was not installed. After the installation, it worked properly. Thank you again for your help.
Best, Pouya
Hi @mariodruiz,
This is following from issue #93. Please let me just reiterate the problem. I'm using a
basic
design on Alveo U280 with one node. In my setup, each node has three interfaces connected to a switch (one 100G NIC, one 40G NIC, and an FPGA). I followedvnx-basic.ipynb
but pinging to the FPGA doesn't work. Here are the inline answers to your questions:Yes, but running
print("Link interface 0 {}; link interface 1 {}".format(ol.cmac_0.link_status(),ol.cmac_1.link_status()))
throws an attribute error saying that it could not find cmac_1. This is because I built the design withinterface=0
(single interface). So, when I runprint("Link interface 0 {}".format(ol.cmac_0.link_status()))
it is fine and I will get aTrue
.I ran arp discovery in the FPGA and then checked the ARP table, However, I found that this table is empty. I did it both before and after
ping
but I it was empty for both cases.Yes I ran:
So, I ran arping from 100G NIC (enp175s0np0)
However, it was waiting indefinitely and I had to press ctrl+c. I have also attached a file that contains network layer register map (after running arp and ping commands) and other details. I would appreciate it if you could help me with this. Thank you vey much for your help and support! debug_alveo.txt