Multiple sets in one command/session?

Martone Mike (martonem@bah.com)
Tue, 02 Jul 1996 3:29pm

I have a device that does not like to have a table row set consecutively
with sets, but with all OIDs in one big set command. I.E>

$s set $oid $value
$s set $oid2 $val2
$s set $oid3 $val3

is NOT good. How can I do this:

$s set $oid $value $oid2 $val2 $oid3 $val3

Can I just make a big list? WHat is the format of this command.

Much obliged...