, networking requirementsTelnet manages the device remotely. second, networking topology Three, the configuration points1, need to configure a management IP switch, if the PC and the switch is not the same network segment, you need to configure a default gateway to the switch2, need to configure an enable password and telnet password Iv. Configuration Stepslog in to the switch via the console line, turn on the remote login password and configure the Enable password for the switch1), console login mode setting reference " Daily maintenance > Equipment Login > Console mode login " 2), configure switch management IPruijie>enable ------> enter privileged mode ruijie#configure Terminal ------> Enter global configuration mode Ruijie (config) #interface vlan 1 ------> enter VLAN 1 interface Ruijie (config-if) #ip address 192.168.1.1 255.255.255.0 ------> Setting up the Management IP on the VLAN 1 interface Ruijie (config-if) #exit ------> Back to Global configuration mode 3), configure Telnet password requirement One: log in to the switch using a password when TelnetRuijie (config) #line vty 0 4 ------> enter telnet password configuration mode , 0 4 means that a total of 5 users are allowed to telnet to the switch at the same time Ruijie (config-line) #login ------> Enable password required to telnet successfully Ruijie (config-line) #password Ruijie ------> set the telnet password to Ruijie ruijie (config-line) #exit ------> back to global configuration mode Ruijie (config) #enable password Ruijie ------> Configure the password to enter privileged mode to RuijieRuijie (config) #end ------> Exit to privileged mode ruijie#write ------> Confirm configuration is correct, save configuration confirm that the Telnet configuration is correct1) Enter the cmd command in the start- run, click " OK ", and in the cmd command line, enter Telnet 192.168.1.1 2) Enter the password entered by line vty, enter the user mode of the device, and the ruijie> mode appears .3) After entering enable in ruijie> mode, prompt for the privileged password , enter the correct password, return to enter the privileged mode requirement two: log in with username and password when telnetruijie (config) #line vty 0 4 ------> Enter Telnet password configuration mode, 0 4 means allow a total of 5 users simultaneously telnet to the switch Ruijie (config-line) #login local------> Enable Telnet when using the native user and password feature /c2> Ruijie (config-line) #exit ------> Back to Global configuration mode Ruijie (config) #username admin password Ruijie ------> Configure remote login username admin, password is RuijieRuijie (config) #enable password Ruijie ------> Configure the password to enter privileged mode to Ruijie Ruijie (config) #end ------> Exit to privileged mode ruijie#write ------> Confirm configuration is correct, save configuration confirm that the Telnet configuration is correct1), in the start - Run input cmd command, click " OK ", on the cmd command line, enter Telnet 192.168.1.1 2), enter the input user and password , the password input hidden does not display. Enter the correct password after carriage return, enter the device user mode, appear ruijie> mode 3), enter enable in ruijie> mode, prompt for a privileged password , enter the correct password, return, enter the privileged mode Five, functional verificationView Current User login switch conditionFor example, there are two users logged into the switch, one is logged in via the console line, the other is logged in via Telnet switch, the login user's IP address is 192.168.1.2.
Ruijie Configuration Telnet