Can't Remove My Console Port Password !

sniper_heresniper_here Member Posts: 48 ■■□□□□□□□□
Hi everybody,
When I try to remove my console password using this commands :

router>enable
router#configure terminal
router(config)#line console 0
router(config-line)#no login
router(config-line)#no password
router(config-line)#exit
router(config)#exit

Its not work ?
what is the promblems ?
Please help

Comments

  • hexemhexem Member Posts: 177
    You can't remove a password when assigning the 'no login' to the console port as this would allow someone to login without a password, you need to put 'login' back and then remove the password then you can apply 'no login'
    ICND1 - Passed 25/01/10
    ICND2 - Passed 9/03/10

    Studying CCNA:S
  • bcall64bcall64 Member Posts: 156
    Hi everybody,
    When I try to remove my console password using this commands :

    router>enable
    router#configure terminal
    router(config)#line console 0
    router(config-line)#no login
    router(config-line)#no password
    router(config-line)#exit
    router(config)#exit

    Its not work ?
    what is the promblems ?
    Please help


    Maybe you need to do copy it into the startup config before it will take effect? You shouldn't have to though. When you typed exit did it say configured by console to console or what not?

    If it didn't maybe run it again and hit ctrl z instead of exit
  • bcall64bcall64 Member Posts: 156
    hexem wrote: »
    You can't remove a password when assigning the 'no login' to the console port as this would allow someone to login without a password, you need to put 'login' back and then remove the password then you can apply 'no login'

    Thanks I will have to remember that. I'm taking my ICND1 March 8th.
  • sniper_heresniper_here Member Posts: 48 ■■□□□□□□□□
    This is what I got :
    Router>en
    Password:
    Router#config t
    Enter configuration commands, one per line. End with CNTL/Z.
    Router(config)#line co
    Router(config)#line console 0
    Router(config-line)#no login
    Router(config-line)#no password
    Router(config-line)#^Z
    Router#
    00:08:38: %SYS-5-CONFIG_I: Configured from console by console
    Router#disable
    Router>en
    Password:

    the router ask about the pass again !!!icon_sad.gif
    What can i do to solve this ?
  • jason_lundejason_lunde Member Posts: 567
    This is what I got :
    Router>en
    Password:
    Router#config t
    Enter configuration commands, one per line. End with CNTL/Z.
    Router(config)#line co
    Router(config)#line console 0
    Router(config-line)#no login
    Router(config-line)#no password
    Router(config-line)#^Z
    Router#
    00:08:38: %SYS-5-CONFIG_I: Configured from console by console
    Router#disable
    Router>en
    Password:

    the router ask about the pass again !!!icon_sad.gif
    What can i do to solve this ?

    Thats your enable password, not your console logon password...

    Try a
    no enable [password] [secret] [pw]
  • ConstantlyLearningConstantlyLearning Member Posts: 445
    This is what I got :
    Router>en
    Password:
    Router#config t
    Enter configuration commands, one per line. End with CNTL/Z.
    Router(config)#line co
    Router(config)#line console 0
    Router(config-line)#no login
    Router(config-line)#no password
    Router(config-line)#^Z
    Router#
    00:08:38: %SYS-5-CONFIG_I: Configured from console by console
    Router#disable
    Router>en
    Password:

    the router ask about the pass again !!!icon_sad.gif
    What can i do to solve this ?

    Router(config)#no enable password
    Router(config)#no enable secret
    "There are 3 types of people in this world, those who can count and those who can't"
  • sniper_heresniper_here Member Posts: 48 ■■□□□□□□□□
    OH my God !!
    how did I forgot that !!
    Its really a secret password not a console password
    Its really a silly quastion icon_rolleyes.gificon_rolleyes.gif
    Thanks very much guys
Sign In or Register to comment.