
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2017 09:44 AM
Hi,
I need to get IP addresses from the given IP ranges. Is there a way to get it from OOB Script includes or from Javascript?
Regards,
Vivek
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2017 08:57 AM
SncIPRangeV4 API helped me to validate IP address within the IP ranges.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2017 01:03 PM
If the IP range is in CIDR notation, check out this tool: Convert CIDR notation to a list of IP addresses
I am unaware of a OOB script that will list the individual IP's in a given range.
More info on OOB ranges: Discovery IP address configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2017 01:39 PM
Hi Vivek,
check this business rule "Validate Range". hope this will help you
Please check the link below.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2017 08:57 AM
SncIPRangeV4 API helped me to validate IP address within the IP ranges.