Connect through the Console Port
Configure the IP address of Vlan1
<H3c> system-view
[H3c] interface vlan-interface 1
[H3c-vlan-interface1] ip address 192.168.2.1 255.255.255.0
Create a local user Admin and go to the local view
[H3c] local-user admin
Configure the user's authentication password, in plaintext | ciphertext display mode, with the password 12345678
[H3c-luser-admin] password simple | cipher 12345678
Set the user's service type to Telnet and command level to 2
[H3c-luser-admin] service-type telnet level 2
[H3c-luser-admin] quit
Go to the VTY0 User Interface View
[H3c] user-interface vty 0
Configure the Telnet user to log on to the vswitch through the VTY0 user interface for Scheme Authentication
[H3c-ui-vty0] authentication-mode scheme
Configure VTY0 user interface to support Telnet protocol
The [h3c-ui-vty0] protocol inbound telnet
Configure the VTY0 user interface terminal display with 30 lines of command displayed on one screen
[H3c-ui-vty0] screen-length 30
Configure the VTY0 user interface's history command buffer to store 20 commands
[H3c-ui-vty0] history-command max-size 20
It takes more than 6 minutes to configure the VTY0 user interface.
[H3c-ui-vty0] idle-timeout 6
Save changes
[H3c] save
After saving, you can connect to the instance through Telnet 192.168.2.1.