Hi, I am trying to run builtin vpp hoststack config :- -bash-4.2$ sudo /auto/home.nas04/skesavan/vpp/build-root/install-vpp_debug-native/vpp/bin/vpp -c /etc/vpp/startup.conf
-bash-4.2$ sudo /auto/home.nas04/skesavan/vpp/build-root/install-vpp_debug-native/vpp/bin/vppctl -s /run/vpp/cli.sock sh int addr host-vpp1 (up): L3 10.0.0.1/24 local0 (dn): -bash-4.2$ sudo /auto/home.nas04/skesavan/vpp/build-root/install-vpp_debug-native/vpp/bin/vppctl test echo server uri tcp://10.0.0.1/1237 -bash-4.2$ sudo /auto/home.nas04/skesavan/vpp/build-root/install-vpp_debug-native/vpp/bin/vppctl test echo client uri tcp://10.0.0.1/1237 unexpected event(1): 0 test failed test echo clients: failed: unexpected event(1): 0 -bash-4.2$ nc -zv 10.0.0.1 1237 Ncat: Version 7.50 ( https://nmap.org/ncat ) Ncat: Connection timed out. is there any procedure done wrong? startupconfig : -bash-4.2$ cat /etc/vpp/startup.conf unix { # nodaemon log /var/log/vpp.log full-coredump cli-listen /run/vpp/cli.sock # gid vpp startup-config /etc/vpp/vpp1.conf } session { enable } api-segment { prefix vpp1 } socksvr { socket-name /var/run/vpp.sock } plugins { path /auto/home.nas04/skesavan/vpp/build-root/build-vpp_debug-native/vpp/lib/vpp_plugins } -bash-4.2$ cat /etc/vpp/vpp1.conf session enable create host-interface name vpp1 set int ip address host-vpp1 10.0.0.1/24 set int state host-vpp1 up should i spin two instances on same vm to run built in client?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16878): https://lists.fd.io/g/vpp-dev/message/16878 Mute This Topic: https://lists.fd.io/mt/75264213/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-