Hi Team,

  I am trying to get VPP working on an interface in an gcp vm.

  I am unable to ping to another VM and see that the ip4-glean errors
are there..

DBGvpp# show hardware-interfaces
              Name                Idx   Link  Hardware
GigabitEthernet0/5/0               1     up   GigabitEthernet0/5/0
  Link speed: 4294 Gbps
  Ethernet address 42:01:0a:81:00:02
  Red Hat Virtio

DBGvpp# show inter addr
GigabitEthernet0/5/0 (up):
  L3 10.129.0.2/20
local0 (dn):

DBGvpp# ping 10.129.0.3

Statistics: 5 sent, 0 received, 100% packet loss

DBGvpp# show node counters
   Count                  Node                              Reason
          Severity
        15             ip4-glean                      ARP requests
sent            error
       116             ip4-local                    ip4 source lookup
miss         error

  I am able to ping from the VPP interface to another gcp vm only if I
manually add the ip neighbor.

DBGvpp# set ip neighbor GigabitEthernet0/5/0 10.129.0.3 42:01:0a:81:00:03
DBGvpp# ping 10.129.0.3
116 bytes from 10.129.0.3: icmp_seq=1 ttl=64 time=3.5945 ms
116 bytes from 10.129.0.3: icmp_seq=2 ttl=64 time=.2983 ms

Is there anything I am missing here..

Regards,
Shiv
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18340): https://lists.fd.io/g/vpp-dev/message/18340
Mute This Topic: https://lists.fd.io/mt/78972742/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to