Difference Between Console and login

dppagcdppagc Member Posts: 293
Console cable is using a blue cable to login your switch/router.
Login means retrieving login details in the database to access switch/ router.

Isnt login and login local same as console?
Or am I missing something?

Comments

  • Welly_59Welly_59 Member Posts: 431
    Login local just means use a local user/pass for authentic and can be applied to console or vty lines
  • dppagcdppagc Member Posts: 293
    I dont exactly get it. For telnet and ssh it is done remotely. But console is on the box itself. So how is console different from login local?
  • PsychoData91PsychoData91 Member Posts: 138 ■■■□□□□□□□
    login local is meaning login using local users, versus using LDAP, Radius, or TACAS

    telnet and ssh are vty's and console is a cable.

    a vty is "virtual teletype" and "teletype" was an old-school remote access way over phones if I understand right (before my time)

    but given a sample config like below, vty is the access medium (in this case, converting sessions to SSH, not just unencrypted telnet)
    and "login" specifies that A valid username is required. could be any of the specified authentication sources, local or remote. If "login local" was specified, then it uses the local database of usernames and passwords set like

    "username james password biscuithead"


    qvA3vCB.png
  • Node ManNode Man Member Posts: 668 ■■■□□□□□□□
    telnet and ssh are protocols for transport of data.

    login local is a method to authenticate.
  • dppagcdppagc Member Posts: 293
    If I did not put "username james password biscuithead"

    Line vty 0 15
    Password blahblah

    Then I know the password is blahblah but what is my username?
  • HCPS123HCPS123 Member Posts: 54 ■■■□□□□□□□
    You don't have one, because you didn't input one in. In this case you would not be able to ssh into the device but you could still console/telnet in since those don't require a username.
  • dppagcdppagc Member Posts: 293
    That is interesting. I thought every login needs user name and password?
Sign In or Register to comment.