Multiple MibWalks

Thorsten Geelhaar (tgeelhaa@funghi.Materna.DE)
Wed, 06 Nov 1996 17:28:47 +0100

Hi I need some help by the following problem.

I want make a snmp request like this :

proc Multiple_Walk { vbl1 err } {

if {$err == noError} {
snmp1 getnext $vbl1 {
snmp2 walk vbl2 1.2.3.4.1 { .. }
Multiple_Walk "%V" "%E"
}
}

snmp1 getnext 1.2.3.4 { Multiple_Walk "%V" "%E"}

My Question is : Would the complete walk executed between the seperate
getnext requests or could it be that both will be mix. So that you get for
example the answer for the first getnext and then one for a part of the walk
and the second getnext and so on.

I am thanksfull for any help
Thorsten

-----------------------------------------------------------------
Thorsten Geelhaar Telefon: +49 231 5599 399 |\/\/\/|
Dr. Materna GmbH Fax : +49 231 5599 100 | |
| |
Vosskuhle 37 e-mail : Thorsten.Geelhaar@materna.de | (o)(o)
C _)
D-44141 Dortmund GERMANY | ,___|
| /
"We're all mad here. I'm mad, You're mad." /____\
"How do you know I'm mad?" said Alice.
"You must be" said the Cat, "or you wouldn't have come here."

------------------------------------------------------------------