Setting exclusion lists for IPs and NICs

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Agent Client Collector for Visibility - Content (ACC-VC) version 1.3.0 supports exclusion list for IPs and Network Interface Controllers (NICs) with a flexible mechanism for filtering out values for IPs and or NICs when creating or updating the host CI and related items.

    The property [sn_acc_visibility.network_adapter_exclusion_list] contains the list of regular expressions for the names and IP addresses that are excluded in the Network Adapter and IP Address tables. The value of this property is comma-separated regular expressions. Make sure that there is no comma in the regex and nic and ip_addr should be in different lines.

    Sample format of the value should be:
    • nic = nameRegex1, nameRegex2, nameRegex3
    • ip_addr = IPRegex1, IPRegex2