Re: [vpp-dev] Ping to loopback interface in vppctl

2017-04-05 Thread Choonho Son
Hello, 1) After setting IP address of interface, it is just conventional check. 2) After creating bridge-domain, set loop interface as BVI(Bridge Virtual Interface). Then ping to BVI Choonho Son On Wed, Apr 5, 2017 at 7:02 PM, Andrew 👽 Yourtchenko wrote: > Hello, > > I wrote ping for creating

Re: [vpp-dev] Ping to loopback interface in vppctl

2017-04-05 Thread Andrew 👽 Yourtchenko
Hello, I wrote ping for creating the traffic on the externally facing interfaces, so I didn't do anything special to make the loopback work. Why do you need to ping the loopback ? --a > On 5 Apr 2017, at 11:04, Choonho Son wrote: > > Hello, > > In a vppctl, ping to loop0 does not reply. Is

[vpp-dev] Ping to loopback interface in vppctl

2017-04-05 Thread Choonho Son
Hello, In a vppctl, ping to loop0 does not reply. Is it correct behavior? DBGvpp# loopback create loop0 DBGvpp# set interface state loop0 up DBGvpp# set interface ip address loop0 192.168.1.1/24 DBGvpp# sh int addr TenGigabitEthernet0/5/0 (dn): local0 (dn): loop0 (up): 192.168.1.1/24 DBGvpp# pi