Ping Inclusion Profiles¶
Form Fields¶
-
Profile Name - The name of the inclusion profile.
-
Device Zone - The inclusion profile will only be used when discovery is run for a particular zone.
-
Status - The state of the inclusion profile. Inclusion profiles will only be used if the state is enabled.
-
IP Address Regex Range - Single IP address range definition of IPs that should be discovered. Each period-delimited portion of the IPv4 range or colon-delimited portion of the IPv6 range can be one of the following:
-
A literal number (i.e. 7).
-
A comma delimited list (i.e. 1,3,5).
-
A range as denoted by two numbers separated by a hyphen (i.e. 1-5).
-
A comma delimited range (i.e. 1-2,7-9).
-
A wildcard as denoted by an asterisk ('*') meaning all possible valid values.
-
-
CIDR - Type of range expansion to be used:
-
If Enabled, the IP Address Regex Range field must be an IPv4 of IPv6 address range in CIDR format, for example, 192.0.2.0/8 or 2001:DB8::/32.
-
If Disabled, the IP Address Regex Range field must be an IPv4 of IPv6 address range in glob format, for example, 192.0.2.* or 2001:DB8::*.
-