WOOD Alison C wrote:
>
> Thanks -
>
> I have 350 routers. I want to break them down into 5 different collection
> groups, but their IP addresses were assigned at random. How can I put them in
> seperate groups by their full IP address?
>
> Thanks again!
>
> -Alison
>
You can chain together an ('isRouter' = 'TRUE') or ('Vendor' = 'Cisco')
clause with a regular expression like ('IP Address' ~ '^10\.1\.')
These clauses can be logically or'ed or and'ed in any combination you
like!
e.g ('isRouter' = 'TRUE') && ('IP Address' ~ '^10\.(1|2)\.')
would match all of the routers with addresses 10.1.*.* or 10.2.*.*.
chris.cowan.vcf
Description: Card for Chris Cowan
|