Configuration procedure – H3C Technologies H3C WX6000 Series Access Controllers User Manual
Page 38
![background image](https://www.manualsdir.com/files/812993/content/doc038.png)
2-8
Configuration procedure
# Enter the OAP board view from the user view of the WX6103 main control board.
Connected to OAP!
# Enter system view of the OAP board, and enable the Telnet service.
[H3C] telnet server enable
# Enter VTY 0 user interface view.
[H3C] user-interface vty 0
# Configure to authenticate users logging in to VTY 0 using the local password.
[H3C-ui-vty0] authentication-mode password
# Set the local password to 123456 (in plain text).
[H3C-ui-vty0] set authentication password simple 123456
# Specify commands of level 2 are available to users logging in to VTY 0.
[H3C-ui-vty0] user privilege level 2
# Configure Telnet protocol is supported.
[H3C-ui-vty0] protocol inbound telnet
# Set the maximum number of lines the screen can contain to 30.
[H3C-ui-vty0] screen-length 30
# Set the maximum number of commands the history command buffer can store to 20.
[H3C-ui-vty0] history-command max-size 20
# Set the timeout time to 6 minutes.
[H3C-ui-vty0] idle-timeout 6
Telnet Configuration with Authentication Mode Being Scheme
Configuration Procedure
To do…
Use the command…
Remarks
Enter system view
system-view
—
Enable the Telnet server
function
telnet server enable
Required