Microsoft
Software
Hardware
Network
Question : Delete Enable Passwords
Hello,
I configured the following on my router:
username cisco password cisco
enable secret test
enable password test123
line vty 0 4
login local
To go directly to the privilege mode once I entered the above username and password, I disabled the enable passwords with "no enable secret" and "enable password".
However, I have been getting this:
Router>en
% No password set
How do I successfully skip the enable authentication?
Thanks,
Frank
Answer : Delete Enable Passwords
You want to set your username with privilege level 15 to get enable privs right upon login:
username cisco
priv 15
password cisco
Random Solutions
Create a brush
how can I connect to vsftp server on fedora13
Why is my VB script limiting results to 1500 ?
[ sign in id in jQuery
Find and Replace hundreds of line of VBScript code via SQL statement
Pivot statement with Dynamic SQL and totals columns
Access VBA query naming
VBA excel or access data collapse
select count(distinct *)
Convert MsAccess query to MySQL