03-02-2009 01:31 AM
Hi,
We have around 200 devices. Out of which 14 devices are saying partially successfull. The running & startup config are successfull only vlan config archive is failed. There is no error code only its saying telnet failed & other transport protocol failed.
These devices are our distribution switches & routers. There are many vlans available on these devices as well.
Pls guide if it is possible to make the config archive successfull.
Thanks
Sachi
03-02-2009 07:48 AM
In order for RME to fetch the vlan.dat, it must be able to log in to the devices via telnet or SSH. It then executes a copy flash:vlan.dat tftp: to copy the vlan.dat file back to the RME server. Therefore, TFTP must also be allowed from device to server.
If you have any 3800 routers reporting failures for vlan.dat, then you are seeing bug CSCsq66458. A patch is available from the TAC for RME 4.0.6 and 4.1.1.
03-02-2009 11:02 AM
Hi Joe,
Thanks for your response. Actually all the devices are enabled for SSH access only so all are accessible via SSH. TFTP is allowed from device to server. There are 14 devices out of which 12 are 6500s.
RME is 4.2(LMS 3.1)
So as per you all the conditions are met.
Thanks
Sachi
03-02-2009 11:04 AM
Enable ArchiveMgmt Service debugging under RME > Admin > System Preferences > Application Loglevel Settings, perform a sync archive operation against ONE failing switch, then post the dcmaservice.log.
03-04-2009 01:00 PM
03-04-2009 03:14 PM
The vlan.dat cannot be TFTP'd back to the RME server. RME is able to login to the switch, but when it tries to copy the vlan.dat file, it gets a timeout:
copy const_nvram:vlan.dat tftp:'):
{
Address or name of remote host []? 86.36.71.22
Destination filename [vlan.dat]? 20090304130701937-10.10.0.1.cfg
.....
%Error opening tftp://86.36.71.22/20090304130701937-10.10.0.1.cfg (Timed out)
RITS01DIS1#}
You need to make sure UDP port 69 as well as all ephemeral UDP ports are open between device and server in order to fetch the vlan.dat.
03-09-2009 05:14 AM
The problem is, archiving is successfull for 182 devices out of 196. Only 14 devices are partially successful (distribution switches/2800 routers also configured as seed devices).
If the UDP port 69 is a problem it could have problem for all the devices. But how all other devices are successful.
03-09-2009 09:22 AM
The other devices must have been on different networks where TFTP was allowed.
The best thing you can do to rule out RME as the problem is to try and manually copy the vlan.dat from these failing switches to the RME server. Create an empty vlan.dat in the tftpboot directory on the RME server, then try the command that RME is using:
copy const_nvram:vlan.dat tftp:
As for 2800 routers, this should not be happening. Are you sure you're not seeing this for 3800 series routers? If so, that is a known bug: CSCsq66458. A patch is available from the TAC.
03-09-2009 09:27 AM
There is no 3800 router.
I will try manually coping vlan.dat & let you know.
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