nv-l

Re: COLLECTIONS

1999-08-02 16:42:32
Subject: Re: COLLECTIONS
From: Chris Cowan <chris.cowan AT 2ND-WAVE DOT COM>
To: nv-l AT lists.tivoli DOT com
Date: Mon, 2 Aug 1999 15:42:32 -0500
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.*.*.

Attachment: chris.cowan.vcf
Description: Card for Chris Cowan

<Prev in Thread] Current Thread [Next in Thread>