Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco)
Sent: Friday, May 11, 2018 6:44 AM
To: Justin Iurman
Cc: Dave Barach (dbarach) ; Damjan Marion
; vpp-dev
Subject: RE: [vpp-dev] vpp_api_test via socket file
Hello,
Thank you for the pointers. Seems to be working although with few notes:
1
the
output of interface 7/0/0
>> ('VPP1', u'TenGigabitEthernet7/0/')
3) DEBUG:vpp_papi:No such message type or failed CRC checksum:
cdp_enable_disable_4eec6097
DEBUG:vpp_papi:No such message type or failed CRC checksum:
cdp_enable_disable_reply_e8d4e804
Looks lik
Peter,
> …however, are there any other options to full control 2+ instances of VPP via
> API (not vppctl)? PythonAPI for example [1].
Ole’s answer to the same question:
> r = vpp.connect('vpp1', chroot_prefix='name of shared address segment')
Cheers,
Justin
(pmikus - PANTHEON
TECHNOLOGIES at Cisco)
Cc: vpp-dev
Subject: RE: [vpp-dev] vpp_api_test via socket file
Damjan is right. However, vpp is willing to start a binary API messages over
sockets server.
With a strong warning that not every api works when vpp_api_test runs over
sockets, here'
AM
To: Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco)
Cc: vpp-dev
Subject: Re: [vpp-dev] vpp_api_test via socket file
You cannot use CLI socket with VAT. They are completely different things.
--
Damjan
> On 10 May 2018, at 14:58, Peter Mikus
> mailto:pmi...@cisco.
You cannot use CLI socket with VAT. They are completely different things.
--
Damjan
> On 10 May 2018, at 14:58, Peter Mikus wrote:
>
> Hello,
>
> I am trying to override api-segment prefix as well as override cli-listen
> socket file [1].
> However I am not able to connect to VPP via vpp_ap
Let me have a look... D.
From: vpp-dev@lists.fd.io On Behalf Of Peter Mikus -X
(pmikus - PANTHEON TECHNOLOGIES at Cisco)
Sent: Thursday, May 10, 2018 8:59 AM
To: vpp-dev
Subject: [vpp-dev] vpp_api_test via socket file
Hello,
I am trying to override api-segment prefix as well as override cli
Hello,
I am trying to override api-segment prefix as well as override cli-listen
socket file [1].
However I am not able to connect to VPP via vpp_api_test over the socket file.
Is this expected behavior? How to connect to vpp via vpp_api_test over custom
socket file?
I am aiming for controllin