I forgot to give credit to Bruce Freedman of Tivoli/Netview
support for helping me out last night.
Thank you Bruce!
-----Original Message-----
From: owner-nv-l@lists.us.ibm.com
[mailto:owner-nv-l@lists.us.ibm.com] On
Behalf Of Davis, Donald
Sent: Thursday, March 25, 2004
9:15 AM
To: 'nv-l@lists.us.ibm.com'
Subject: RE: [nv-l] SmartSet
help!!
Actually you can use
wildcards. It's just called pattern matching.
Here you go. Just
copy/paste this into the smartset editor in text mode.
This will find Interfaces
and Networks, but NOT Nodes unless the Nodes with 172 and 192
Addresses do not resolve.
(('IP Address' ~ '^172\.)
|| ('IP Address' ~ '^192\.'))
I'm not sure how useful
that will be...
This will find them all
in the Topology database:
ovtopodump -rl | grep -Ep
"(IP ADDR: 172|IP ADDR: 192)" | pg
-----Original
Message-----
From: Caballero, Herman - Herman E
[mailto:Herman.E.Caballero@lowes.com]
Sent: Wednesday, March 24, 2004
6:45 PM
To: nv-l@lists.tivoli.com
Subject: [nv-l] SmartSet help!!
Importance: High
I'm trying to
create a smartest that will contain two separate ip addresses that
begin with 172 and 192
I know I can't use wild card, but when I tried
using
ip address attribute and searching for string 172 , I get "172
was not found on the list".
What attribute do I need to use when creating a
SmartSet to find all devices beginning with that IP?
Thank you!
Herman