nv-l

RE: [nv-l] Collect data

2002-04-19 11:25:04
Subject: RE: [nv-l] Collect data
From: Pablo Andrés Villegas Florez <pavillegas AT epsa.com DOT co>
To: "'Leslie Clark'" <lclark AT us.ibm DOT com>, nv-l AT lists.tivoli DOT com
Date: Fri, 19 Apr 2002 10:25:04 -0500
Leslie,

I try to put without the commas but a list with these format is not a valid
expresion, and I have some nodes with 37 interfaces

Bernard,

The comma is not a valid expresion.


What else I can do ?

Thanks for your help

Pablo
  

-----Mensaje original-----
De: Leslie Clark [mailto:lclark AT us.ibm DOT com]
Enviado el: Friday, April 19, 2002 5:29 AM
Para: nv-l AT lists.tivoli DOT com
Asunto: RE: [nv-l] Collect data


Also, try just listing them without the commas. The reason to use a regular
expression is because you may have very many interfaces. I think  you
can just list them, like
   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Cordially,

Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
Detroit



 

                      Leslie

                      Clark/Southfield/        To:
nv-l AT lists.tivoli DOT com                                       
                      IBM@IBMUS                cc:

                                               Subject:  RE: [nv-l] Collect
data                                     
                      04/19/2002 06:23

                      AM

 

 




Bernard meant this for the list... Andre, when you get it working, please
post the answer!

Cordially,

Leslie A. Clark
IBM Global Services - Systems Mgmt & Networking
Detroit




                      Bernard

                      Disselborg               To:       Leslie
Clark/Southfield/IBM@IBMUS
                      <bdisselb@triple-        cc:

                      p.nl>                    Subject:  RE: [nv-l] Collect
data

                      04/19/2002 02:25

                      AM






Pablo,

Maybe not the most elegant solution: just use a comma separated list:
1,2,3,....

HTH

Bernard

At 08:45 18-04-2002 -0400, you wrote:
>I've told you all I know to try. Anybody else?
>
>Cordially,
>
>Leslie A. Clark
>IBM Global Services - Systems Mgmt & Networking
>Detroit
>
>
>
>
>
>                       Pablo
> Andrés
>
>                       Villegas Florez          To:       Leslie
> Clark/Southfield/IBM@IBMUS
>                       <pavillegas@epsa.        cc:
>
>                       com.co>                  Subject:  RE: [nv-l]
> Collect data
>
>
>                       04/17/2002
> 08:43
>
>                       PM
>
>
>
>
>
>
>
>
>Hi Leslie,
>
>I tried ^[1-9]$|^[1][0-5]$ but Netview on NT only permit the $ symbol at
>the
>end of the expression, then only permit the following expresion
>^[1-9]|[1][0-5]$, but it collect all interfaces.
>
>What I can do to collect until the interface 15 ?
>
>Thanks
>Pablo A. Villegas
>
>
>-----Mensaje original-----
>De: Leslie Clark [mailto:lclark AT us.ibm DOT com]
>Enviado el: Tuesday, April 16, 2002 7:11 AM
>Para: Pablo Andrés Villegas Florez
>Asunto: RE: [nv-l] Collect data
>
>
>Well, some of you Unix weenies out there might have to help. I would
>try
>    ^[1-9]$|^[1][0-5]$
>Note that the brackets indicate the value allowed for a single column.
>The vertical bar is an 'or'. So the first part says allow single digit
1-9,
>and
>the or says allow double digit values starting with 1 and ending with 0 to
>5.
>
>Cordially,
>
>Leslie A. Clark
>IBM Global Services - Systems Mgmt & Networking
>Detroit
>
>
>
>
>                       Pablo Andrés
>
>                       Villegas Florez          To:       Leslie
>Clark/Southfield/IBM@IBMUS, nv-l AT lists.tivoli DOT com
>                       <pavillegas@epsa.        cc:
>
>                       com.co>                  Subject:  RE: [nv-l]
Collect
>data
>
>
>                       04/12/2002 10:37
>
>                       AM
>
>
>
>
>
>
>
>
>Leslie,
>
>Netview 6.02 and W2K
>
>I received this mail few mounths ago, I actually collect 9 instances of a
>several host with the expresion ^[1-9]$, but now I need to collect until
>the
>intance 15, I try to put the following expresion
>^[1-9][10][11][12][13][14][15]$ but it doesn´t collect any intances.
>
>How I can collect more than 9 instances.
>
>
>Thanks
>Pablo
>
>
>
>
>
>
>
>-----Mensaje original-----
>De: Leslie Clark [mailto:lclark AT us.ibm DOT com]
>Enviado el: Friday, February 01, 2002 2:19 PM
>Para: nv-l AT lists.tivoli DOT com
>Asunto: Re: [nv-l] Collect data
>
>
>That 'regular expression' is getting anything with a 1 thru 5 in it.
>Try   ^[1-5]$
>That puts a 'starts with' and 'ends with' restriction on it, and
>the braces restrict it to a single character. If you need more
>that  one character you have to put in braces for each position.
>It gets complicated, but it works.
>
>Cordially,
>
>Leslie A. Clark
>IBM Global Services - Systems Mgmt & Networking
>Detroit
>
>
>
>
>
>                     Pablo Andrés
>
>                     Villegas             To:
"'nv-l AT lists.tivoli DOT com'"
>
>                     Florez                <nv-l AT lists.tivoli DOT com>
>
>                     <pavillegas@ep       cc:
>
>                     sa.com.co>           Subject:     [nv-l] Collect data
>
>
>
>                     01/31/02 03:22
>
>                     PM
>
>
>
>
>
>
>
>
>Hi,
>
>Netview 6.02 and w2k
>
>Anyone knows how I can collect a MIB data only of some instances of a
node?
>On the instance field I give the notation that the Netview Help provide,
>that is: [1-5] (with this expresion it will collect the data of the
>interfaces 1 through 5), but when I list the data with snmpodump it
collect
>the instances 1,11,21,31,5,15,25,35 that is all the interfaces that have 1
>and 5 and not that I expect.
>
>Anyone knows what I can do to collect the instances that I want ?
>
>
>Thanks
>Pablo A. Villegas
>
>
>
>
>
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: nv-l-unsubscribe AT lists.tivoli DOT com
>For additional commands, e-mail: nv-l-help AT lists.tivoli DOT com
>
>*NOTE*
>This is not an Offical Tivoli Support forum. If you need immediate
>assistance from Tivoli please call the IBM Tivoli Software Group
>help line at 1-800-TIVOLI8(848-6548)
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: nv-l-unsubscribe AT lists.tivoli DOT com
>For additional commands, e-mail: nv-l-help AT lists.tivoli DOT com
>
>*NOTE*
>This is not an Offical Tivoli Support forum. If you need immediate
>assistance from Tivoli please call the IBM Tivoli Software Group
>help line at 1-800-TIVOLI8(848-6548)
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: nv-l-unsubscribe AT lists.tivoli DOT com
>For additional commands, e-mail: nv-l-help AT lists.tivoli DOT com
>
>*NOTE*
>This is not an Offical Tivoli Support forum. If you need immediate
>assistance from Tivoli please call the IBM Tivoli Software Group
>help line at 1-800-TIVOLI8(848-6548)
>
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: nv-l-unsubscribe AT lists.tivoli DOT com
>For additional commands, e-mail: nv-l-help AT lists.tivoli DOT com
>
>*NOTE*
>This is not an Offical Tivoli Support forum. If you need immediate
>assistance from Tivoli please call the IBM Tivoli Software Group
>help line at 1-800-TIVOLI8(848-6548)





---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe AT lists.tivoli DOT com
For additional commands, e-mail: nv-l-help AT lists.tivoli DOT com

*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)





---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe AT lists.tivoli DOT com
For additional commands, e-mail: nv-l-help AT lists.tivoli DOT com

*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)

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