contiv / vpp

Kubernetes CNI plugin based on FD.io VPP
https://contivpp.io
Apache License 2.0
249 stars 114 forks source link

use vxlan,Can't access pod Ip #1595

Open springwindyike opened 5 years ago

springwindyike commented 5 years ago

Configuration:

OS:VMware,Dual NIC Use STN daemon

nodeToNodeTransport:

USE vxlan,Can't access pod Ip。 but Use B to connect。

vppctl

vpp# [root@node64 ~]# vppctl


/ / \ () | | / / \/ \ / // // / / / \ | |/ / / / // /__()/___/ |__// /_/

vpp# show int
              Name               Idx    State  MTU (L3/IP4/IP6/MPLS)     Counter          Count
GigabitEthernetb/0/0              1      up          9000/0/0/0     rx packets                 99417
                                                                    rx bytes                 8758543
                                                                    tx packets                     2
                                                                    tx bytes                      84
                                                                    drops                      99394
                                                                    punt                          22
                                                                    ip4                          888
                                                                    ip6                        96424
local0                            0     down          0/0/0/0       tx-error                       1
loop0                             2      up          9000/0/0/0
loop1                             7      up          9000/0/0/0
tap0                              3      up          1450/0/0/0     rx packets                    30
                                                                    rx bytes                    4170
                                                                    drops                         30
                                                                    ip4                           18
                                                                    ip6                           10
tap1                              4      up          1450/0/0/0     rx packets                     8
                                                                    rx bytes                     656
                                                                    drops                          8
                                                                    ip6                            8
vxlan_tunnel0                     5      up           0/0/0/0
vxlan_tunnel1                     6      up           0/0/0/0

Vxlan_tunnel no data

Help me analyze?

rastislavs commented 5 years ago

Cannot help anyhow from the provided information. Please read https://github.com/contiv/vpp/blob/master/docs/debugging/BUG_REPORTS.md and provide more details.