FastNetMon

Thursday 25 February 2016

How to filter out only BGP update or open messages with tshark?


Filter our BGP update messages:
tshark -i lo -n  -Y "bgp.type==2"
 Filter out BGP open messages:

tshark -i lo -n  -Y "bgp.type==1"

No comments :

Post a Comment

Note: only a member of this blog may post a comment.