02-07-2007 12:38 PM
We are having an issue retrieving configs from a set of 6500 switches. These devices are not accessable through telnet or ssh directly, but we do have snmp access to the devices, and TFTP access back to our Ciscoworks server. We have our Configuration Managment transport setting set up for TFTP, Telnet (because other devices do use telnet). However, when attempting to sync the config archive for one of these devices, it fails. A packet trace reveals the following communications:
- snmpget to the device for the SysUptime (device responds successfully)
then a telnet connection is attempted from Ciscoworks to the device, which fails, and the sync archive job fails.
I understand that Ciscoworks should be sending an snmpset to trigger the TFTP push back to the Ciscoworks server, but I'm not seeing any evidence of this happening.
Sound familiar to anyone?
thanks,
Eric
02-07-2007 06:48 PM
Do you set the SNMP RW access as well? I think you need to have RW access to be able to do it if not using Telnet. Not sure though.
No harm trying to set SNMP RW with access list.
Cheers!
02-09-2007 07:02 AM
Indeed we do have the RW string set as well. What is mainly throwing me off, is that I don't see any attempt from Ciscoworks to do the SNMP set that is to trigger the TFTP push. thx
02-07-2007 07:43 PM
You must make sure you have a read-write community string or an SNMP user with proper read-write access configured in CiscoWorks for SNMP/TFTP to work. However, for IOS switches, RME will attempt to use telnet/SSH to retrieve the vlan.dat configuration from the switch. This is not changeable. Therefore, you can expect to get partial failures on these devices if telnet or SSH is not available. However, if you are running newer versions of IOS in which the VLAN/VTP configuration is in the running config, these errors can be ignored as you aren't using vlan.dat anyway.
02-09-2007 07:32 AM
Our RW community string is set, and unfortunately the config retrieval completely fails. I'm not seeing any evidence of the snmpset to tftpAction object in the Cisco-Stack-MIB which I think would be used to trigger the TFTP.
code is CatOS -
System Boot Image File is 'bootflash:cat6000-sup2k8.7-6-9.bin'
thanks,
Eric
05-10-2007 10:09 AM
Did you get this figured out, I am seeing the same issue.
thanks,
Marcie
05-10-2007 10:14 AM
If you're seeing the exact same issue, the next thing to check would be the protocol order for config fetch under RME > Admin > Config Mgmt. If TFTP is the first protocol, then RME should be using an SNMP SET operation to trigger the transfer.
To debug this further, enable ArchiveMgmt debugging RME > Admin > System Preferences > Loglevel Settings, reproduce the problem, then look at the dcmaservice.log for errors.
05-10-2007 10:22 AM
I am still on RME 3.5....I am not seeing System Preferences?
05-10-2007 10:26 AM
Then this may not be the same problem. Please start a new thread, and include the exact version or RME, switch type and version, and the error you are seeing in the GUI.
05-10-2007 10:28 AM
ok, but can you tell me where to change the logging for now....
05-10-2007 10:31 AM
The logging for config management cannot be changed in the GUI. You have to modify NMSROOT/www/classpath/com/cisco/nm/config/archive/config.properties, set DEBUG_LEVEL to 5, then restart ChangeAudit and JRunProxyServer. The log files will depend on the server OS.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide