Cisco Router Connection

How to set the connection with the Cisco Router

Posted by 李广雄 on May 13, 2021

Cisco Router Configuration

远程登录Cisco的方法

1. User Management

1.1 User

  1. Add normal user

    R2(config)#username stone password cisco
    
  2. Add admin user

    R2(config)#username admin privilege 15 secret cisco
    

1.2 password

  1. password
  2. secret

2. Connection Manager

3个终端

  • console
  • aux
  • vty

2.1 telnet

telnet Conf

R2>enable 
R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#lin vty 0 4
R2(config-line)#transport input telnet 
R2(config-line)#login local 
R2(config-line)#end 

2.2 SSH

Reference

Configure a Cisco router with Username and Password

https://www.learncisco.net/courses/icnd-1/network-environment-management/remote-devices.html