Wild Card searching in Traffic Monitor

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Wild Card searching in Traffic Monitor

L2 Linker

Hi all,

         This probably has a real simple answer but it has got me stumped. How do I do wild card searches in 4.x PAN Traffic logs ? For example, I want to find all traffic from a Class C subnet 192.168.1.x. Using a * does not seem to work ( ( addr.src in 192.168.1.* ) ) and throws a syntax error.

Cheers,

1 accepted solution

Accepted Solutions

L3 Networker

Hello,


You can cannot use wildcards in the filter, but you can summarize specifying the subnet in the filter, i.e.:


Source Filter, /24 subnet: ( addr.src in 10.10.10.0/24 )

Destination Filter, /24 subnet: (addr.dst in 10.10.1.0/24)


Regards,


Bryan

View solution in original post

2 REPLIES 2

L3 Networker

Hello,


You can cannot use wildcards in the filter, but you can summarize specifying the subnet in the filter, i.e.:


Source Filter, /24 subnet: ( addr.src in 10.10.10.0/24 )

Destination Filter, /24 subnet: (addr.dst in 10.10.1.0/24)


Regards,


Bryan

Hi Bryan,

    Thanks for that. Exactly what I was after.

Daniel

  • 1 accepted solution
  • 6353 Views
  • 2 replies
  • 1 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!