Hi Folks!
I want to reset an Enterasys Wireless Controller via CatTools but it seems that I can't use privileged mode (enable mode). If I do this manually I use the following commands (bold):
telnet <IP adddress>
Username: admin
Password: <Initial Password>
rt_wan1> enable
Enter password: <Enable Password>
rt_wan1# reset system
In CatTools I've added the device (as Enterasys.Matrix.Switch), entered the AAA account data and enable password. In the corresponding CatTools activitiy for resetting the device the "Enter commands in enable mode" option is ticked and the only command is "reset system".
If I activate the debug mode, following is logged for activitiy:
<NEWSESSION CatTools 3.5.0 7/8/2010 9:08:18 AM>
<PROTOCOL=Telnet>
<DEVICE TYPE=Enterasys.Matrix.Switch>
<ACTIVITY TYPE=Device.CLI.Send commands>
<ACTIVITY SCRIPT=C:\Program Files\CatTools3\Scripts\Client.Device.CLI.Send commands.txt>
<USERS NAME FOR DEVICE=Enterasys Wireless Controller>
<C OK 9:08:19 AM><R-9:08:19 AM>[13][10][13][10]Copyright (c) 2005 - 2008 Enterasys, Inc. All rights reserved.[13][10][10][13][10][13][10][13][00]Username: <W-9:08:19 AM>admin[13]<R-9:08:19 AM>a<R-9:08:19 AM>dmin[10][13][00]Password: <W-9:08:19 AM><Password removed>[13]<R-9:08:19 AM>[10][13][00]<R-9:08:19 AM>[13][10]rt_wan1> <W-9:08:19 AM>[13]<R-9:08:19 AM>[10][13][00]<R-9:08:19 AM>rt_wan1> <W-9:08:20 AM>disable<R-9:08:20 AM>d<R-9:08:20 AM>isable<W-9:08:20 AM>[13]<R-9:08:20 AM>[10][13][00]<R-9:08:20 AM>Unrecognized command in this mode: disable[13][10]rt_wan1> <W-9:08:20 AM>[13]<R-9:08:20 AM>[10][13][00]<R-9:08:20 AM>rt_wan1> <W-9:08:20 AM>exit[13]<D 9:08:20 AM>
<SCRIPT VALUES>
<HOSTNAME="rt_wan1">
<PROMPT VTY="rt_wan1#">
<PROMPT ENABLE="rt_wan1>">
<PROMPT CONFIG="rt_wan1(">
I suppose there's no "enable" command because CatTools thinks it's in enable mode after first login already (according to given script values). Do you have any suggestions for me? Can I change these values or something else?