Like if i have Network Profie with IP Range and from this range i want to exclude IPs, how this can be done?
Example 1 from 10.0.0.1 to 10.0.0.100 range i want to exclude 10.0.0.78 and 10.0.0.79
As i think there can be two methods
1. Create Multiple IP Ranges
10.0.0.1 - 10.0.0.77
10.0.0.80 - 10.0.0.100
2. By uploading csv
Example 2 from 10.0.0.1 to 10.0.0.100 range i want to exclude 10.0.0.78 and 10.0.0.80
In this case only csv can help
These are my assumptions to achieve this. Any other option possible to achieve this.