smoss has asked for the wisdom of the Perl Monks concerning the following question:
I get a generic error in response. Therefore I think they have to be sent at the same time. Anyone how this can be done?my $set_file_name = '.1.3.6.1.4.1.429.1.2.4.5.0'; my $set_setfile = '.1.3.6.1.4.1.429.1.2.4.3.0'; my $result = $session->set_request( -varbindlist => [$set_setfile, INTEGER32, 10] ); my $result1 = $session->set_request( -varbindlist => [$set_file_name, OCTET_STRING, "config.cfm"] );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I send 2 snmp set_requests at the same time
by RMGir (Prior) on Jun 12, 2002 at 13:57 UTC | |
by smoss (Acolyte) on Jun 12, 2002 at 14:23 UTC | |
by RMGir (Prior) on Jun 12, 2002 at 14:34 UTC | |
|
Re: How can I send 2 snmp set_requests at the same time
by zengargoyle (Deacon) on Aug 15, 2002 at 21:00 UTC |