THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

How do I filter using a range IPv4 addresses?

I am attempting to a track data from a range of IP addresses for servers in a cluster and cannot seem to get the verbiage correct to achieve this. I have tried:

  • ip.addr == 153.11.105.34/38 (expression is green, but nothing returns)
  • ip.address == 153.11.105.34 or 153.11.105.35 (expression turn red)
  • ip contains 153.11.105.34/38 (expression is green, but nothing shows as being captured but when I do ip.addr ==any of individual address in that range, it shows packets)
  • host 153.11.105.34 or host 153.11.105.35 (expression turns red)
  • ip host 153.11.105.34 (expression turns red)
  • net 153.11.105.34

This is being attempted on 2.4.4

Thank you

How do I filter using a range IPv4 addresses?

I am attempting to a track data from a range of IP addresses for servers in a cluster and cannot seem to get the verbiage correct to achieve this. I have tried:

  • tried: ip.addr == 153.11.105.34/38 153.11.105.34/38 (expression is green, but nothing returns)
  • returns) ip.address == 153.11.105.34 or 153.11.105.35 153.11.105.35 (expression turn red)
  • red) ip contains 153.11.105.34/38 153.11.105.34/38 (expression is green, but nothing shows as being captured but when I do ip.addr ==== any of individual address in that range, range, it shows packets)
  • packets) host 153.11.105.34 or host 153.11.105.35 153.11.105.35 (expression turns red)
  • red) ip host 153.11.105.34 153.11.105.34 (expression turns red)
  • red) net 153.11.105.34

This is being attempted on 2.4.4

Thank you