|
Re: Adding a static route
Yes If you are adding routes to the default table (VRF 0) than you need to use learned-protocol-0. This happens because VRF 0 is always present in vpp and when honeycomb resolves routes from this VRF
Yes If you are adding routes to the default table (VRF 0) than you need to use learned-protocol-0. This happens because VRF 0 is always present in vpp and when honeycomb resolves routes from this VRF
|
By
Michal Cmarada <mcmarada@...>
·
#488
·
|
|
Re: Adding a static route
Thanks a lot, I am able to add route correctly.
One additional change I had to make in the postman request was to
change the "control-plane-protocol" from "test-routing-protocol-1"
Thanks a lot, I am able to add route correctly.
One additional change I had to make in the postman request was to
change the "control-plane-protocol" from "test-routing-protocol-1"
|
By
Raj
·
#487
·
|
|
Re: Adding a static route
Hi,
In routing the primary VRF is the VRF id for both IPv4 and Ipv6. You should be able to add new tables using put (this will add vrf 0 and 1 for both IPV4 and
Hi,
In routing the primary VRF is the VRF id for both IPv4 and Ipv6. You should be able to add new tables using put (this will add vrf 0 and 1 for both IPV4 and
|
By
Michal Cmarada <mcmarada@...>
·
#486
·
|
|
Adding a static route
Hello all,
I am trying to setup a simple router, by assigning IP to two
interfaces, LAN and WAN, and then adding a default route out via WAN
interface. I am able to do this via debug command line,
Hello all,
I am trying to setup a simple router, by assigning IP to two
interfaces, LAN and WAN, and then adding a default route out via WAN
interface. I am able to do this via debug command line,
|
By
Raj
·
#485
·
|
|
Re: Removing ACL entries
Hi,
Sometimes there is a description in postman calls. As an example you can take a look at SRV6 calls. Several put calls contain a description where you can see vpp equivalent call using CLI. That
Hi,
Sometimes there is a description in postman calls. As an example you can take a look at SRV6 calls. Several put calls contain a description where you can see vpp equivalent call using CLI. That
|
By
Michal Cmarada <mcmarada@...>
·
#484
·
|
|
Re: Removing ACL entries
TECHNOLOGIES at Cisco) <mcmarada@...> wrote:
Thanks, it worked.
Just checking if there is some documentation for REST API of hc2vpp,
apart from whats available in release notes?
Thanks and
TECHNOLOGIES at Cisco) <mcmarada@...> wrote:
Thanks, it worked.
Just checking if there is some documentation for REST API of hc2vpp,
apart from whats available in release notes?
Thanks and
|
By
Raj
·
#483
·
|
|
Re: Removing ACL entries
Hi Raj,
You should be able to delete it using restconf by calling DELETE instead of PUT
Hi Raj,
You should be able to delete it using restconf by calling DELETE instead of PUT
|
By
Michal Cmarada <mcmarada@...>
·
#482
·
|
|
Removing ACL entries
Hello all,
Using the postman collections I was able to create an ACL and attach
it to local0 interface.
Create ACL is by using PUT request
Hello all,
Using the postman collections I was able to create an ACL and attach
it to local0 interface.
Create ACL is by using PUT request
|
By
Raj
·
#481
·
|
|
Re: Using RESTCONF to list bridge
TECHNOLOGIES at Cisco) <mcmarada@...> wrote:
Ah, that was some thing I didn't know.
Will do.
Okay.
Next, on to policing and ACL. Will come back if there are any difficulty.
Thanks and
TECHNOLOGIES at Cisco) <mcmarada@...> wrote:
Ah, that was some thing I didn't know.
Will do.
Okay.
Next, on to policing and ACL. Will come back if there are any difficulty.
Thanks and
|
By
Raj
·
#480
·
|
|
Re: Using RESTCONF to list bridge
Hi,
In previous case if you created a bridge-domain outside of HC
And afterwards you tried to create BD using Honeycomb it failed because BD with the same id as HC was trying to add already existed
Hi,
In previous case if you created a bridge-domain outside of HC
And afterwards you tried to create BD using Honeycomb it failed because BD with the same id as HC was trying to add already existed
|
By
Michal Cmarada <mcmarada@...>
·
#479
·
|
|
Re: Using RESTCONF to list bridge
A PUT request to
https://192.168.3.145:8445/restconf/config/v3po:bridge-domains/bridge-domain/bridge-domain-3
with following body created a bridge:
{ "bridge-domain": [ { "name": "bridge-domain-3",
A PUT request to
https://192.168.3.145:8445/restconf/config/v3po:bridge-domains/bridge-domain/bridge-domain-3
with following body created a bridge:
{ "bridge-domain": [ { "name": "bridge-domain-3",
|
By
Raj
·
#478
·
|
|
Using RESTCONF to list bridge
Hello all,
I am working through the postman examples to get a feel of VPP
RESTCONF API. I have two bridge setup in VPP, which I can see in debug
cli.
vpp# show br
BD-ID Index BSN Age(min) Learning
Hello all,
I am working through the postman examples to get a feel of VPP
RESTCONF API. I have two bridge setup in VPP, which I can see in debug
cli.
vpp# show br
BD-ID Index BSN Age(min) Learning
|
By
Raj
·
#477
·
|
|
Canceled: Honeycomb & hc2vpp meeting
https://zoom.us/my/fastdata
Join from PC, Mac, Linux, iOS or Android:https://zoom.us/j/5301185804 or https://zoom.us/my/fastdata
Or iPhone one-tap (US Toll): +14086380968,,5301185804# or
https://zoom.us/my/fastdata
Join from PC, Mac, Linux, iOS or Android:https://zoom.us/j/5301185804 or https://zoom.us/my/fastdata
Or iPhone one-tap (US Toll): +14086380968,,5301185804# or
|
By
Peter Lapos
·
#476
·
|
|
JVPP proposal
Hi TSCmembers,
Please accept project proposal for JVPP which will be migrated from VPP code base.
https://wiki.fd.io/view/Project_Proposals/JVPP
thanks,
Michal
Michal
Hi TSCmembers,
Please accept project proposal for JVPP which will be migrated from VPP code base.
https://wiki.fd.io/view/Project_Proposals/JVPP
thanks,
Michal
Michal
|
By
Michal Cmarada <mcmarada@...>
·
#475
·
|
|
honeycomb tcp connection question
Hello Patricio!
When I used OpenDaylight to connect honeycomb by tcp connection, it returned an error message about "MAILFORMED_MESSAGE".
I searched the messages of hc2vpp and found that you had
Hello Patricio!
When I used OpenDaylight to connect honeycomb by tcp connection, it returned an error message about "MAILFORMED_MESSAGE".
I searched the messages of hc2vpp and found that you had
|
By
Yu Jingjie
·
#474
·
|
|
Re: [csit-dev] [vpp-dev] ARM vpp-dpdk-dkms nexus artifacts - CSIT
Just letting you know I am deleting
this from (the bottom of) my TODO.
Everything should have been solved
by everyone using packagecloud now.
Vratko.
Just letting you know I am deleting
this from (the bottom of) my TODO.
Everything should have been solved
by everyone using packagecloud now.
Vratko.
|
By
Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) <vrpolak@...>
·
#473
·
|
|
Re: [honeycomb-dev] Hc2vpp 1.18.10 released
Congratulations!
De :<honeycomb-dev@...> au nom de "Michal Cmarada via Lists.Fd.Io" <mcmarada=cisco.com@...>
Répondre à : "Michal Cmarada -X (mcmarada - PANTHEON TECHNOLOGIES at Cisco)"
Congratulations!
De :<honeycomb-dev@...> au nom de "Michal Cmarada via Lists.Fd.Io" <mcmarada=cisco.com@...>
Répondre à : "Michal Cmarada -X (mcmarada - PANTHEON TECHNOLOGIES at Cisco)"
|
By
Jerome Tollet (jtollet) <jtollet@...>
·
#472
·
|
|
Re: Hc2vpp 1.18.10 released
Sorry the link was wrong. Resending correct one:
https://packagecloud.io/fdio/release
Michal
Michal Cmarada
Engineer - Software
mcmarada@...
Tel:
Cisco Systems, Inc.
Sorry the link was wrong. Resending correct one:
https://packagecloud.io/fdio/release
Michal
Michal Cmarada
Engineer - Software
mcmarada@...
Tel:
Cisco Systems, Inc.
|
By
Michal Cmarada <mcmarada@...>
·
#471
·
|
|
Re: Hc2vpp 1.18.10 released
Packages are now available also on packagecloud:https://packagecloud.io/app/fdio/release/
Michal
Michal Cmarada
Engineer - Software
mcmarada@...
Tel:
Cisco Systems, Inc.
Packages are now available also on packagecloud:https://packagecloud.io/app/fdio/release/
Michal
Michal Cmarada
Engineer - Software
mcmarada@...
Tel:
Cisco Systems, Inc.
|
By
Michal Cmarada <mcmarada@...>
·
#470
·
|
|
Hc2vpp 1.18.10 released
The hc2vpp 1.18.10 release is up.
All hc2vpp artifacts (JARs, u16 DEB, centos7 RPM)
are uploaded to nexus server.
More details can be found in release
The hc2vpp 1.18.10 release is up.
All hc2vpp artifacts (JARs, u16 DEB, centos7 RPM)
are uploaded to nexus server.
More details can be found in release
|
By
Michal Cmarada <mcmarada@...>
·
#469
·
|