Quantcast
Channel: THWACK: Popular Discussions - Kiwi CatTools
Viewing all 21331 articles
Browse latest View live

Backup Device Config for Vyatta

$
0
0

We are looking to backup the configurations of a bunch of Vyatta type routers, same as we do for our Cisco routers.  We went plowing through the custom scripts and device documentation and aren't getting very far.  Since the Device.Backup.Running Config activity can backup different types of devices using different commands, it would appear that in the device would where the "show config" commands would be set up.  However, the Custom.Device.Template.txt.custom "script" has a lot more info that we are looking for and then it appears you have to bind together a main and client activity to the custom device?  We are just looking to have something exactly the same as Device.Backup.Running Config activity that will issue a "show configuration commands" for Vyatta instead of "show running-config" for Cisco.  We don't want to learn a new language to write scripts with and if we did, we wouldn't be paying over $200 per year for maintenance as we would then be writing our own software.

 

Is there a simple way to modify the backup running config activity to be able to work with Vyatta routers?

 

Thanks much

  ---RWR


Did not receive command prompt after connecting via SSH

$
0
0

I am running CatTools 3.9 and am trying to backup the config from a Brocade switch. When I run the Device.Backup.Running.Config script I receive the error "Did not Receive command prompt after connecting via SSH"

I have searched the forums and the CatTools pdf but have been unable to locate an answer for this problem.

Arris E6000 CMTS compare

$
0
0

Hi Guys,

 

Newby Cattools user here, well I've used the free version many years ago now, but I now got the registared version :-)

 

Anyway I've managed to get Cattools to grab and compare configs for 3 Cisco Devices and Motorola CMTS, and i've even got it to grab and compare for my lab Arris E6000 CMTS (by using the Motorola CMTS script.

 

But every time the schedule runs the program detects changes in the E6000 config: -

 

show running-config show running-config 1
2 # ChassisType=<E6000> shelfName=<Arris CER CMTS> shelfSwVersion=<CER_V01.01.00.0135> timeGenerated=<Fri Aug 15 12:10:21 2014> # ChassisType=<E6000> shelfName=<Arris CER CMTS> shelfSwVersion=<CER_V01.01.00.0135> timeGenerated=<Fri Aug 15 12:16:25 2014>2
3 configure configure3
4 banner login banner login

 

How can I stop this? it's config line 2 "# ChassisType=<E6000> shelfName=<Arris CER CMTS> shelfSwVersion=<CER_V01.01.00.0135> timeGenerated=<Fri Aug 15 12:10:21 2014>" and the timeGenerated part that is causing the compare error.

 

Do I need a new script for this device?

 

BTW Arris now own the Motorola CMTS product range.

 

Best regards

Steve.

CISCO WLC 5508 Transfer Upload Start

$
0
0

Whenever i try to run a Device.Backup.TFTP on any of my 5508 wireless LAN controllers i get the following error 'Did not receive expected response to command: transfer upload start' I suspect that this issue is caused by a timeout, as whenever i run this task manually it takes around 2 minutes to complete the TFTP transfer. To overcome this i used the following alternative list of commands:

config paging disable

transfer upload mode tftp

transfer upload datatype config

transfer upload serverip *.*.*.*

transfer upload path /

transfer upload filename %ctDeviceName.txt

%ctUM: Timeout 150

transfer upload start

 

These settings remove the error although cause another problem - it stops cattools from comparing the newly transferred file and the existing file on the disk. The ending result leaves the newly transferred file sitting in the TFTP directory. Does anyone know how to fix this?

Backing up F5 BIGIP UCS archive

$
0
0

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

CatTools and SonicWall 6.2

$
0
0

Trying to get my SonicWall firewall NSA5600 config to back up via CatTools.  Seems that everything I try doesn't work.  It's trying to enter the wrong commands for displaying the current config.

 

Anyone else having these issues?

Cattools failed to connect via SSH to windows server

$
0
0

Hi,

I don't want to spam this forum, but I've spent 5days with troubleshooting without success and I didn't find any related issues on this server.

I tried to make access to windows server via SSH as I found here. But I failed every time with "Failed to determine hostname - no CR or LF".
On windows server is used bitwise winsshd with cisco style command prompt "hostname>" (as described in telnet settings).
I saw successful login on server but due to unknown reason (for me :P ) it finished with error mentioned above.
Captured file is attached.

Thanks a lot in advance

Tom

 

[View:/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.10.62.30/DebugLog_2D00_1_2D00_bg3ts7099.txt]

TFTP server backup config.txt for Cisco 2960s

$
0
0

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?


Change Password for Hirschmann RS20 Switch

$
0
0

I'm trying to write a script to change password's for Hirschmann RS20 Switch.

 

Debug:

<W-16:03:06>users passwd user[13]

<R-16:03:06>u

<R-16:03:06>sers passwd user[13][10][13][10]Enter old password:

<W-16:03:06>public[13]

<R-16:03:06>*

<R-16:03:06>**[13][10][13][10]Incorrect Password![13][10][13][10](egvko1swvis6) (Config)#

 

.... but the password is right.

 

Script:

     ReDim rgMult(5)

   

    rgMult(1) = "Enter old password:"

    rgMult(2) = "Enter new password:"

    rgMult(3) = "Confirm new Password:"

    rgMult(4) = "... irgendwas"

    rgMult(5) = "Incorrect Password!"

   

    cl.Log 4, "SendData '" & sCmd & "'"

    cl.SendData sCmd & vbCr

   

    iRetValPWD = cl.WaitForMultData(rgMult, , COMMAND_TIMEOUT)

    cl.Log 4, "Buffer '" & cl.RxBuffer & "'"

   

    Select Case iRetValPWD

     Case 1, 2, 3, 4

           ' Password accepted - a valid device prompt was received back

           iNumSuccess = iNumSuccess + 1

           iChangePWD = iChangePWD + 1

           cl.Log 4, "SendData ok"

     Case 5

           cl.Log 4, "Incorrect Password!"

           SendCommandsMultiple = False

           Exit Do

     Case Else

           ' Unexpected response received back from device

           cl.Log 4, "Did not receive expected response after sending password"

           iNumErrors = iNumErrors + 1

    End Select

    cl.FlushRxBuffer

Web access

$
0
0

I am having a hard time understanding how i would effectively use this in my environment, based on the limitations of cassini and sql ce.  I am currently processing about 1gb of syslog traffic per *day* and am having issues with severe web access slowness and a size limitation of sql ce. 

I would have expected much more from solarwinds in regard to this product, is this only intended for small companies?, i would really like to see some improvements made in regard to the underlying architecture -

If i already have sql2008 ent. and i'm putting the syslog data there, just pull the data from there for the web access (this is how most data driven web apps work), if i am also already running IIS, just install the web access site there as well.  The user should only have to use sql ce and cassini if they *do not* have any other infrastructure to support the install.

get config command stops at --- more --- paging prompt

$
0
0

Hey guys,

we have the following problem when running Kiwi Cat tool's Device.Backup.Running Config with the command  "get conf" on a Juniper Netscreen Firewall:

It always stops at the end of a page infront of the paging prompt "--- more ---"

debug log:

<W-14:26:41>ssh -2 -l root ip <R-14:26:41>ssh -2  -l root ip<W-14:26:41>[13]<R-14:26:42>[13][13][10]<R-14:26:42>root@ip's  password:  <W-14:26:42>pw[13]<R-14:26:42>[13][10]<R-14:26:43>Remote  Management Console[13][13][10]DE-MAR-GW-001->
================================================================================
WFDRetVal=0. Waiting for: "accept this agreement y/[n]"
WFDBuffer="[13][10]remote management console[13][13][10]de-mar-gw-001-> "
================================================================================
<W-14:26:46>[13]<R-14:26:46>[13][10]<R-14:26:46>[13][13][10]DE-MAR-GW-001->  <W-14:26:46>get conf<R-14:26:46>get  conf<W-14:26:46>[13]<R-14:26:46>[13][10]<R-14:26:47>get  conf[13][13][10]Total Config size 36578:[13][13][10]BEGIN  CONFIG******************************END CONFIG [13][13][10]--- more ---  <W-14:26:47>  <R-14:26:47>
================================================================================
WFMDRetVal=1 Waiting for: "--unknown keyword"
WFMDRetVal=2 Waiting for: "command not completed"
WFMDRetVal=3 Waiting for: "insufficient arguements"
WFMDRetVal=4 Waiting for: "[y]/n"
WFMDRetVal=5 Waiting for: "y/[n]"
WFMDRetVal=6 Waiting for: "--- more --- "
WFMDRetVal=7 Waiting for: "DE-MAR-GW-001->"
WFMDRetVal=8 Waiting for: "DE-MAR-GW-001->"
WFMDRetVal=9 Waiting for: "DE-MAR-GW-001("
WFMDBuffer=" "
================================================================================
<W-14:27:17>exit[13]<D 14:27:17>
<SCRIPT VALUES>
<HOSTNAME="DE-MAR-GW-001">
<PROMPT VTY="DE-MAR-GW-001->">
<PROMPT ENABLE="DE-MAR-GW-001->">
<PROMPT CONFIG="">

Does someone have an idea what could be the problem? It should run, actually, as we have other netscreen firewalls that work fine with the command get conf.

Config:

- Kiwi CatTools 3.3.17 Enterprise (Device.Backup Running Config)

- OS: Windows Server 2003

- Device: Firewall NetScreen SSG5.

I'll highly appreciate getting your quick feedback for resolving this problem.

Thank you in advance,

dash

Kiwi CAT Tools - Bintec/Funkwerk/Teldat Router

$
0
0

Hello,

 

we are using the Kiwi CAT Tools 3.6 to backup Juniper Routers but we have also Bintec/Funkwerk/Teldat routers in use.

Maybe anybody of you have already add this kind of Router and can give me the Script-File please?

 

Regards,

 

SSP Europe

 


No available encryption algorithm

$
0
0

I am receiving the following message from a newly installed Riverbed Router.  Any ideas?

 

2013-10-05 23:15:17 2-Warning 6 Riverbed-Router Failed to connect to Riverbed-Router. Reason: (30044) No available encryption algorithms match with the server.. Will try again.

Cisco IronPort C170 AsyncOS 9.1.0 config backup

$
0
0

Hi there,

 

we have a problem with this setup ->

 

<NEWSESSION CatTools 3.10.0 23.10.2015 15:41:59>

<PROTOCOL=SSH2>

<DEVICE TYPE=IronPort.Security.General>

<ACTIVITY TYPE=Device.Backup.Running Config>

 

This is what gets backed up ->

 

Choose the password option:

1. Mask passwords (Files with masked passwords cannot be loaded using

loadconfig command)

2. Encrypt passwords

3. Plain passwords

[1

 

Now my question. How can I get the tools to choose option 2 and include the output in my backup?

Cattols 3.10 to FortiOS 5.2.5 or 5.4 doesn´t work

$
0
0

Hi,

 

since we upgraded to FortiOS 5.2.5 or 5.4 Cattools gives us the error message "Failed to connect to XXX. Reason: No respone from remote host. Will try again."

If we connect to it with Putty we get a session.

 

Have debugged the SSH from FortiOS but no error messages is shown.

 

The debug in Cattools doesn´t give any errors either:

<NEWSESSION CatTools 3.10.0 2016-01-15 08:41:31>

<PROTOCOL=SSH2>

<DEVICE TYPE=Fortinet.FortiOS.General>

<ACTIVITY TYPE=Device.Backup.Running Config>

<ACTIVITY SCRIPT=D:\Program Files (x86)\CatTools3\Scripts\Client.Device.Backup.Running Config.txt>

<USERS NAME FOR DEVICE=nbo-osd2fw01>

<D 13:48:31>

<SCRIPT VALUES>

<HOSTNAME="">

<PROMPT VTY="">

<PROMPT ENABLE="">

<PROMPT CONFIG="">

 

We have tried all different SSH ciphers but with the same result. When we save the ciphers we can see that it sends it to the FortiOS and that it accept it.

 

Any ideas?

 

Robin


Ignore text in backup

$
0
0

hi,

 

How do i ignore the below lines/text so that the backup doesn't show the difference in running and startup? i am using kiwi catTools 3.10.

!Time: Mon Apr 24 00:02:54 2017 !Time: Tue Apr 25 00:02:50 2017

 

Thanks,

Sridhar

Backup HP V1910 (Legacy 3Com 2928) switch

$
0
0

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

 

 

Licensing error

$
0
0

Hi guys,

 

When I try and run cattools I get this error: "you have too many copies of this program already  running on your system or network. you are licensed for only 1  copy/copies at a time"

The strange thing is, I have no other copies of cattools running anywhere, there are no other users on thsi server, and this server has no internet access and is behind a firewall which blocks comms between servers. So even if there was another copy running it wouldn't be able to see it.

The error is persistent. We did recently migrate onto a new server, which i suspect is where it has corrupted the software. We uninstalled and reinstalled v3.5 and immediately the same error came up. It doesn't even give me the option to input a new license key.

This is really annoying and we are out of maintenance support. Are there some logs I can see that will tell me where cattools thinks it can see another copy running.

SMTP using SSL for CatTools

$
0
0

I am a new user to CatTools and in setting up my installation I am trying get the email alerts working, however we use a hosted exchange solution which requires the SMTP be set to use SSL.  I don't see an option for this, and assume it is not possible in CatTools.  Is there a work around?

The error I get is when trying test the email.  I get an error saying "Error sending test message via primary server:  connection to the server closed unexpectedly."

HP Procurve configuration backup using SSH problem

$
0
0

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

Viewing all 21331 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>