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

Did not receive VTY entry prompt from HP

$
0
0

Hi

I am new to Cattools

I am trying to backup configuration on my HP ProCurve switchs (mainly 2510 and 2626)

I got "Did not receive VTY entry prompt from HP" when trying to do Device.Backup.Running.Config.

The switch is default configured with no password.

Debug log

--------------------


<NEWSESSION CatTools 3.5.0 10-11-2010 13:39:14>
<PROTOCOL=Telnet>
<DEVICE TYPE=HP.Switch.2500>
<ACTIVITY TYPE=Device.Backup.Running Config>
<ACTIVITY SCRIPT=C:\Program Files (x86)\CatTools3\Scripts\Client.Device.Backup.Running Config.txt>
<USERS NAME FOR DEVICE=SW12>
<C OK 13:39:14><R-13:39:14>[27][2J[27][?7l[27][3;23r[27][?6l[27][1;1H[27][?25l[27][1;1HProCurve J9279A Switch 2510G-24[13][10][13]Software revision Y.11.16[13][10][13][13][10][13]Copyright (C) 1991-2009 Hewlett-Packard Co.  All Rights Reserved.[10][13][10][13]                           RESTRICTED RIGHTS LEGEND[10][13][10][13] Use, duplication, or disclosure by the Government is subject to restrictions[10][13] as set forth in subdivision (b) (3) (ii) of the Rights in Technical Data and[10][13] Computer Software clause at 52.227-7013.[10][13][10][13]         HEWLETT-PACKARD COMPANY, 3000 Hanover St., Palo Alto, CA 94303[10][13][10][13]We'd like to keep you up to date about:[10][13]  * Software feature updates[10][13]  * New product announcements[10][13]  * Special events[10][13][10][13]Please register your products now at:  www.ProCurve.com[10][13][10][13][10][13][27][1;24r[27][1;1H
================================================================================
WFMDRetVal=1 Waiting for: "ress any key to continue"
WFMDRetVal=2 Waiting for: "Password required, but none set"
WFMDRetVal=3 Waiting for: "Password:"
WFMDRetVal=4 Waiting for: "Username:"
WFMDBuffer="[27][2j[27][?7l[27][3;23r[27][?6l[27][1;1h[27][?25l[27][1;1hprocurve j9279a switch 2510g-24[13][10][13]software revision y.11.16[13][10][13][13][10][13]copyright (c) 1991-2009 hewlett-packard co.  all rights reserved.[10][13][10][13]                           restricted rights legend[10][13][10][13] use, duplication, or disclosure by the government is subject to restrictions[10][13] as set forth in subdivision (b) (3) (ii) of the rights in technical data and[10][13] computer software clause at 52.227-7013.[10][13][10][13]         hewlett-packard company, 3000 hanover st., palo alto, ca 94303[10][13][10][13]we'd like to keep you up to date about:[10][13]  * software feature updates[10][13]  * new product announcements[10][13]  * special events[10][13][10][13]please register your products now at:  www.procurve.com[10][13][10][13][10][13][27][1;24r[27][1;1h"
================================================================================


Error while unpacking program, code LP5. Please report to author.

$
0
0

Kiwi Cattools is stopping after trying to execute it.  Error windows pops up with message: "Error while unpacking program, code LP5. Please report to author."

Tried to unistall and reinstall the product (Kiwi CatTools 3.4.0) without success.  CatTools has been running since years without any problems, until now.  Probably some other recently (automatic) installed application or service is the cause, but I am not able to identify; I have installed nothing new for the last weeks.

Any help or advise is appreciated... thanks

Fortinet backup to tftp: not able to overwrite existing file

$
0
0

Hello everybody.

I've set up tftp backups of some of my Fortigate firewalls. The first backup runs OK, but the subsequent ones will fail because of "Error code 2: Access violation". I've played a bit with it and it seems that it cannot overwrite the already existing backup file in the TFTP folder.

Anybody knows how to solve this?

The Kiwi CatTools Service is run by "Local System account".

Any help will be appreciated.

Thanks and regards,

F.

Fortinet Fortigate Backups via TFTP

$
0
0

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

 

  • Add your devices using the "Generic.Device" type, this will allow you to use "Variations"
  • Give them a group name - it is well worth using the same group name for all Fortinets as this will allow you to apply the same variations to all devices within that "Group"
  • Fill in the rest of the device info and passwords as you would do normally
  • Go to the "variations" tab and click "use variations"
  • Go to the "prompts" tab and fill in the information as shown in the "qoutes":-

DEVICE_USERNAMEPROMPT = "login as:"

DEVICE_PASSWORDPROMPT = "password:"

DEVICE_STANDARDPROMPT = "#"

DEVICE_PRIVILEGEDPROMPT = "#"

DEVICE_CONFIGPROMPT = "(global) #"

  • Go to the "additional commands" tab and fill in the information as shown in the "qoutes":-

COMMAND_ENTERCONFIG = "configure global"

COMMAND_EXITCONFIG = "end"

  • Go to the "pre/post login" tab and fill in the information as shown in the "qoutes":-
  • NOTE: you may not need to do this if you aren't asking for a pre login key stroke.

PRE_LOGIN_MESSAGE = "(Press 'a' to accept):"

PRE_LOGIN_KEYSTROKE = "a"

  • Then click on the "group save" button as this will then save the changes to the group you specified. This will allow you to add more devices to this group and it will pre-populate the variations for you. This saves a lot of work in the future.

 

 

TFTP activity configuration

 

  • Go to activities and click add
  • Set Type to "Device.Backup.TFTP"
  • Fill in name and description
  • Set schedule under the time tab
  • Add your devices
  • Go to "Options" tab
  • Untick the "file to write to tftp server"
  • Untick the "enter commands in enable mode"
  • In the "optional alternative list of commands" section input the following:-

%ctUM: Timeout 100

%ctUM: EchoOff

config global

%ctUM: EchoOff

execute backup config tftp %ctDeviceName-Running-Config <input your IP Address>

%ctUM: EchoOff

  • If your not using the default file locations don't forget to change them, I got caught out on this. Mine look like:-

F:\CatTools2\Configs\%GroupName%\Config.Current.Running.%BaseFile%.txt

F:\CatTools2\Configs\Archives\%GroupName%\Config.Dated.Running.%BaseFile%.%DateISO%-%TimeHHMM%.txt

  • Click ok to save

 

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 --

Cisco file copy with SCP issues with CatTools

$
0
0

We upload files to Cisco 2811's by use of SCP.

When uploading files, you can get a variable number of prompts depending on whether or not the file exists and you get password prompts in the middle of the copy from the server you are connecting from:

# on upload
#
#   if file not already on Cisco (2 prompts: enter, "password")

#       swt.024515#
#       swt.024515#copy scp://smdr@172.21.94.9/requests/uploads/cta.txt flash:cta.txt
#       Destination filename [cta.txt]?
#        Ubuntu 7.10
#
#       Password:
#       Sending file modes: C0766 26 cta.txt
#       !
#       26 bytes copied in 7.696 secs (3 bytes/sec)
#       swt.024515#

 

#   if file already on Cisco (3 prompts: enter, enter "password")

#       swt.024515#
#       swt.024515#copy scp://smdr@172.21.94.9/requests/uploads/cta.txt flash:cta.txt
#       Destination filename [cta.txt]?
#       %Warning:There is a file already existing with this name
#       Do you want to over write? [confirm]
#       Ubuntu 7.10
#
#       Password:
#       Sending file modes: C0766 26 cta.txt
#       !
#       26 bytes copied in 5.460 secs (5 bytes/sec)

#       swt.024515#

Will CatTools support (someday) the ability to handle situations like this without script tweaking?  Note that the [confirm] prompt is different from the filename prompt [cta.txt]? (and this prompt changes based on the filename) and the Password: prompt in the middle of the command (due to connecting via SSH to the server)

I've looked at Kiwi CatTools and it does everything we want except for the ability to handle the file copy commands from Device.CLI.Send commands.

Basically there needs to be an open-ended ability to build a list of custom prompt/responses:

"If you see {string or regexp} then send {some sting}" that operates after a command is sent before advancing to the next command.These should not be required but optional (if they happen, send the commands but don't wait for them or treat lack of a match as an error)

Something like this in the list of commands:

copy scp://smdr@172.21.94.9/requests/uploads/cta.txt flash:cta.txt

$KIWI$ /[.*]\s*\?*/ "\n"

$KIWI$ "Password:" "mypass"

show run

...

Where the $KIWI$ are statements that the CLI.Send commands sees and uses to build on-the-fly custom prompt/answers that may or may not happen after the previous command has been sent. They would be cleared internally when the next real prompt is reached before the next command is sent.

TFTP not happening

$
0
0
Hi,

I have configured my routers and FW in Kiwi act tools to take backup of run-config to TFTP. I am getting the below error message.

copy running tftp
Address or name of remote host []?
172.1.1.20
Destination filename [bb02-confg]?
Core_Switches/BB02.cfg
TFTP: error code 2 received - 16739

%Error opening tftp://172.1.1.20/Core_Switches/BB02.cfg (Permission denied)
BB02#


Thanks,
Sridhar

TFTP error backing up IOS images

$
0
0

I set up Cattools back in January to pull running configs and IOS images from all of my routers.  Some time in the first week of April, the IOS downloads started erroring.  The running configs are backing up correctly.

It is erroring out trying to write to the target file

For example, I have a router named BSN2811.  When I run the activity to back it up I am getting:

The following command caused an error:\bsn\c2800nm-ipbase-mz.124-3i.bin

If I console on that router and run the commands, I get:

TFTP: error code 4 received - 21608

Any ideas?  I have restarted the Cattools Service several times, and disabled the firewall on the server.

Cisco 6248 device backups

$
0
0

Has anyone been able to create a device template to properly backup a Cisco UCS 6200 series fabric interconnect with CatTools?  There seems to be some threads about using NCM, but not for CatTools.

 

I was wanting to look at how the "Cisco.MDS.Fibre" script is done, but alas - these are encrypted, and I cant see anything useful.


Cisco ASR1002 Device.Backup.Running Config fails

$
0
0

Trying to backup running configs on our Cisco ASR routers and get the following error in the log:

 

"Did not receive command prompt after connecting via SSH"

 

I am able to connect to the ASR router via SSH client from the KiwiCattools server with no issues with the same username and password im using in the device config in kiwi cattools. I put the kiwi cattools in debug mode and included the output below:

 

<NEWSESSION Kiwi CatTools 3.4.0 6/8/2010 10:30:40 AM>

<PROTOCOL=SSH2>

<DEVICE TYPE=Cisco.Router.General>

<ACTIVITY TYPE=Device.Backup.Running Config>

<ACTIVITY SCRIPT=C:\Program Files\CatTools3\Scripts\Client.Device.Backup.Running Config.txt>

<USERS NAME FOR DEVICE=rt-gw-01.prod.ch3>

<C OK 10:30:40 AM><R-10:30:40 AM>[13][10]*****************************************************************[13][10]*                        --- WARNING ---                        *[13][10]* This is a private computer system.  Use of this system is for *[13][10]* Sears personnel only. This system and the associated network  *[13][10]* systems are monitored. Any information that is gathered       *[13][10]* during the monitoring process may be turned over to law       *[13][10]* enforcement for use in prosecution and can be used for civil  *[13][10]* penalties.  By logging into this system, you are giving       *[13][10]* consent to being monitored and have no explicit or implicit   *[13][10]* expectation of privacy.                                       *[13][10]*                                                               *[13][10]*   LOG OFF IMMEDIATELY if you do not agree to the conditions.  *[13][10]*                                                               *[13][10]*****************************************************************[13][10]<R-10:30:45 AM>% Authorization failed.[13][10]<D 10:30:47 AM>

<SCRIPT VALUES>

<HOSTNAME="">

<PROMPT VTY="">

<PROMPT ENABLE="">

<PROMPT CONFIG="">

 

 

================================================================================

WFMDRetVal=1 Waiting for: ">"

WFMDRetVal=2 Waiting for: "#"

WFMDRetVal=3 Waiting for: "Username:"

WFMDRetVal=4 Waiting for: "Password:"

WFMDBuffer="[13][10]*****************************************************************[13][10]*                        --- warning ---                        *[13][10]* this is a private computer system.  use of this system is for *[13][10]* sears personnel only. this system and the associated network  *[13][10]* systems are monitored. any information that is gathered       *[13][10]* during the monitoring process may be turned over to law       *[13][10]* enforcement for use in prosecution and can be used for civil  *[13][10]* penalties.  by logging into this system, you are giving       *[13][10]* consent to being monitored and have no explicit or implicit   *[13][10]* expectation of privacy.                                       *[13][10]*                                                               *[13][10]*   log off immediately if you do not agree to the conditions.  *[13][10]*                                                               *[13][10]*****************************************************************[13][10]% authorization failed.[13][10]"

================================================================================

 

What do I need to change in order to get this working properly. All other Cisco devices are working as planned accept these routers. 

Connect failed:30002:Please set your login for selected protocol.

$
0
0

Hi,

 

I am trying to backup my cisco 3925 router using kiwi cattools. Till yesterday it was working with telnet. I have disabled telnet and enabled SSH. I am able to connect to the router using the credentials used in the device properties, but when i try to backup using the kiwi software i am getting the below error. tried changing the SSH ver to 1 with no luck.

Error: Connect failed:30002:Please set your login for selected protocol.

Thanks,

Sridhar

Enable Mode Fails on Cisco router

$
0
0

Hi ,

 

I am new to Kiwi tools . I am not able to take  the backup of  my cisco router using Kiwi .  I am getting the error message like "enable mode failed" . I have tried to capture the error but when I checkd the Debug folder it was empty  .

I am using a TACACS Login .  and seprate password for enable prompt

Login look like as follows

Username: test.1985
Password:******

TEST-Cisco-7206>enable
Password:*******
TEST-Cisco-7206#

your help for solve this issue will be highly appreciate

 

Regards

Vineeth

Fortigate With Vdom backup is not happening

$
0
0

Hi All ,

 

I am not able to take the backup of Fortigate  which has configured on VDOM environment .

Some Fortigate's I am able to take but Vdom configuration's are missing from the Backup .

Did any one faced this issues and what was the solutions you found on Kiwi Cat tools

 

Please help thanks in advance

 

Regards

Vineeth

F5 UCS Backup

$
0
0

Hi there,

 

I'd like an example of a Kiwi cattools activity script to make a UCS backup of a F5 device.

 

Best,

 

Erik

Password update in cattools database for specific user.

$
0
0

Hello.

I have problem with mass expired password update in cattools database. I have about 1500 devices and different credentials in about 20% of them.

How to do mass password update only for specific user?

 

Only thing that comes to my mind is select by hand devices where is that user with expired pasword, but this is not elegant solution (in addition I have to do it every 30 days of password expiration).

Bulk Modifications to the Cat Tools DB

$
0
0

My organization is in the process of upgrading all of our remote routers - we swap out approximately 20 a week.  This swap out includes a hardware refresh as well as a subnet change - so nothing is really the same.  I have written a powershell script to compare 2 files (existing cat tools export-device.txt and spreadsheet we are tracking new installs), and it generates an export-device.txt file to import into cat tools.  However, when I do this I lose all of my activities.  So far I have had to start an entirely new db with my import.  I am thinking there has to be a better way.

 

Any one else have any experience with this?

Thanks,

sb


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

Did not receive expected response to command: show running-config

$
0
0

I have a question, I have 2 Cisco WiSM  (Cisco 6500 blade) that I am trying to use Cat tools to backup the config files on a regular schedule. I have run into the following error when trying to run the activity:  "Did not receive expected response to command: configshow" and then Cat tools disconnects from the switch. I used telnet to issue the show running-config command and what I noticed is right after the show running-config command is issued the switch prompts with: "Press Enter to continue or <CTRL-Z> to abort"  or "--More-- or (q)uit " and sits there until there is user intervension. How can I automate the CR to continue command so I can use Cattools to pull the configuration of these switches? Any help would be greatly appreciated.

Thanks

Fail to connect

$
0
0

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?

 

 

 

Scheduled archive task error

$
0
0

Hello- The following error is logged when trying to manually run an archive task:

 

"Task engine aborted with error: Object variable or With block variable not set [Syslogd_TaskEngine.exe 2.5.153] (91) Kiwi Syslog Server - Scheduled Archive Task Report - Daily schedule Main() [Line:60]"

 

When I try to manually run, I get the above error in a pop-up, then when I close it I get another pop-up which states "The scheduled task is being executed. A dialog will notify you when the scheduled task has completed...."

 

I have tried restarting the Syslogd service; restarting the server; stopping service, manually moving SyslogCatchAll.txt, then restarting service

 

Kiwi Syslog version 9.2.1 running on XP SP3

 

Any ideas?

 

Thanx

-michael

Failed to download device config -Cisco 2921

$
0
0

I am trying to take device.backup.running config but fail and give error message failed to download device config- Cisco 2921

 

 


<NEWSESSION CatTools 3.6.0 15/12/2011 10:34:18 AM>
<PROTOCOL=Telnet>
<DEVICE TYPE=Cisco.Router.General>
<ACTIVITY TYPE=Device.Backup.Running Config>
<ACTIVITY SCRIPT=C:\Program Files (x86)\CatTools3\Scripts\Client.Device.Backup.Running Config.txt>
<USERS NAME FOR DEVICE=diconqyatr01c29>
<C OK 10:34:18 AM><R-10:34:21 AM>[13][10] ******************************************************************************** [13][10] *      Access to this computer system is limited to authorised users only.     * [13][10] *      Unauthorised users may be subject to prosecution under the Crimes       * [13][10] *                          Act or State legislation                            * [13][10] *                                                                              * [13][10] *         Please note, ALL CUSTOMER DETAILS are confidential and must          * [13][10] *                           not be disclosed.                                  * [13][10] ******************************************************************************** [13][10][13][10][13][10][13][10][13][10]User Access Verification (ISP V1)[13][10][13][10]Username: <W-10:34:21 AM>sdorney[13]<R-10:34:21 AM>sdorney<R-10:34:21 AM>[13][10]Password: <W-10:34:21 AM>W9pqMep2[13]<R-10:34:22 AM>[13][10]Signon successful.[13][10]Signon successful.[13][10][13][10]diconqyatr01c29#<W-10:34:22 AM>[13]<R-10:34:22 AM>[13][10]diconqyatr01c29#<W-10:34:22 AM>enable<R-10:34:22 AM>enable<W-10:34:23 AM>[13]<R-10:34:23 AM>[13][10]diconqyatr01c29#<W-10:34:23 AM>term no mon<R-10:34:23 AM>term no mon<W-10:34:23 AM>[13]<R-10:34:23 AM>[13][10]<R-10:34:23 AM>Command authorization failed.[13][10][13][10]diconqyatr01c29#<W-10:34:23 AM>term len 0<R-10:34:23 AM>term len 0<W-10:34:23 AM>[13]<R-10:34:24 AM>[13][10]<R-10:34:25 AM>Command authorization failed.[13][10][13][10]diconqyatr01c29#<W-10:34:25 AM>show running<R-10:34:25 AM>show running<W-10:34:25 AM>[13]<R-10:34:25 AM>[13][10]<R-10:34:26 AM>Building configuration...[13][10]<R-10:34:26 AM>[13][10]Current configuration : 10630 bytes[13][10]![13][10]! No configuration change since last restart[13][10]! NVRAM config last updated at 23:37:01 UTC Wed Dec 14 2011[13][10]![13][10]version 15.0[13][10]service nagle[13][10]no service pad[13][10]service tcp-keepalives-in[13][10]service tcp-keepalives-out[13][10]service timestamps debug datetime msec show-timezone[13][10]service timestamps log datetime msec show-timezone[13][10]service password-encryption[13][10]service compress-config[13][10]![13][10]hostname diconqyatr01c29[13][10]![13][10]boot-start-marker[13][10]boot-end-marker[13][10]![13][10]logging buffered 16000[13][10]no logging console[13][10] --More--
================================================================================
WFMDRetVal=1 Waiting for: "[13][10]diconqyatr01c29#"
WFMDRetVal=2 Waiting for: "[10][00]diconqyatr01c29#"
WFMDRetVal=3 Waiting for: "[13][00]diconqyatr01c29#"
WFMDRetVal=4 Waiting for: "[10]diconqyatr01c29#"
WFMDRetVal=5 Waiting for: "[13]diconqyatr01c29#"
WFMDBuffer="current configuration : 10630 bytes[13][10]![13][10]! no configuration change since last restart[13][10]! nvram config last updated at 23:37:01 utc wed dec 14 2011[13][10]![13][10]version 15.0[13][10]service nagle[13][10]no service pad[13][10]service tcp-keepalives-in[13][10]service tcp-keepalives-out[13][10]service timestamps debug datetime msec show-timezone[13][10]service timestamps log datetime msec show-timezone[13][10]service password-encryption[13][10]service compress-config[13][10]![13][10]hostname diconqyatr01c29[13][10]![13][10]boot-start-marker[13][10]boot-end-marker[13][10]![13][10]logging buffered 16000[13][10]no logging console[13][10] --more-- "
================================================================================
<W-10:40:26 AM>[13]<R-10:40:26 AM>[08][08][08][08][08][08][08][08][08]        [08][08][08][08][08][08][08][08][08]enable secret 5 $1$uGpo$gGc.YJD2ZRsZiKlO3lFEK0[13][10] --More--
================================================================================
WFMDRetVal=1 Waiting for: "diconqyatr01c29>"
WFMDRetVal=2 Waiting for: "diconqyatr01c29#"
WFMDRetVal=4 Waiting for: "(config)"
WFMDBuffer="[08][08][08][08][08][08][08][08][08]        [08][08][08][08][08][08][08][08][08]enable secret 5 $1$ugpo$ggc.yjd2zrsziklo3lfek0[13][10] --more-- "
================================================================================
<W-10:40:56 AM>logout[13]<D 10:40:56 AM>
<SCRIPT VALUES>
<HOSTNAME="diconqyatr01c29">
<PROMPT VTY="diconqyatr01c29>">
<PROMPT ENABLE="diconqyatr01c29#">
<PROMPT CONFIG="">


<NEWSESSION CatTools 3.6.0 15/12/2011 10:46:54 AM>
<PROTOCOL=Telnet>
<DEVICE TYPE=Cisco.Router.General>
<ACTIVITY TYPE=Report.Version table>
<ACTIVITY SCRIPT=C:\Program Files (x86)\CatTools3\Scripts\Client.Report.Version table.txt>
<USERS NAME FOR DEVICE=diconqyatr01c29>
<C OK 10:46:54 AM><R-10:46:55 AM>[13][10] ******************************************************************************** [13][10] *      Access to this computer system is limited to authorised users only.     * [13][10] *      Unauthorised users may be subject to prosecution under the Crimes       * [13][10] *                          Act or State legislation                            * [13][10] *                                                                              * [13][10] *         Please note, ALL CUSTOMER DETAILS are confidential and must          * [13][10] *                           not be disclosed.                                  * [13][10] ******************************************************************************** [13][10][13][10][13][10][13][10][13][10]User Access Verification (ISP V1)[13][10][13][10]Username: <W-10:46:55 AM>sdorney[13]<R-10:46:55 AM>sdorney<R-10:46:55 AM>[13][10]Password: <W-10:46:56 AM>W9pqMep2[13]<R-10:46:59 AM>[13][10]Signon successful.[13][10]Signon successful.[13][10][13][10]diconqyatr01c29#<W-10:47:00 AM>[13]<R-10:47:00 AM>[13][10]diconqyatr01c29#<W-10:47:00 AM>enable<R-10:47:00 AM>enable<W-10:47:00 AM>[13]<R-10:47:00 AM>[13][10]diconqyatr01c29#<W-10:47:00 AM>term no mon<R-10:47:00 AM>term no mo<R-10:47:00 AM>n<W-10:47:00 AM>[13]<R-10:47:00 AM>[13][10]<R-10:47:05 AM>diconqyatr01c29#<W-10:47:05 AM>term len 0<R-10:47:05 AM>term len 0<W-10:47:05 AM>[13]<R-10:47:05 AM>[13][10]<R-10:47:07 AM>Command authorization failed.[13][10][13][10]diconqyatr01c29#<W-10:47:07 AM>show version<R-10:47:07 AM>show version<W-10:47:07 AM>[13]<R-10:47:07 AM>[13][10]<R-10:47:09 AM>Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.0(1)M4, RELEASE SOFTWARE (fc1)[13][10]Technical Support: http://www.cisco.com/techsupport[13][10]Copyright (c) 1986-2010 by Cisco Systems, Inc.[13][10]Compiled Thu 28-Oct-10 18:32 by prod_rel_team[13][10][13][10]ROM: System Bootstrap, Version 15.0(1r)M9, RELEASE SOFTWARE (fc1)[13][10][13][10]diconqyatr01c29 uptime is 6 weeks, 20 hours, 40 minutes[13][10]System returned to ROM by power-on[13][10]System restarted at 04:07:32 UTC Wed Nov 2 2011[13][10]System image file is "flash0:c2900-universalk9-mz.SPA.150-1.M4.bin"[13][10]Last reload type: Normal Reload[13][10][13][10][13][10]This product contains cryptographic features and is subject to United[13][10]States and local country laws governing import, export, transfer and[13][10]use. Delivery of Cisco cryptographic products does not imply[13][10]third-party authority to import, export, distribute or use encryption.[13][10]Importers, exporters, distributors and users are responsible for[13][10]compliance with U.S. and local country laws. By using this product you[13][10]agree to comply with applicable laws and regulations. If you are unable[13][10]to comply with U.S. and local laws, return this product immediately.[13][10] --More--

Viewing all 21331 articles
Browse latest View live


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