SNAS / openbmp

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

Is BGP attribute AIGP supported? #68

Open 3fr61n opened 6 years ago

3fr61n commented 6 years ago

Hi

BTW, excellent project!!!

I would like to know/confirm if AIGP attribute is supported or properly parsed.

I'm comparing a tcpdump output that contains AIGP attribute with the output on the kafka bus, and missing that attribute.

screen shot 2018-03-22 at 16 19 23


V: 1.7
C_HASH_ID: d334178d7dd6f088cf05f06de81d1acf
T: unicast_prefix
L: 1153
R: 3

add 1110    406a2823bfa48f1f26a043b22024edc7    306587c942695d65a18ff1864af6b178    10.250.0.2  a757477e566084c51858c85dfc45a210    d7a8095f348514c1234795ff64ea94ca    192.168.252.64  64531   2018-03-22 15:14:36.000000  192.168.252.50  32  1   igp     0   0   192.168.252.64  0   100     3352:10002 3352:10542       192.168.252.64 192.168.252.163 192.168.252.232 192.168.252.162 192.168.248.72   0   1   192.168.248.74  0   4491    1   1   
add 1111    185a1008fc0fdfc63f491c83eb8f0c49    306587c942695d65a18ff1864af6b178    10.250.0.2  a757477e566084c51858c85dfc45a210    d7a8095f348514c1234795ff64ea94ca    192.168.252.64  64531   2018-03-22 15:14:36.000000  192.168.248.74  32  1   igp     0   0   192.168.252.64  0   100     3352:10002 3352:10542       192.168.252.64 192.168.252.163 192.168.252.232 192.168.252.162 192.168.248.72   0   1   192.168.248.74  0   4486    1   1   
add 1112    26079ded696eac68e828884a5a6ff253    306587c942695d65a18ff1864af6b178    10.250.0.2  a757477e566084c51858c85dfc45a210    d7a8095f348514c1234795ff64ea94ca    192.168.252.64  64531   2018-03-22 15:14:36.000000  192.168.252.104 32  1   igp     0   0   192.168.252.64  0   100     3352:10002 3352:10542       192.168.252.64 192.168.252.163 192.168.252.232 192.168.252.162 192.168.248.72   0   1   192.168.248.74  0   4496    1   1   

Could you please help me?

Thanks

TimEvens commented 6 years ago

Hi @3fr61n, currently the AIGP attribute isn’t parsed. This should be added.

3fr61n commented 6 years ago

Thanks @TimEvens for you rapid response