logstash-codec-sflow icon indicating copy to clipboard operation
logstash-codec-sflow copied to clipboard

Feature Request: BGP information

Open HBLiB opened this issue 7 years ago • 0 comments

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

HBLiB avatar Jul 16 '18 01:07 HBLiB