I have one group where I need to split a Class 'B' address. I need to split a class 'B' address as shown below...
Address Space 1. 10.24.0.0 - 10.24.180.255.255
Address Space 2. 10.24.181.0.0 - 10.24.255.255
I tried using 10.24.[0-9][0-9].* and several variations of that but I keep turning up mixed results. Should I be using more than one query statement?
Thanks in advance all the help is greatly appreciated....