Link to home
Start Free TrialLog in
Avatar of Jim Metcalf
Jim MetcalfFlag for United States of America

asked on

cisco question

i have a pwd set for the enable command.
how do i disable the pwd for the enable command

same thing for secret

and how do i get rid of these messages that keep coming up on my console while i am trying to type cmds
Avatar of MikeKane
MikeKane
Flag of United States of America image

I don't think you can disable the 'enable' password...  I could be wrong.    However, if you were to connect via SSH instead of via console using a username with priv 15, you would bypass the need to enter an enable PW at all.

For the logging, if you're on the console, you can either disable console logging with the global configuration no logging console command. Or, you can synchronize the logging messages with your command prompt.  Example:

Router(config)# line con 0
Router(config-line)# logging synchronous
Router(config)# line aux 0
Router(config-line)# logging synchronous
Router(config)# line vty 0 4
Router(config-line)# logging synchronous
Avatar of Jim Metcalf

ASKER

i have this message that continously pops up while im on the console even after your cmd it is...

lineproto-5-updown: line protocl on interface fastethernet4, changed state to up
how can i get this message to shut up
ASKER CERTIFIED SOLUTION
Avatar of MikeKane
MikeKane
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
worked like a charm