I am receiving catool error as "Failed to download device config".
Need your help inorder to resolve it asasp.
Thanks
Atul
I am receiving catool error as "Failed to download device config".
Need your help inorder to resolve it asasp.
Thanks
Atul
Does anybody know if there is a way to backup the UCS archive on the BIGIP's, I think the current template in CatTools only backs up the config file. You really need the UCS archive to be able to restore devices properly.
Many thanks
Mark
Hi,
I'm currently evaluating Kiwi Cattools using the freeware edition.
I want to test SMTP email alert so I configured my SMTP server/port and email address.
However, if I try to send a test email, it tells me
"Mail error: Unable to connect to XXXXX:"
On the same PC, I can send an email through SMTP with Outlook. Even if I monitor the network traffic, I can't see anything happening on port 25.
What should I check? Is the freeware edition supposed to be able to send SMTP email?
Thanks a lot!
Hello,
We have an HP Procurve J4903A Switch 2824 and it is integrated with RADIUS Server for authentication.
We are using Cat Tools 3.4 demo version and tried to configure the switch for configuraton backup using Method SSH2.
And using Device.Backup.Running Config Type and SSH Username/Password are supplied. When Run the backup it shows the errors:
"Did not receive expected prompt when entering enable mode", and "Aborting: Unable to enter enable mode".
Do anybody faced this issue with SSH? Please help me to solve this problem.
Regards,
Achu
I am trying to backup this switch using the Device.CLI.Send activity. Here is what I am trying to send:
Login authentication Username:xxxx
Password:
<Raben Tire IT Switch>_cmdline-mode on
All commands can be displayed and executed. Continue? [Y/N]y
Please input password:******
Warning: Now you enter an all-command mode for developer's testing, some commands may affect operation by wrong use, please carefully use it with our engineer's direction.
<Raben Tire IT Switch>backup startup-configuration to 10.21.1.13
Backup next startup-configuration file to 10.21.1.13, please wait...
finished!
<Raben Tire IT Switch>quit
I get to the input of the password and get a syntax error. Since I get a syntax error there, the rest of the script never runs, it also gets a syntax error. How do I input a password at that point?
Thanks,
Jeff
Hi!
I'm trying to backup the config of our new HP (H3C) Switches (5120, 5800, 10500). The script I created out of the Custom.Template is not working. The prompt of the switches is "<SWITCHNAME>", not "SWITCHNAME>" as in Ciscos IOS. So the script returns the error "Did not receive expected prompt when entering Enable mode".
Has anybody managed to create a script that works with the HP H3C switches?
Regards, lls71
Hi
I am trying to use
kiwi cattools v3.5 - trying to backup cisco wireless lan controller wlc using Device.TFTP.Upload.Config
i can sucesfully logon and issue command ; eg a show tech using the send commands
i can also issue a transfer upload start script
what i really want though is to do a - device backup TFTP so that the script is correcly archive...
when i run this i get the follwoing error...
Client script error : Variable is undefined:'TFTPReportInfo' on line: 1472
does anyone know what the problem (and solution!) might be please?
thanks
dave
Can CatTools be used to provide a daily email of multiple switches only if they either have ports without port-security or don't have the proper number of MAC's assigned? For example, on a Cisco switch we use port security however some ports may have had it turned off for some reason.
Another possibility is a computer/user is moved from one office to another. If port security is on then the MAC will be recognized as being on another port so will err-disable the new location. A tech either uses the third party switch management program or even logs into the switch and does a "no" on the line for the old port resulting in leaving that port open to a rouge device.
I have been asked by our examiner/audit to get a email report that we can use to correct this on a daily basis. I have CatTools doing a backup of all configurations nightly so I do have text files however I can't find a program/script that can look and alert on lines that should be there but are not.
Please feel free to ask questions if this isn't clear or more information is needed.
Thank you
Hi all
can you please help me with the attached debug file
i am using kiwi cattools V3.10.0 and entered the AAA username and AAA password only
Hi,
I'm setting up backup for a Cisco 3850x switch. Cattool responded "Failed
to connect to 192.168.10.10. Reason: (30012) Protocol version mismatch error..
Giving up after 3 connection attempts.
Would you know what's the exact issue here?
When i use cattools to access my HP Procurve 2626 and 2650 Swiches, I get failures being caused by a inital login line that is not accounted for in the Cattools configuration. When you log into the switches you get a splash screen that says press any key to continue and then you get the login screen. HOw can I create a script to enter a character and wait so that Cattools can login correctly? I ahve been told the splash screen can not be disabled. So when telnetting to the switch the 1st screen is not the username prompt.
Hi
I have managed to get a full back of a Fortigate firewall working using TFTP and I thought I would share how I did it with the community.
We have a pair of Fortigates 3600C and we run multiple VDOMs on these, this meant the default script withing Cattools didn't work for us. We also require a keystroke before logging in as well. All this meant I had to use a combination of variations and also the TFTP backup method.
Variations configuration
DEVICE_USERNAMEPROMPT = "login as:"
DEVICE_PASSWORDPROMPT = "password:"
DEVICE_STANDARDPROMPT = "#"
DEVICE_PRIVILEGEDPROMPT = "#"
DEVICE_CONFIGPROMPT = "(global) #"
COMMAND_ENTERCONFIG = "configure global"
COMMAND_EXITCONFIG = "end"
PRE_LOGIN_MESSAGE = "(Press 'a' to accept):"
PRE_LOGIN_KEYSTROKE = "a"
TFTP activity configuration
%ctUM: Timeout 100
%ctUM: EchoOff
config global
%ctUM: EchoOff
execute backup config tftp %ctDeviceName-Running-Config <input your IP Address>
%ctUM: EchoOff
F:\CatTools2\Configs\%GroupName%\Config.Current.Running.%BaseFile%.txt
F:\CatTools2\Configs\Archives\%GroupName%\Config.Dated.Running.%BaseFile%.%DateISO%-%TimeHHMM%.txt
Now run the activity to check it all works. What you will find is there is about a 5 minute delay where it shows as a busy task. Be patient as it will finish. I would recommend running this task outside of any other backups as it does take a bit longer than others.
Hope this helps others getting this working.
EDIT
I have updated this to change from using the command "execute backup full-config" to use "execute backup config". This is because we had an issue recently where we were unable to restore the backup taking using the "execute backup full-config" command.
Fortinet recommend using the "execute backup config" command as this just restores the configuration that has been changed.
I have now tested this on our lab device and I was able to restore the configuration successfully.
Cheers
Jay
Message was edited by: Jaybed --
I'm having problems with the delimiter being used in the Device.Update.Banner activity, from logs I see that it uses " ` " as the character (apostrophe). Some of my Cisco devices have a problem with that character as the delimiter and return a Syntax Error. I've been poking around to find a way to change the value to " $ " instead, I've used this in the past and have never come across an issue. Does anyone have an Idea as to how I can change what is being used for the delimiter?
Hey guys... I have a pair of Ubiquiti NanoBridge M5's that I use for a wireless bridge. I currently use CatTools to backup my switches, routers, and firewalls. I would like to backup the config of these M5's too... however, I have not been able to find a good script to make it work. Has anyone had any experience with backing these up? I believe they are DD-WRT based, so we may be able to use that as a place to start...
I'm backing up about 15 Cisco devices using Kiwi CatTools. It's working perfectly for all of them except the two Firewall Services Modules (FWSM) and the two ASAs. I get the warning "Failed to enter enable mode" in the Info Log. I've verified, though, that I can login to the devices successfully from the server that runs CatTools.
I'm using the following settings:
Connect via: Direct connect
Method: SSH2
Port: 22
AAA Username
AAA Password
Initial login requires username/password
Enable mode uses AAA username/password fields
These settings work for the other devices but not the FWSM and ASA. Any suggestions?
Thanks!
Dear Sir
I am new to KIWIcat tool, first time I have installed this tool to integarate with cisco asa for backup purpose. We manage around 100 cisco asa firewall and used to take manual backup. So we want to convert this process automatically with the help of kiwicat tool. However I am getting error message while take backup through tool which is listed below.
Reason (30012) Protocol version mismatch error.. Giving up after 3 connection attempts"
Could you please let me know if I have wrongly configured this or having this error due to any other reason.
Version of tool is 3.6.0 which I believe is latest one.
Please let me know if you require any other information to dig out the problem.
Thanks in advance
Hello,
We have an HP Procurve J4903A Switch 2824 and it is integrated with RADIUS Server for authentication.
We are using Cat Tools 3.4 demo version and tried to configure the switch for configuraton backup using Method SSH2.
And using Device.Backup.Running Config Type and SSH Username/Password are supplied. When Run the backup it shows the errors:
"Did not receive expected prompt when entering enable mode", and "Aborting: Unable to enter enable mode".
Do anybody faced this issue with SSH? Please help me to solve this problem.
Regards,
Achu
Hardware: Cisco WRT54GL v1.1 with DD-WRT firmware dd-wrt.v24_std_generic.bin. SNMP enabled on the router and I can successfully telnet into the router using PuTTY.
CatTools Device Information:
Device Type: Cisco.Router.General
Group: Default
Name: Cisco Router 1
Host Address: 192.168.1.1
File Name: Cisco_Router_1
Model: Other
Connect via: Direct connect
Method: Telnet
Port: 23
Problem: I need away to control a variety of routers (the WRT54GL is one of them) in a lab environment changing their SSID, encryption scheme et al. Solarwinds Kiwi CatTools was recommended as a potential solution. The notion being control the router via CLI commands or a series of custom configurations. When evaluating the product I tried performing the Device.Backup.Running Config operation. I continually get the error "Failed to receive 'Current configuration' line in device config file". I reveice the same error when running Device.Backup.TFTP
I am a bit new to this. Is there something obvious I've missed?
Below is a copy of my last InfoLog.txt. Please advise.
2014-03-19 10:27:00 3-Info 0 CatTools Service Performing activity - Run Now
2014-03-19 10:27:00 3-Info 0 CatTools Service Loading activity: Device.Backup.Running Config. Schd: 0
2014-03-19 10:27:01 4-Debug 0 CatTools Service Marshaller - Running script. Device: Cisco Router 1
2014-03-19 10:27:02 4-Debug 1 Cisco Router 1 Connected to 192.168.1.1
2014-03-19 10:27:02 4-Debug 1 Cisco Router 1 Login CiscoRouter: Cisco Router 1
2014-03-19 10:27:02 4-Debug 1 Cisco Router 1 Login to Cisco Router 1 was successful
2014-03-19 10:27:02 4-Debug 1 Cisco Router 1 DeviceHostnameID: root@DD-WRT:~
2014-03-19 10:27:02 4-Debug 1 Cisco Router 1 Waiting for an echo of enable command
2014-03-19 10:27:03 4-Debug 1 Cisco Router 1 Waiting for enter enable password prompt
2014-03-19 10:27:03 4-Debug 1 Cisco Router 1 Already in enable mode, or no password was set.
2014-03-19 10:27:03 4-Debug 1 Cisco Router 1 Waiting for an echo of term no mon command
2014-03-19 10:27:03 4-Debug 1 Cisco Router 1 Waiting for an echo of term len 0 command
2014-03-19 10:27:03 4-Debug 1 Cisco Router 1 Waiting for an echo of show running command
2014-03-19 10:27:03 4-Debug 1 Cisco Router 1 Waiting for configuration data
2014-03-19 10:30:03 1-Error 1 Cisco Router 1 Failed to receive 'Current configuration' line in device config file
2014-03-19 10:30:03 3-Info 1 Cisco Router 1 Backup Running Config results: Failed to receive 'Current configuration' line in device config file
2014-03-19 10:30:03 4-Debug 1 Cisco Router 1 Disconnecting from Cisco Router 1
2014-03-19 10:30:04 4-Debug 1 Cisco Router 1 Disconnected from 192.168.1.1
2014-03-19 10:30:04 3-Info 0 CatTools Service Stopping Activity.
2014-03-19 10:30:04 3-Info 0 CatTools Service All threads have finished. Now processing results...
2014-03-19 10:30:04 3-Info 0 CatTools Service No devices have changed. Not sending report via e-mail
Info 0 CatTools Service Run Now activity has completed
Hi,
I'm new to using CAT tools Enterprise v. 3.7. I have a Cisco 2960S switch that I need to backup the config on it via TFTP. Curious, if I run the script "Device.Backup.RunningConfig", will it cause any interruption to service on the switch? Also, once the config is backed up, how do I take that config and copy to another switch?
Hi my friends,
I am running Cattools version 3.6.0, now I am trying to backup the running configuration a HP Procurve 2530 switch. I have tried to enter some combinations of values under the "Passwords" and "Prompts" tab, but always prompted error messages. Can someone show me what value should I set under "Passwords" and "Prompts" tabs? Below I will show you how I telnet to this switch via command prompt. Thanks in advance!
From command prompt, I key in telnet 10.x.x.x, then press enter, then I see below page
I key in manager, and press enter, then I am prompted to enter password.
I enter password, and then press enter, I successfully enter privilege mode