- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
API call to choose the IP after 4th octet 10 in a subnet
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-23-2017 08:43 AM
Is there a way to select the 4th octect of IP after 1.1.1.10 ???
Eg:-
Subnet - 1.1.1.0/24
but API call should choose the ip with 4th octect greater than 10
No IP should be selected from 1.1.1.0 to 1.1.1.10
Please Advise.
Thanks...!!!
Solved! Go to Solution.
Re: API call to choose the IP after 4th octet 10 in a subnet
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-27-2017 09:47 AM
Hello,
You can add a reserved range to prevent using any addresses that should not be allocated. In this case each network would have a reserved range from 1.1.1.1 to 1.1.1.10.
Re: API call to choose the IP after 4th octet 10 in a subnet
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-27-2017 09:47 AM
You would need to add a Reservation from 1 to 10 in each of the subnets (means, the GetNextAvailableIP algo will not use any 'USED' IPs).
Re: API call to choose the IP after 4th octet 10 in a subnet
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-2017 12:41 PM
Thanks..!!!