URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID6
Нить номер: 651
[ Назад ]

Исходное сообщение
"Помогите настроить H3C S5500-SI (EI) "

Отправлено alexg , 27-Мрт-13 17:40 
Помогите с пошаговой инструкцией - как настроить (доступ по телнету, доступ к веб-интерфейсу) коммутаторы Н3С S5500, как говорится с нуля. Есть конечно мануал, но он на английском и не совсем понятно что за чем, а тем более как вводить. В Cisco как то проще с этим. 2950 настраивал...

Буду оччень благодарен любой информации.


Содержание

Сообщения в этом обсуждении
"Помогите настроить H3C S5500-SI (EI) "
Отправлено McS555 , 28-Мрт-13 17:09 
> Помогите с пошаговой инструкцией - как настроить (доступ по телнету, доступ к
> веб-интерфейсу) коммутаторы Н3С S5500, как говорится с нуля. Есть конечно мануал,
> но он на английском и не совсем понятно что за чем,
> а тем более как вводить. В Cisco как то проще с
> этим. 2950 настраивал...
> Буду оччень благодарен любой информации.

Enter system view, and enable the Telnet service.
<H3C> system-view
[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.
Operation Manual – Login
H3C S5500-SI Series Ethernet Switches Chapter 3 Logging In Through Telnet
3-10
[H3C-ui-vty0] history-command max-size 20
# Set the timeout time to 6 minutes.
[H3C-ui-vty0] idle-timeout 6


"Помогите настроить H3C S5500-SI (EI) "
Отправлено Merridius , 29-Мрт-13 23:38 
>[оверквотинг удален]
> 30.
> [H3C-ui-vty0] screen-length 30
> # Set the maximum number of commands the history command buffer can
> store to 20.
> Operation Manual – Login
> H3C S5500-SI Series Ethernet Switches Chapter 3 Logging In Through Telnet
> 3-10
> [H3C-ui-vty0] history-command max-size 20
> # Set the timeout time to 6 minutes.
> [H3C-ui-vty0] idle-timeout 6

Какая-то жуткая смесь CLI от JunOS и IOS.