Comments
-
To do ranges with a Python script you should be able to modify this code. Thanks for the help @tdanner from __future__ import print_function import re import requests from orionsdk import SwisClient def createRanges(start,end): #Breaks a /16 network into /24s with a specific range of endpoints in the last octet plugin = []…
-
Thanks tdanner. That should help alot. I've got the orionsdk working fine with just a single address and should be able to populate the ipranges list with a for loop once I get the format for the json
-
Re: String Arrays in NCM