Re: [vpp-dev] Facing Failed: vppctl show cpu: clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused.

2021-02-13 Thread Florin Coras
Hi Nikhil, There are a couple of things conflated here. First, the cli is vpp’s cli which can be connected to through a socket. That’s the “/run/vpp/cli.sock” and it’s created by vpp at startup so remove the one you’ve created. The binary api also exposes a socket and you’ve configured it to u

[vpp-dev] Facing Failed: vppctl show cpu: clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused #vpp #vpp-dev #vnet #vppcom

2021-02-13 Thread nikhil subhedar
Hi All, I am trying to integrate echo_server.c with some changes in my box.After deployment of this plugin i am getting below error. *Failed: vppctl show cpu: clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused* ** *what i have done is earlier i got an error message that  f

[vpp-dev] Facing Failed: vppctl show cpu: clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused.

2021-02-13 Thread nikhil subhedar
Hi All, I am trying to integrate echo_server.c with some changes in my box.After deployment of this plugin i am getting below error. *Failed: vppctl show cpu: clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): Connection refused* *what i have done is earlier i got an error message that file