Options

Router telnet question

workfrom925workfrom925 Member Posts: 196
I know that by default, a router has its vty ports disabled, until telnet password is set on the ports. I just did that on one router. But I was still denied by a second password that was not set up when I enter ‘enable’. What password is that? Is it also required for a telnet session?

==The following is copied from TeraTerm==

R3>ena
R3#telnet 192.168.4.2
Trying 192.168.4.2 ... Open

R2>ena
% No password set
R2>
R2>

Comments

  • Options
    mdominomdomino Member Posts: 81 ■■□□□□□□□□
    Looks like you don't have an enable secret password set for the router you are telnetting into. You won't be able to remotely access privileged exec mode without setting a password first.
  • Options
    Ltat42aLtat42a Member Posts: 587 ■■■□□□□□□□
    ^^ I concur. You need to configure the enable or enable secret password to get to privileged exec mode.
  • Options
    pamccabepamccabe Member Posts: 315 ■■■□□□□□□□
    mdomino wrote: »
    Looks like you don't have an enable secret password set for the router you are telnetting into. You won't be able to remotely access privileged exec mode without setting a password first.
    mdomino has it right. You need that enable secret password set to establish both telnet and ssh connections.
  • Options
    workfrom925workfrom925 Member Posts: 196
Sign In or Register to comment.