Configure monitored subnets

Set the allowed subnets for Smart Polling and Discovery

Product Guardian
Syntax conf.user configure smart_polling_and_discovery subnets allow […]
Description

An empty allowlist is equivalent to ["0.0.0.0/0"] (all subnets are allowed).

Examples:

  • conf.user configure smart_polling_and_discovery subnets allow ["10.13.0.0/16"]
  • conf.user configure smart_polling_and_discovery subnets allow ["10.13.4.0/24", "10.13.8.0/24"]

conf.user configure smart_polling_and_discovery subnets allow [] will reset the settings to the default.

When allowed and denied subnets are nested, the smallest subnet has priority. For example, in the example below the subnet 10.20.0.0/24 will be allowed, but the subnet 10.20.1.0/24 will be denied.
  • conf.user configure smart_polling_and_discovery subnets allow ["10.20.0.0/16"]
  • conf.user configure smart_polling_and_discovery subnets deny ["10.20.1.0/24"]
Where CLI
To apply It is applied automatically

Set the denied subnets for Smart Polling and Discovery

Product Guardian
Syntax conf.user configure smart_polling_and_discovery subnets deny […]
Description

Examples:

  • conf.user configure smart_polling_and_discovery subnets deny ["10.13.0.0/16"]
  • conf.user configure smart_polling_and_discovery subnets deny ["10.13.4.0/24", "10.13.8.0/24"]

conf.user configure smart_polling_and_discovery subnets deny [] will reset the settings to the default.

When allowed and denied subnets are nested, the smallest subnet has priority. For example, in the example below the subnets 10.0.0.0/24 and 10.128.36.0/24 will be allowed, but the subnet 10.128.30.0/24 will be denied.
  • conf.user configure smart_polling_and_discovery subnets allow ["10.0.0.0/8", "10.128.36.0/24"]
  • conf.user configure smart_polling_and_discovery subnets deny ["10.128.0.0/16"]
Where CLI
To apply It is applied automatically