path-network / logstash-codec-sflow

Logstash codec plugin to decrypt sflow
Other
35 stars 17 forks source link

Feature Request: BGP information #13

Open HBLiB opened 6 years ago

HBLiB commented 6 years ago

BGP information would be great!!!

BGP next hop IP addr (or Next hop IP) BGP adjacent prev/next AS

Send as (if i'm correct) like this:

uint32_t as; / AS number for this gateway / uint32_t src_as; / AS number of source (origin) / uint32_t src_peer_as; / AS number of source peer / uint32_t dst_as_path_segments; / number of segments in path / SFLExtended_as_path_segment dst_as_path; / list of seqs or sets / uint32_t communities_length; / number of communities / uint32_t communities; / set of communities / uint32_t localpref; / LocalPref associated with this route /

extendedType ROUTER uint32_t nextHop