Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
Bugzilla Migration
-
None
-
Operating System: All
Platform: All
-
5981
-
High
Description
Issue description:
- app-peer and bagpipe peer configured in ODL
- after starting bagpipe service; all peers are visible in RIB and connected
- post evpn-route through app-peer
-> all appears to be good in RIB table through restconf, but bagpipe doesn't receive anything - tried also posting l3vpn through app-peer and bagpipe received it.
> bagpipe-looking-glass bgp routes
shows ipv4/mpls, but not evpn
there are no errors on ODL side, and also no logs on on bagpipe side that I could share.
===================================================================
Bagpipe configuration:
[BGP]
local_address=127.0.0.3
peers=127.0.0.1
my_as=65000
enable_rtc=False
[API]
api_host=localhost
api_port=8082
[DATAPLANE_DRIVER_IPVPN]
dataplane_driver = DummyDataplaneDriver
mpls_interface=gre
ovsbr_interfaces_mtu=4000
[DATAPLANE_DRIVER_EVPN]
dataplane_driver = linux_vxlan.LinuxVXLANDataplaneDriver
#dataplane_driver = DummyDataplaneDriver ---- also tried this one
ovsbr_interfaces_mtu=4000
===================================================================
ODL configuration attached