Failed: no source address for egress interface

DBGvpp# show inter addr                                                                                          
UnknownEthernet5/0/0 (up):
  L2 bridge bd-id 1 idx 1 shg 0  
host-ns1_tap (up):
  L2 bridge bd-id 1 idx 1 shg 0  
host-ns7_tap (up):
local0 (dn):
loop0 (up):
  L2 bridge bd-id 1 idx 1 shg 0 bvi
  L3 192.168.1.1/24
DBGvpp# ping 192.168.117.82 source   host-ns7_tap repeat 2
Failed: no source address for egress interface
Failed: no source address for egress interface

Statistics: 0 sent, 0 received, 0% packet loss
DBGvpp# 
DBGvpp# ip route add 0.0.0.0/0 table 100 via  192.168.1.1 loop0      
DBGvpp# ping 192.168.117.82 source   host-ns7_tap repeat 2     
Failed: no source address for egress interface
Failed: no source address for egress interface

Statistics: 0 sent, 0 received, 0% packet loss
DBGvpp# set interface ip address host-ns7_tap 192.168.1.2/24
DBGvpp# ping 192.168.117.82 source   host-ns7_tap repeat 2     

Statistics: 2 sent, 0 received, 100% packet loss
DBGvpp# 

https://lists.fd.io/g/vpp-dev/topic/can_a_bridge_domain_be/10640869?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,1,500,10640869

原文地址:https://www.cnblogs.com/dream397/p/12760362.html