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
Installed calico/vpp-dataplane correctly and there doesn't seem to be an error anywhere. After the installation I plugged two Intel Ethernet Controller X710 for 10GbE SFP+ cables to the host machine (VM) and using vppctl show int in the calico-vpp-node I can confirm that the pod recognized the interfaces:
So I turned the first two interfaces UP and gave them IP addresses but before performing any routing between the two subnets I tried pinging them individually and unlike what I see in ordinary operating systems, the pod can't ping its own interface!
And then I thought maybe it's because of the other end of the 10G cables! the other ends are connected to another ubuntu VM and is recognized by the OS, so I tried bridging them but doesn't seem to work.
I'm really new to all these stuff and clearly I've missed some important notes and steps but I can't figure out what to do? can someone please help me with this?
The text was updated successfully, but these errors were encountered:
Hi @ThomasJeffers
Yeah, this is limitation in VPP, to my knowledge pinging a local interface will not work.
Not sure why exactly that is, but it's probably related to the way the ping plugin is constructed.
I missed your message on the vpp-dev mailing list, I see Bernardo has commented,
You can open an issue on https://jira.fd.io/projects/VPP if you it to be tracked.
I'll close this issue as it's more VPP related than Calico/VPP
Installed calico/vpp-dataplane correctly and there doesn't seem to be an error anywhere. After the installation I plugged two Intel Ethernet Controller X710 for 10GbE SFP+ cables to the host machine (VM) and using vppctl show int in the calico-vpp-node I can confirm that the pod recognized the interfaces:
So I turned the first two interfaces UP and gave them IP addresses but before performing any routing between the two subnets I tried pinging them individually and unlike what I see in ordinary operating systems, the pod can't ping its own interface!
And then I thought maybe it's because of the other end of the 10G cables! the other ends are connected to another ubuntu VM and is recognized by the OS, so I tried bridging them but doesn't seem to work.
I'm really new to all these stuff and clearly I've missed some important notes and steps but I can't figure out what to do? can someone please help me with this?
The text was updated successfully, but these errors were encountered: