N5K, NX-OS 7.0.5
ethanalyzer capture-filter not working whatever the filters used;
I understand the capture-filter values are different from display-filter;
for example :
ethanalyzer local interface inbound-hi capture-filter 'ip proto 89' limit-captured-frames 0
I tried "proto 89", "proto 0x59", and te same with ' ' instead of " ";
none is rejected but no frame is captured
If I use "ospf" as the capture-filter, I get the following normal since "ospf" is a display-filter :
tshark: Invalid capture filter: "ospf"!
That string looks like a valid display filter; however, it isn't a valid
capture filter (parse error).
Note that display filters and capture filters don't have the same syntax,
so you can't use most display filter expressions as capture filters.
See the User's Guide for a description of the capture filter syntax.
no problem with the following display-filter :
ethanalyzer local interface inbound-hi display-filter "ospf" limit-captured-frames 0
Any idea ?
thanks