FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
cmaheu
Staff
Staff
Article Id 197889
Description
Configure filter to match more than one possible value for a certain piece of criteria.

Example: Configure User/Host Profile or Device Profiling Rule to match host names starting with "SEP" or "DESKTOP-" or contains "AAA"



Solution
Option 1:  Use regular expression syntax to perform complex matching.

Example:  
Host Name: (^SEP|^DESKTOP-|AAA).*?


Option 2: Create a separate filter for each attribute combination.

Example:
User/Host Profile or Device Profiling rule 1:  Host Name: SEP*
User/Host Profile or Device Profiling rule 2:  Host Name: DESKTOP*
User/Host Profile or Device Profiling rule 3:  Host Name: *AAA*

Contributors