SNAS / openbmp

OpenBMP Server Collector
www.openbmp.org
Eclipse Public License 1.0
232 stars 76 forks source link

SAFI=128 is not implemented yet, skipping #32

Open seismiccollision opened 7 years ago

seismiccollision commented 7 years ago

I'm running the docker image and am getting the following error: 2017-01-06T01:11:31.595226 | INFO | parseAfi_IPv4IPv6 | 10.0.0.101: MP_REACH AFI=ipv4/ipv6 (1) SAFI=128 is not implemented yet, skipping Is that expected?

TimEvens commented 7 years ago

MPLS (rfc 4364) is going to be added with pull request #25. Are you using MPLS much? The only hold back for us on the pull request is some additional validation/testing. We do expect to have that done within the next few weeks.

seismiccollision commented 7 years ago

Cool! It seemed like that was the case but I wasn't sure. Most of what I was trying to visualize is MPLS. If there's anything I can do to help don't hesitate to ask and I'll accommodate if I can

TimEvens commented 7 years ago

L3VPN and EVPN are now supported in the collector, but we still need to update the openbmp-mysql-consumer to consume that data. That will be soon.

Are you planning to mainly use mysql to interact with the data or are you using direct kafka interaction?

tobiasjohanssonsdnit commented 6 years ago

Hi

Trying to get L3VPN prefix to both the Rest API /UI but it looks like it is not supported yet?

I hope to interact with the data in the UI if possible.

ayalaalex commented 6 years ago

Is SAFI 128 going to be supported to view via mySQL or REST_API?

ccie6747 commented 6 years ago

Similary wondering if 128 supported - used docker container latest (I think) getting errors for both 128 and 32...

2018-02-22T22:58:35.567903 | INFO | parseAttrData | x.x.x.x: rtr=x.x.x.x: attribute type 32 is not yet implemented or intentionally ignored, skipping for now. 2018-02-22T20:39:10.655269 | INFO | parseAttrData | x.x.x.x: rtr=x.x.x.x: attribute type 128 is not yet implemented or intentionally ignored, skipping for now.