nv-l

RE: [nv-l] SmartSet help!!

2004-03-25 12:36:13
Subject: RE: [nv-l] SmartSet help!!
From: "Caballero, Herman - Herman E" <Herman.E.Caballero AT lowes DOT com>
To: <nv-l AT lists.us.ibm DOT com>
Date: Thu, 25 Mar 2004 12:17:27 -0500

I forgot to give credit to Bruce Freedman of Tivoli/Netview support for helping me out last night.

 

Thank you Bruce!

 

Herman  

 

-----Original Message-----
From: owner-nv-l AT lists.us.ibm DOT com [mailto:owner-nv-l AT lists.us.ibm DOT com] On Behalf Of Davis, Donald
Sent: Thursday, March 25, 2004 9:15 AM
To: 'nv-l AT lists.us.ibm DOT com'
Subject: RE: [nv-l] SmartSet help!!

 

Herman,

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

 

Don Davis

 

-----Original Message-----
From: Caballero, Herman - Herman E [mailto:Herman.E.Caballero AT lowes DOT com]
Sent: Wednesday, March 24, 2004 6:45 PM
To: nv-l AT lists.tivoli DOT 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

------------------------------------------------------------------------------
This electronic mail and any files transmitted with it are confidential and are intended solely for the use of individual or entity to whom they are addressed. If you are not the intended recipient or the person responsible for delivering the electronic mail to the intended recipient, be advised that you have received this electronic mail in error and that any use, dissemination, forwarding, printing, or copying of this electronic mail is strictly prohibited. If you have received this electronic mail in error, please immediately notify the sender by return mail.
==============================================================================

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