Skip Menu |

This queue is for tickets about the SNMP-Info CPAN distribution.

Report information
The Basics
Id: 73112
Status: resolved
Priority: 0/
Queue: SNMP-Info

People
Owner: Nobody in particular
Requestors: scratchfury [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 2.06
Fixed in: (no value)



Subject: add command to CiscoConfig to increase compatibility
In SNMP::Info::CiscoConfig, $ciscoconfig->copy_run_tftp will fail on the Nexus 5548 if $ciscoconfig->set_config_row_status( 5, $rand ) is not run first. It appears this command was optional on IOS but not on NX-OS or at least for the 5548. The command works fine with IOS devices.
Setting 5 is createAndWait, but we already set to value 4 which is createAndGo. Is this still a problem, then? Could the underlying issue be that we don't do a "delete" of the row before creating? regards, oliver.
See also http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.9.96.1.1.1.1.14 On Wed Sep 25 10:30:32 2013, OLIVER wrote: Show quoted text
> > Setting 5 is createAndWait, but we already set to value 4 which is > createAndGo. Is this still a problem, then? Could the underlying issue > be that we don't do a "delete" of the row before creating? > > regards, > oliver.
-- regards, oliver.