Hp 1910 инструкция на русском

Здравия всем! Попал мне в руки L3 коммутатор HP V1910-24G Switch JE006A. Крутил вертел его, что-то он мне напоминает. И точно это же старый добрый 3Com Baseline Switch 2900 серии. Мне нужно было его настроить. Тут оставлю запись для себя, чтобы потом снова не искать в сети.

Памятка

Консоль

Порт консоли находится спереди, подходит стандартный Cisco консольный кабель. Настройки консоли

  • Speed — 38400
  • Data bits — 8
  • Stop bits — 1
  • Flow — None

Логин и пароль по-умолчанию, используемые в коммутаторах данных серий: Admin с пустым паролем

Вход в режим конфигурирования

Вход в режим конфигурирования _cmdline-mode on потребуется заводской пароль 512900

<hp>_cmdline-mode on
All commands can be displayed and executed. Continue? [Y/N]y
Please input password:******
Warning: Now you enter an all-command mode for developer's testing, some commands may affect operation by wrong use, please carefully use it with our engineer's direction.

После этого входим в режим System View, с помощью команды system-view

<рз>system-view
System View: return to User View with Ctrl+Z.

Вместо cisco команды show, используем display

Сброс настроек

При загрузке коммутатора на экране появится надпись Press Ctrl-B to enter Extended Boot menu, нужно успеть нажать Ctrl+B. BootRom password, по умолчанию пустой.

Starting......
Press Ctrl+D to access BASIC BOOT MENU
Press Ctrl+T to start memory test

********************************************************************************
*                                                                              *
*                   HP V1910-24G Switch BOOTROM, Version 180                    *
*                                                                              *
********************************************************************************
Copyright(c) 2004-2017 3Com Corp. and its licensors. All rights reserved.

Creation Date       : Aug  9 2017
CPU L1 Cache        : 32KB
CPU Clock Speed     : 333MHz
Memory Size         : 128MB
Flash Size          : 128MB
CPLD Version        : 002
PCB Version         : Ver.B
Mac Address         : 20FDF10A6A33


Press Ctrl-B to enter Extended Boot menu...3
BootRom password: Not required. Please press Enter to continue.

Password recovery capability is enabled.

   BOOT MENU

1. Download application file to flash
2. Select application file to boot
3. Display all files in flash
4. Delete file from flash
5. Restore to factory default configuration
6. Enter BootRom upgrade menu
7. Skip current system configuration
8. Reserved
9. Set switch startup mode
0. Reboot
Ctrl+F: Format File System
Ctrl+P: Skip Super Password
Ctrl+R: Download application to SDRAM and Run
Ctrl+Z: Access EXTEND-ASSISTANT MENU
Ctrl+C: Display Copyright

Enter your choice(0-9):

После этого появится BOOT MENU. Нам нужен 7 пункт: 7. Skip current system configuration (Пропустить существующую системную настройку), подтверждаем вопрос Y, после этого снова появится меню, выберем пукт 0. Reboot и перегружаем коммутатор

Enter your choice(0-9): 7
The current setting will run with current configuration file when reboot.
Are you sure you want to skip current configuration file when reboot? Yes or No
(Y/N):Y
Setting...Done!

   BOOT MENU

1. Download application file to flash
2. Select application file to boot
3. Display all files in flash
4. Delete file from flash
5. Restore to factory default configuration
6. Enter BootRom upgrade menu
7. Skip current system configuration
8. Reserved
9. Set switch startup mode
0. Reboot
Ctrl+F: Format File System
Ctrl+P: Skip Super Password
Ctrl+R: Download application to SDRAM and Run
Ctrl+Z: Access EXTEND-ASSISTANT MENU
Ctrl+C: Display Copyright

Enter your choice(0-9): 0

После перезагрузки появится приглашение ввести ENTER. Попадем сразу в командную строку. Чтобы попасть в режим конфигурирования нужно набрать _cmdline-mode on потребуется заводской пароль 512900

Press ENTER to get started.
<HP>
<HP>_cmdline-mode on
All commands can be displayed and executed. Continue? [Y/N]y
Please input password:******
Warning: Now you enter an all-command mode for developer's testing, some commands may affect operation by wrong use, please carefully use it with our engineer's direction.
<HP>

Теперь собственно вводим initialize произведем общий сброс устройства к заводским настройкам, после чего коммутатор автоматически перезагрузится:

<HP>initialize
 The startup configuration file will be deleted and the system will be rebooted. Continue? [Y/N]:y
#Apr 26 12:11:48:738 2000 HP DEVM/1/REBOOT:
 Reboot device by command.

Начальная настройка

После перезагрузки коммутатор скажет, что конфигурации нет Retrieving configuration file failed! Входим, нажимая ENTER, логин/пароль: admin/пустой пароль

Retrieving configuration file failed!

User interface aux0 is available.



Press ENTER to get started.

Login authentication


Username:admin
Password:
<HP>
#Apr 26 12:02:34:737 2000 HP SHELL/4/LOGIN:
 Trap 1.3.6.1.4.1.43.45.1.10.2.2.1.1.3.0.1<h3cLogIn>:admin login from Console
%Apr 26 12:02:34:906 2000 HP SHELL/5/SHELL_LOGIN: admin logged in from aux0.

Снова входим в режим конфигурирования, а затем в System View, где доступны все существующие команды CLI с помощью system-view:

<HP>_cmdline-mode on
All commands can be displayed and executed. Continue? [Y/N]y
Please input password:******
Warning: Now you enter an all-command mode for developer's testing, some commands may affect operation by wrong use, please carefully use it with our engineer's direction.
<HP>system-view
System View: return to User View with Ctrl+Z.
[HP]

Меняем имя коммутатора

[HP]sysname sw0
[sw0]

Устанавливаем часовую зону, у меня Московскую, и устанавливаем время:

[sw0]clock timezone MSK add 03:00:00
[sw0]quit
<sw0>clock datetime 22:51:50 10/23/2021
<sw0>system-view
[sw0]display clock
22:53:08 MSK Sat 10/23/2021
Time Zone : MSK add 03:00:00

Теперь активируем удаленный доступ по Telnet и SSH

[sw0]telnet server enable
% Start Telnet server
[sw0]ssh server enable
Info: Enable SSH server.

Зададим супер-пароль и пароль локальному пользователю admin

[sw0]super password level 3 simple PASSWORD1
[sw0]local-user admin
[sw0-luser-admin]password simple PASSWORD2
[sw0-luser-admin]quit
[sw0]

Настроим параметры интерфейса Vlan-interface1, который настроен по умолчанию на все порты. Добавим описание, ip адрес, основной шлюз, DNS:

[sw0]interface Vlan-interface1
[sw0-Vlan-interface1]ip address 192.168.1.100 255.255.255.0
[sw0-Vlan-interface1]quit
[sw0]ip route-static 0.0.0.0 0.0.0.0 192.168.1.1
[sw0]dns server 192.168.1.10
[sw0]dns source-interface Vlan-interface1

Включим SNMP для сбора статистики:

[sw0]snmp-agent
[sw0]snmp-agent community read public
[sw0]snmp-agent community write private
[sw0]snmp-agent sys-info contact test@hserv.su
[sw0]snmp-agent sys-info location Server room
[sw0]snmp-agent sys-info version all

VLAN

Добавим vlan 10, сделаем первый порт транковым, он здесь называется гибридный, и добавим его на первый порт, а также пропишем его на 10 порт в аксесе.

[sw0]vlan 10
[sw0-vlan32]description TESTVLAN
[sw0-vlan32]port GigabitEthernet 1/0/10
[sw0-vlan32]quit
[sw0]interface GigabitEthernet 1/0/1
[sw0-GigabitEthernet1/0/1]description TRUNK
[sw0-GigabitEthernet1/0/1]port link-type hybrid
[sw0-GigabitEthernet1/0/1]port hybrid vlan 10 tagged
 Please wait... Done.
[sw0-GigabitEthernet1/0/1]port hybrid vlan 1 untagged
 Please wait... Done.
[sw0-GigabitEthernet1/0/1]quit

Сохраняем конфигурацию, иначе после перезагрузки все настройки пропадут:

[sw0]save
The current configuration will be written to the device. Are you sure? [Y/N]:y
Please input the file name(*.cfg)[flash:/startup.cfg]
(To leave the existing filename unchanged, press the enter key):
 Validating file. Please wait....
 Saved the current configuration to mainboard device successfully.
 Configuration is saved to device successfully.

Прошивки

Прошивки для данной модели можно найти по адресу: link

  • Главная
  • HP

  • Сетевые коммутаторы (свитчи)

  • V1910

На этой странице вы найдёте полный список документов на Сетевые коммутаторы (свитчи) HP V1910.

Выберите необходимый PDF файл.

  • Сетевые коммутаторы (свитчи) HP V1910 Инструкция по эксплуатации

    Сетевые коммутаторы (свитчи)
    HP V1910 Инструкция по эксплуатации

    Тип файла
    PDF

    Размер
    5.92 Mb

    Кол-во страниц
    483

    Просмотров
    9708

    Download / Read online

  • 1

Другие HP Сетевые коммутаторы (свитчи)

  • HP 1920-24G Switch Руководство пользователя

    PDF файлов
    2

    Просмотров
    51354

  • HP 1920-48G Switch Руководство пользователя

    PDF файлов
    2

    Просмотров
    40590

  • HP 1920-24G-PoE+ (180W) Switch Руководство пользователя

    PDF файлов
    2

    Просмотров
    26980

  • HP 1920-8G Switch Руководство пользователя

    PDF файлов
    2

    Просмотров
    18202

  • HP 1920-24G-PoE+ (370W) Switch Руководство пользователя

    PDF файлов
    2

    Просмотров
    17117

  • HP 1920-16G Switch Руководство пользователя

    PDF файлов
    2

    Просмотров
    14939

Другие устройства HP

  • Калькуляторы
    HP -42S Инструкция по эксплуатации

    PDF файлов
    1

    Просмотров
    50549

  • Калькуляторы
    HP 48G Инструкция по эксплуатации

    PDF файлов
    1

    Просмотров
    37474

  • Инженерные калькуляторы
    HP 15c Scientific Calculator Руководство пользователя

    PDF файлов
    2

    Просмотров
    34842

  • Калькуляторы
    HP 32SII Инструкция по эксплуатации

    PDF файлов
    1

    Просмотров
    33244

  • Устройства хранения
    HP 3PAR T400 Configuration Base Руководство пользователя

    PDF файлов
    3

    Просмотров
    24049

  • Роутеры (маршрутизаторы)
    HP 5000 Router Series Руководство пользователя

    PDF файлов
    3

    Просмотров
    21590

Вопросы

  • слабая батарея

    Ноутбуки

    Acer

    1310

    Alex 12.02.2016 17:26

Ранее вы смотрели

Производители

American DJ

Atec

BenQ

iOptron

Light & Motion

Meyer Sound

QMotions

Roxio

UNIREX

Wind Crest

Типы устройств

Угольные грили

Сетевая аппаратура

Пульты оператора

Автоматизированные системы

Реле времени и программаторы

Калькуляторы для дома и офиса

Стабилизаторы напряжения

Большой экран дисплея

Data Card модемы

Измельчители, пылесосы

Устройства

AudioBahn A1150N

Black & Decker MS700

CyberPower K01-0000063-00

Epson EX7200 Multimedia Projector

Impex MP-3100

Lucent Technologies MLX-10DPTM

Sharp EC-T2840

Snapper PRO GEAR EXPRESS SPE481

Transcend Information T.sonic Photo TS512MMP810EU

freeuserguide.ru
About Us
Contacts
Disclamers
Privacy Policy

Эта страница полезна для вас? Поделитесь ссылкой:

Skip to content

Коммутатор HP — начальная конфигурация

Коммутатор HP — начальная конфигурация

Хотите узнать, как выполнить начальную настройку коммутатора HP? В этом уроке мы покажем вам, как настроить начальный IP-адрес и получить доступ к веб-интерфейсу коммутатора HP.

Авторское право © 2018-2021 Techexpert.tips.
Все права защищены. Никакая часть этой публикации не может быть воспроизведена, распространена или передана в любой форме или любыми средствами без предварительного письменного разрешения издателя.

Список оборудования

Здесь вы можете найти список оборудования, используемого для создания этого учебника.

Эта ссылка будет также показать список программного обеспечения, используемого для создания этого учебника.

Книга коммутаторов HP

Несмотря на хорошие знания, связанные с компьютерными сетями, и даже некоторые сертификаты по этому вопросу, Люк, 26-летний ИТ-аналитик, только что получил миссию по развертыванию новой сети с использованием только коммутаторов HP.

HP Switch book baner

Следуйте истории Люка и пошаговому подходу к реализации сетевого проекта, созданному сертифицированным специалистом по управлению проектами.

Плейлист коммутатора HP:

На этой странице мы предлагаем быстрый доступ к списку видео, связанных с коммутатором HP.

Не забудьте подписаться на наш канал YouTube под названием FKIT.

Учебное пособие по коммутаторам HP:

На этой странице мы предлагаем быстрый доступ к списку учебных пособий, связанных с коммутатором HP.

Учебное пособие по коммутатору HP — Начальная настройка

Во-первых, необходимо получить доступ к консоли коммутатора HP.

В нашем примере мы будем использовать программное обеспечение с открытым исходным кодом под названием Putty и компьютер под управлением Windows.

Программное обеспечение Putty доступно на веб-сайте putty.org.

После завершения загрузки запустите программное обеспечение и подождите следующий экран.

Для доступа к консоли коммутатора HP модели 1910 или 1920 необходимо выбрать категорию Serial Connection (Последовательное подключение) и использовать следующие параметры:

Тип соединения: Серийный
Серийная линия: COM1
• Скорость: 38400
• Скорость: 9600 (некоторые переключатели используют скорость 9600)

Если COM1 не работает, вам нужно будет попытаться использовать COM2, COM3, COM4 или следующий.

На оперативном экране введите административную информацию входа.

Информация о доступе по умолчанию:
• Username: admin
• Пароль: (Без пароля)

После успешного входа будет отображаться командная строка консоли.

Используйте следующую команду для настройки IP-адреса на коммутаторе.

После завершения настройки IP-адреса необходимо подключить компьютер к новому коммутатору HP.

На компьютере, подключенном к новому коммутатору HP, необходимо:

Откройте программное обеспечение браузера, введите IP-адрес коммутатора и получите доступ к веб-интерфейсу коммутатора HP.

На оперативном экране введите административную информацию входа.

Информация о доступе по умолчанию:
Имя пользователя: admin
Пароль: (без пароля)

После успешного входа будет отображаться административное меню.

Теперь пришло время сохранить настройки коммутатора HP, нажав на опцию сохранения, доступную в правом верхнем углу экрана.

Вы успешно настроили начальную конфигурацию IP-адреса коммутатора HP.

VirtualCoin CISSP, PMP, CCNP, MCSE, LPIC22022-02-19T03:07:52-03:00

Related Posts

Page load link

This website uses cookies and third party services.

Ok

HP logo По многочисленным просьбам напишу о том, как выполнить начальную
настройку коммутаторов HP 1910 серии (JE005A, JE006A, JE007A, JE008A,
JE009A, JG348A, JG349A, JG350A) и братьев-близнецов от 3Com – Baseline
Switch 2952 и подобной серии. Вся настройка будет производиться через CLI (Command Line Interface), так как пользоваться web-интерфейсом подчас просто неудобно!

Как осуществить подключение к данному коммутатору, синтаксис команд для входа в режим конфигурирования, я написал в предыдущей статье.

Итак, подключаемся к устройству и входим в режим System View.
Просмотрим, что уже сконфигурировано, задаем имя нашему коммутатору
(Main-Switch), устанавливаем часовую зону (Москва), устанавливаем время и
текущую дату, любуемся результатами:

Press ENTER to get started.
Login authentication
Username:admin
Password:

#Apr 26 12:00:32:638 2000 HP SHELL/4/LOGIN:
 Trap 1.3.6.1.4.1.25506.2.2.1.1.3.0.1:admin login from Console
%Apr 26 12:00:32:763 2000 HP SHELL/5/SHELL_LOGIN: admin logged in from aux0.
_cmdline-mode on
All commands can be displayed and executed. Continue? [Y/N]y
Please input password:******
Warning: Now you enter an all-command mode for developer's testing, some commands may affect operation
by wrong use, please carefully use it with our engineer's direction.
system-view
System View: return to User View with Ctrl+Z.
[HP]display current-configuration
[HP]sysname Main-Switch
[Main-Switch]clock timezone MSK4 add 04:00:00
[Main-Switch]quit
clock datetime 12:47:00 02/06/2013
system-view
System View: return to User View with Ctrl+Z.
[Main-Switch]display clock
12:47:10 MSK4 Wed 02/06/2013
Time Zone : MSK4 add 04:00:00
[Main-Switch]

Теперь активируем необходимые сервисы (Telnet и SSH),
задаем супер-пароль и пароль локальному пользователю admin (пароли
задавайте свои). По желанию, вы можете завести своего пользователя (не
забудьте только дать ему разрешение на интересующие вас сервисы: ssh,
telnet или terminal):

[Main-Switch]telnet server enable
% Start Telnet server
[Main-Switch]ssh server enable
Info: Enable SSH server.
[Main-Switch]super password level 3 simple PASS1
[Main-Switch]local-user admin
[Main-Switch-luser-admin]password simple PASS2
[Main-Switch-luser-admin]quit
[Main-Switch]

Настроим параметры интерфейса Vlan-interface1 (в который объединены
по-умолчанию все сетевые интерфейсы коммутатора): его описание,
ip-адрес, установим маршрут по-умолчанию (192.168.0.1 – маршрутизатор),
настроим сервис сетевого времени ntp (на 192.168.0.1 работает ntpd
сети):

[Main-Switch]interface Vlan-interface1
[Main-Switch-Vlan-interface1]description LOCALNET
[Main-Switch-Vlan-interface1]ip address 192.168.0.10 255.255.255.0
[Main-Switch-Vlan-interface1]quit
[Main-Switch]ip route-static 0.0.0.0 0.0.0.0 192.168.0.1
[Main-Switch]ntp-service source-interface Vlan-interface1
[Main-Switch]ntp-service unicast-server 192.168.0.1

Зададим настройки для DNS:

[Main-Switch]dns domain domain.ru
[Main-Switch]dns server 192.168.0.2
[Main-Switch]dns source-interface Vlan-interface1

Пусть, к примеру, с 1 по 6 интерфейс нашего коммутатора будут не
использованными. Зададим каждому из них описание и “опустим” его:

[Main-Switch]interface GigabitEthernet 1/0/1
[Main-Switch-GigabitEthernet1/0/1]description NOT-USED
[Main-Switch-GigabitEthernet1/0/1]shutdown
[Main-Switch-GigabitEthernet1/0/1]quit
[Main-Switch]

Если вы желаете собирать статистику с помощью snmp, вам необходимо сделать следующие настройки:

[Main-Switch]snmp-agent
[Main-Switch]snmp-agent community read public
[Main-Switch]snmp-agent community write private
[Main-Switch]snmp-agent sys-info contact support@domain.ru
[Main-Switch]snmp-agent sys-info location SIT, Domian
[Main-Switch]snmp-agent sys-info version all

Про настройку vlan. Допустим в нашей сети существует vlan 100,
предназначенный для гостей и сторонних пользователей. Разберем общий
случай, когда наш настраиваемый сейчас коммутатор является “проходным”.
Т.е. к нему непосредственно подключено два “гостя” из подсети,
настроенной для vlan 100 (порты GigabitEthernet 1/0/20 и GigabitEthernet
1/0/21, в которых будет непосредственно тегированный трафик) и два
порта являются транслирующими гибридными (GigabitEthernet 1/0/27 и
GigabitEthernet 1/0/28, по которым идет и тегированный трафик, и
нетегированный).

Обозначим наличие нашего vlan’а и сделаем описание для портов GigabitEthernet 1/0/20 и GigabitEthernet 1/0/21:

[Main-Switch]vlan 100
[Main-Switch-vlan100]description GUESTNET
[Main-Switch-vlan100]port GigabitEthernet 1/0/20
[Main-Switch-vlan100]port GigabitEthernet 1/0/21
[Main-Switch-vlan100]quit
[Main-Switch]interface GigabitEthernet 1/0/20
[Main-Switch-GigabitEthernet1/0/20]description GUEST1
[Main-Switch-GigabitEthernet1/0/20]quit
[Main-Switch]interface GigabitEthernet 1/0/21
[Main-Switch-GigabitEthernet1/0/21]description GUEST2
[Main-Switch-GigabitEthernet1/0/21]quit
[Main-Switch]

Настроим гибридные порты GigabitEthernet 1/0/27 и GigabitEthernet 1/0/28:

[Main-Switch]interface GigabitEthernet 1/0/27
[Main-Switch-GigabitEthernet1/0/27]description TO-SERVERN
[Main-Switch-GigabitEthernet1/0/27]port link-type hybrid
[Main-Switch-GigabitEthernet1/0/27]port hybrid vlan 100 tagged
 Please wait... Done.
[Main-Switch-GigabitEthernet1/0/27]port hybrid vlan 1 untagged
 Please wait... Done.
[Main-Switch-GigabitEthernet1/0/27]quit
[Main-Switch]interface GigabitEthernet 1/0/28
[Main-Switch-GigabitEthernet1/0/28]description TO-OTHERS
[Main-Switch-GigabitEthernet1/0/28]port link-type hybrid
[Main-Switch-GigabitEthernet1/0/28]port hybrid vlan 100 tagged
 Please wait... Done.
[Main-Switch-GigabitEthernet1/0/28]port hybrid vlan 1 untagged
 Please wait... Done.
[Main-Switch-GigabitEthernet1/0/28]quit
[Main-Switch]

Теперь можно просмотреть, что у нас получилось и сохраним сделанные изменения:

[Main-Switch]display current-configuration
#
 version 5.20, Release 1513P06
#
 sysname Main-Switch
#
 clock timezone MSK4 add 04:00:00
#
 super password level 3 cipher $c$3$b+gWAA1NfPIXi2Rnzk/ABXPTg6E+/38A2g==
#
 domain default enable system
#
 dns server 192.168.0.2
 dns domain domain.ru
 dns source-interface Vlan-interface1
#
 telnet server enable
#
 ip ttl-expires enable
#
vlan 1
#
vlan 100
 description GUESTNET
#
domain system
 access-limit disable
 state active
 idle-cut disable
 self-service-url disable
#
user-group system
#
local-user admin
 password cipher $c$3$ef/TRA/SrMaU2S9HxDEhhGMIUoivTrkdnA==
 authorization-attribute level 3
 service-type ssh telnet terminal
#
 stp mode rstp
 stp enable
#
interface NULL0
#
interface Vlan-interface1
 description LOCALNET
 ip address 192.168.0.10 255.255.255.0
#
interface GigabitEthernet1/0/1
 description NOT-USED
 shutdown
 stp edged-port enable
...
#
interface GigabitEthernet1/0/7
 stp edged-port enable
...
#
interface GigabitEthernet1/0/20
 description GUEST1
 port access vlan 100
 stp edged-port enable
#
interface GigabitEthernet1/0/21
 description GUEST2
 port access vlan 100
 stp edged-port enable
#
interface GigabitEthernet1/0/22
 stp edged-port enable
...
#
interface GigabitEthernet1/0/26
 stp edged-port enable
#
interface GigabitEthernet1/0/27
 description TO-SERVERN
 port link-type hybrid
 port hybrid vlan 100 tagged
 port hybrid vlan 1 untagged
 stp edged-port enable
#
interface GigabitEthernet1/0/28
 description TO-OTHERS
 port link-type hybrid
 port hybrid vlan 100 tagged
 port hybrid vlan 1 untagged
 stp edged-port enable
#
 ip route-static 0.0.0.0 0.0.0.0 192.168.0.1
#
 snmp-agent
 snmp-agent local-engineid 800063A203D07E284B2068
 snmp-agent community read public
 snmp-agent community write private
 snmp-agent sys-info contact support@domain.ru
 snmp-agent sys-info location SIT, Domian
 snmp-agent sys-info version all
#
 ntp-service source-interface Vlan-interface1
 ntp-service unicast-server 192.168.0.1
#
 ssh server enable
#
user-interface aux 0
 authentication-mode scheme
user-interface vty 0 15
 authentication-mode scheme
#
return
[Main-Switch]save
The current configuration will be written to the device. Are you sure? [Y/N]:y
Please input the file name(*.cfg)[flash:/startup.cfg]
(To leave the existing filename unchanged, press the enter key):
 Validating file. Please wait....
 Saved the current configuration to mainboard device successfully.
 Configuration is saved to device successfully.
[Main-Switch]

Как настроен тот или иной элемент вашей конфигурации можно просмотреть с помощью команды display + …

[Main-Switch]display dns server
 Type:
  D:Dynamic    S:Static
DNS Server  Type  IP Address
    1       S     192.168.0.2
[Main-Switch]display ntp-service status
 Clock status: synchronized
 Clock stratum: 3
 Reference clock ID: 192.168.0.1
 Nominal frequency: 100.0000 Hz
 Actual frequency: 100.0000 Hz
 Clock precision: 2^17
 Clock offset: -0.0863 ms
 Root delay: 10.89 ms
 Root dispersion: 26.96 ms
 Peer dispersion: 16.68 ms
 Reference time: 10:34:41.318 UTC Feb 6 2013(D4BCB041.5177318F)
[Main-Switch]display vlan 100
 VLAN ID: 100
 VLAN Type: static
 Route Interface: not configured
 Description: GUESTNET
 Name: VLAN 0100
 Tagged   Ports:
    GigabitEthernet1/0/27    GigabitEthernet1/0/28
 Untagged Ports:
    GigabitEthernet1/0/20    GigabitEthernet1/0/21
[Main-Switch]]display ssh server status
 SSH server: Enable
 SSH version : 1.99
 SSH authentication-timeout : 60 second(s)
 SSH server key generating interval : 0 hour(s)
 SSH authentication retries : 3 time(s)
 SFTP server: Disable
 SFTP server Idle-Timeout: 10 minute(s)
[Main-Switch]display snmp-agent sys-info
   The contact person for this managed node:
           support@domain.ru
   The physical location of this node:
           SIT, Domian
   SNMP version running in the system:
           SNMPv1 SNMPv2c SNMPv3

Отменить какую-либо настройку можно с помощью команды undo.

Вот, в принципе, и все. Именно с такими настройками у меня работает несколько коммутаторов в сети с поддержкой нескольких vlan.
Оригинал http://www.maxblogs.ru/articles/nachalnaya-nastroika-kommutatora-hp-1910-serii

  • HP 1910 — page 1

    1910, 2010, 2210, 2310, 2510, and 2710 LCD Monitors User Guide …

  • HP 1910 — page 2

    © 2010 Hewlett-Packard Development Company, L.P. Microsoft, Windows, and Windows Vista are either trademarks or registered trademar ks of Microsoft Corporation in the U nited States and/or other countries. The only warrantie s for HP products and services are set forth in the express warranty statements accompanying such products and services. Not …

  • HP 1910 — page 3

    About This Guide This guide provides information on set ting up the monitor, installing driv ers, using the on-scree n display menu, troublesho oting and technical specification s. WARNING! Text set off in this manner indi cates that failure to follow di rections could result in bodily harm or l oss of li fe. CAUTION: Text set off in this manner in …

  • HP 1910 — page 4

    iv About Thi s Guide …

  • HP 1910 — page 5

    Table of contents 1 Produc t Feat ures ………. ………… ……… ……….. ………… ………… …………. ………… ……….. ….. ……… ………. ……….. … 1 HP LCD Monito rs ….. ……….. ………… ………….. …………. ………. …………. ………….. ……… ………. …… ………. …

  • HP 1910 — page 6

    Appendix A Troubleshooting … …………….. …………… …………… …………….. ……….. …………….. …. ………………… .. 28 Solving Common Problems ……………. ………… ………… ………… ………… ………… ………. ………… ….. ……… 28 Getti ng Suppor t from hp.co m …….. …

  • HP 1910 — page 7

    1 Product Features HP LCD Monitors The HP LCD (liquid crystal display) monitors have an active matrix, thin-fil m transistor (TFT) screen with the following features: ● Large diagonal display ● Maximum graphics resolution: ◦ 1910m: 1366 x 768 @ 60Hz ◦ 2010f: 1600 x 900 @ 60Hz ◦ 2010i: 1600 x 900 @ 60Hz ◦ 2010m 1600 x 900 @ 6 0 Hz ◦ 22 …

  • HP 1910 — page 8

    ● Removable base and Video Electr onics Standards Association ( VESA) standard mounting holes for flexible mountin g solutions, incl uding wall-mounting ● Security lock slot for a locking security cable (security cable sold separately) ● Plug and Play capability, if su pported by your computer system ● On-screen displa y (OSD) adjustments f …

  • HP 1910 — page 9

    2 Safety and Maintenance Guidelines Important Safety Information A power cord is included with the monitor. If an other cord is used, u se only a power source a nd connectio n appropriate for this monitor . For inform ation on th e correct po wer cord set to us e with the monitor, refer to the «Connecting the Power Cable» section in Setti …

  • HP 1910 — page 10

    Safety Precautions ● Use only a power sou rce and connection compa tible with this monitor, as indicated on the label/ back plate of the monito r. ● Be sure the total amp ere rating of the pr oducts connected to the outlet does no t exceed the current rating of the el ectrical ou tlet, and the total ampere rating of the products connected to th …

  • HP 1910 — page 11

    Maintenance Guidelines To enhance th e performance and extend the life of the monitor: ● Do not ope n the monit or cabine t or attemp t to se rvice thi s product yourse lf. Adjust only those controls that are covered in th e operating instru ctions. If the monitor i s not operating properly or has been dropped or damaged, contact an author ized H …

  • HP 1910 — page 12

    3. Hold the base with one han d, where it attaches to the rear of the monito r, and push the mon itor forward, folding the monitor flat onto the soft, protected surface. 4. Place the monitor and base in the original packing box. 6 Chapter 2 Safety and Maintenance G uidelines …

  • HP 1910 — page 13

    3 Setting Up the Monitor Unpacking the Monitor 1. Unpack the monitor. Make sure all co ntents are included. Store the packing bo x. 2. Turn off the comp uter and other a ttached devices . 3. Determine whether the monitor will be desktop mounted or wall-mounted. See «Installing the Monitor» in this chap ter. 4. Prepare a flat area to assem …

  • HP 1910 — page 14

    Preparing th e monitor for desktop use 1. Set the monitor screen face down on a flat, soft, pr otected tabl e or desk surface with the support column overha nging the edge. CAUTION: T he screen is fragile . Avoid touching or applying pressure to th e LCD screen; doing so can cause dama ge. Figure 3-1 Unfolding the monitor 2. Grip the base ne ar whe …

  • HP 1910 — page 15

    3. Lift the monito r to an upri ght position and place on a flat, stab le surface. Figure 3-3 Monito r in upright posi tion Preparing th e monitor fo r wall-mount ing 1. Check the stability of the wall-mounting fixture. WARNING ! To reduce the risk of personal injury or of damage to the equipment, chec k that the wall-mounting fixture is adequately …

  • HP 1910 — page 16

    5. Slide the base away fro m the bottom of the mon itor. Figure 3-5 Sliding the base away from the monit or 6. Remove the square plate on the back of monito r. Use a coin at the base of the plate to pry it loose. Figure 3-6 Removing th e plate from the back of the monitor 10 Chapter 3 Se tting Up the Monitor …

  • HP 1910 — page 17

    7. Four threade d holes are expose d. These holes ar e for screws to attach the swing arm or other mounting fixture to the back of the monitor. Figure 3-7 Threaded holes for atta ching wall mount 8. Follow the instructi ons included with th e mounti ng fixture to ensure that the mon itor is safely attached. The four threaded holes that are on the b …

  • HP 1910 — page 18

    2. To connect the DVI-D cable (provided with select models) Connect one end of th e DVI-D video cable to the back of the monitor and the other end to th e DVI-D video connector on the comp uter. You can use this cable only if your comp uter has a DVI compliant graph ics card that is either inte grated or installed. The monitor DVI-D con nector and …

  • HP 1910 — page 19

    playing high-d efinition protected co ntent. Your computer graphics card and monitor must both suppo rt HDCP to display prote cted content. Connecting the Audio Cable Connect the built-in monitor spe a kers to the compu t er by using the audi o cable, as shown in the following illustration: Figure 3 -10 Connect ing the audio ca bles — connector loc …

  • HP 1910 — page 20

    Connecting the Power Cable 1. Follow all electrical and power warnings: WARNING ! To reduce the risk of electric shock or damage to your equipment: Do not disable the power cord grounding plug. Th e grounding plug is an important safety feature. Plug the power cord into a grounded (earthed) electrical outlet. Be sure that the ground ed power outlet …

  • HP 1910 — page 21

    2. Adjust the tilt by moving the top e dge of the monitor either t oward or away from you, without touching the screen. Figure 3-12 Tilt adjustment Adjusting the Swivel The monitor allows a u sable range of motion with the swivel feature. Figure 3 -13 Swivel adjustment CAUTION: To avoid breakage or other da mage, avoid applying pressure to the LCD …

  • HP 1910 — page 22

    Keyboard Parking If you need more space on your desktop , place the keyboard u nder the monitor when not in use. 16 Chapter 3 Se tting Up the Monitor …

  • HP 1910 — page 23

    4 Operating the Monitor CD Software and Utilities The CD that is inclu ded with this monitor co ntai ns drivers an d software th at you can install on your computer. Installing Drivers If you determine that you need to update the driver s, you can install the mo nitor driver INF and ICM files from the CD, or downlo ad them from the Internet. Instal …

  • HP 1910 — page 24

    Using the Auto Adjustment Function You can easily optimize the screen performance fo r the VGA input by using the Auto /OK button on the monitor and the auto adjustment pattern so ftware on the CD provided. Do not use this proced ure if your monitor is using a DVI or HDMI input. If yo ur monitor is using a VGA input, this procedure can co rrect th …

  • HP 1910 — page 25

    Front-Panel Controls Control buttons are located on the right front of the monitor: No. Icon Description 1P o w e r Turns the monitor on or puts it in standby or sleep mode. The Power button is located on the top or front of the monitor de pending on the mo del. 2M e n u Opens, selects, or exits the OSD menu. 3 Adjusts the volume level. 4S o u r c …

  • HP 1910 — page 26

    Using the On-Screen Disp lay (OSD) An on-screen displa y is an image su perimposed on a screen picture, co mmonly used by monito rs, televisions, VCRs, and DVD play ers to display information su ch as volume, channel, an d time. 1. If the monitor is n ot already on, press the Power button to turn on the monito r. 2. To access the O SD menu, press t …

  • HP 1910 — page 27

    Icon Main Menu Options Sub-menu Options Description Quick View Settings saved when user adjusts the Brightness, Contrast, or Color in one of the Quick View options. Movie Photo Gaming Text Custom Custom Color Selects and adjusts your own colo r scales: R — Sets your own red color levels. G — Sets your own green color levels. B — Sets your own …

  • HP 1910 — page 28

    Icon Main Menu Options Sub-menu Options Description Video OverDrive Reduces motion blur in video and fast moving games. Sets the OverDrive feature on or off; the default setting is Off. (select models) Dynamic Contrast Ratio Displays the status of the Dynamic Contrast Ratio (DCR) setting. DCR automatically adjusts the balance between white and blac …

  • HP 1910 — page 29

    Icon Main Menu Options Sub-menu Options Description Mode Display Displays the resolution, refresh rate, and frequency information on the screen each time the OSD Main Menu is accessed. Select: On Off The factory default is On or Off, depending on the model. Monitor Status Displays the operating status of the monitor each time the monitor is powered …

  • HP 1910 — page 30

    Icon Main Menu Options Sub-menu Options Description Sleep Timer Provides the timer-adjustmen t menu options: Set Current Time — Sets the curren t time in hours and minutes. Set Sleep Time — Sets the time you want to place the monitor in sleep mode. Set On Time — Sets the time you want the monitor to wake up from sleep mode. Timer — Sets the …

  • HP 1910 — page 31

    Icon Main Menu Options Sub-menu Options Description Default Source Selects the default or primary vide o input signal when the monitor is connected to two active and valid video sources. The monitor will automatically determine the video format. Auto Switch Source Turns the system’s automatic video signal input to On or Off. The factory defaul …

  • HP 1910 — page 32

    If the OSD is locke d, press and hold the Menu button for 10 seconds to unlock the OSD. If the OSD is unlocked, press and hold the Menu button for 10 seconds to lock the OSD. ● Dynamic Contrast Ratio ON Ind icates DCR is applied when Movie mode is selected from the Quick View options. ● Dynamic Contrast Ratio OFF Indicates DCR ha s been turned …

  • HP 1910 — page 33

    Power-Saver Feature When the monitor is in normal operatin g mode, th e Power ligh t is green and th e monitor uses the normal watts of po wer. For power usag e, refer to «Technic al Specifications» (Append ix B). The monitor also supports a power-saver mode that is controlled by the computer. When the monitor is in the reduced-power sta …

  • HP 1910 — page 34

    A Troubleshooting Solving Common Problems The following table list s possible problems, the possible cause of each problem, and t he recommended solutions: Problem Soluti on Power LED is not on. Make sure the Power button is on, and the power cor d is properly connected to a grou nded power outlet and to the monitor. Select Management in the OSD me …

  • HP 1910 — page 35

    Problem Soluti on Unable to hear audio from built-in speakers. Do the following: ● Ensure the source signal is good by usin g headphones at the source . ● Press the Menu button to access the OSD menu. Select Manageme nt , and then select Volume to adjust the volume. ● Turn up the volume with the Volum e button. ● Ensure speaker volume is no …

  • HP 1910 — page 36

    Have the foll owing informati on availabl e when you call: ● Monitor model n umber (located on label on back of monitor) ● Monitor serial numb er (located on label o n back of monitor or in th e OSD display in th e Information menu) ● Purchase da te on invoice ● Conditions under which the problem occurred ● Error messages received ● Har …

  • HP 1910 — page 37

    B Technical Specifications All specifications repr esent the typical sp ecification s provided by HP’s comp onent manufacture rs; actual performa nce may vary either higher or lower. HP LCD Monitors Face treatment: G lare polarizer with hard coa t ing Input terminal: ● VGA connector ● DVI-D 24–pin D-type co nnector (select models) ● HD …

  • HP 1910 — page 38

    Specifications: Operating Humidity: 20% to 80% Non-Operating Humidity: 5% to 95% Power Source: 100–240 V AC (ca), 50/60 Hz Power Consumption: 28.5 watts (W) maximum Sleep Power Consumption: <2 watts (W) typical Table B -2 Models 2010f/i/m Specifications: Display Type: TFT LCD active matrix Viewable Image Size: 50 .8 cm (20 in.) diagonal Tilt ? …

  • HP 1910 — page 39

    Specifications: Tilt –5° to +25° Maximum Weight (unpacked): 5.52 kg (12.2 lb) Dimensions (h x w x d): 392 x 536 x 200 mm (15.4 x 21.1 x 7.9 in.) Maximum Graphics Resolution: 1920 x 1080 @ 60 Hz analog mode Optimum Graphics Resolution: 1920 x 1080 @ 60 Hz analog mode Text Mode: 720 x 400 Dot Pitch: 0.2480 x 0.2480 mm Horizontal Frequency (analog …

  • HP 1910 — page 40

    Specifications: Temperature (independent of a ltitude) Operating Temperature: 5° to 35° C (41° to 95° F) Non-Operating Humidity: –20° to 60° C (–4° to 140° F) Relative Humidity (non-condensing): Operating Humidity: 20% to 80% Non-Operating Humidity: 5% to 95% Power Source: 100–240 V AC (ca), 50/60 Hz Power Consumption: 56 watts (W) ma …

  • HP 1910 — page 41

    Table B -6 Model 2710m Specifications: Display Type: TFT LCD active matrix Viewable Image Size: 68 .58 cm (27 in.) diagonal Tilt –5° to +25° Maximum Weight (unpacked): 9.6 Kg (21.2 lb) Dimensions (h x w x d): 469 x 671 x 214 mm (18.5 x 26.4 x 8.4 in.) Maximum Graphics Resolution: 1920 x 1080 @ 60 Hz analog mode Optimum Graphics Resolution: 1920 …

  • HP 1910 — page 42

    Preset Resolution Horizontal Freq uency (kHz) Vertical Frequency (Hz) 7 1280 x 1024 63.98 60.02 8 13 66 x 768 47.71 59.79 Table B -8 Factory Preset Video Input Modes , 2010f/i/m Preset Resolution Horizontal Freq uency (kHz) Vertical Frequency (Hz) 1 64 0 x 480 31.47 59.94 2 72 0 x 400 31.47 70.09 3 80 0 x 600 37.88 60.32 4 10 24 x 768 48.36 60.00 5 …

  • HP 1910 — page 43

    A pixel consists of one red, one green , and one blue subpixel. A defective whole pixel is always turned on (a bright sp ot on a dark background), or it i s always off (a dark spot on a bright background). The first is the more vi sible of the two. A defective subp ixel (dot defect) is less visib le than a defecti ve whole pixel, and i s small and …

  • HP 1910 — page 44

    C Agency Regulatory Notices Federal Communications Commission Notice This equipment ha s been teste d and found to comply with the limits fo r a Class B digital device, pursuant to Part 15 of the FCC Rules. These lim its are designed to provide reason able protection against harmful interferen ce in a residential inst allation. This e q uipment gen …

  • HP 1910 — page 45

    Hewlett Packard Company P. O. Box 692000, Mail Stop 530113 Houston, Texas 7726 9-2000 Or, call 1-800- HP-INVENT (1-800 474-6836) For questions regard ing this FCC declaration, contac t: Hewlett Packard Company P. O. Box 692000, Mail Stop 510101 Houston, Texas 7726 9-2000 Or, call (281) 514-3333 To identify this product, refer to the Part, Series, o …

  • HP 1910 — page 46

    Hewlett-Packard GmbH, HQ -TRE, Herrenberger Stra sse 140, 71034 Boebl ingen, Germany The offici al EU CE declarat ion of conformity for this device may be found at http://www.hp.com/ go/ certificates . German Ergonomics Notice HP products which bear the «GS» approval mark, wh en forming part of a system comprising HP brand computers, keyb …

  • HP 1910 — page 47

    Japanese Power Cord Requirements For use in Japa n, use only the power cord received with this product. CAUTION: Do not use the power cord re ceived with this product on any other produ cts. Product Environmental Notices Materials Disposal This HP product contains mercury in th e fluoresce nt lamp in the display LCD tha t might requ ire special han …

  • HP 1910 — page 48

    HP Recycling Program HP encourages customers to recycle used electron ic hardware, HP original print cartridges, and rechargeable batteri es. For more information about recycling prog rams, go to http://www.hp.com/ recycle . Restriction of Hazardous Substances (RoHS) A Japanese regulatory req uirement, defined by specification JIS C 0950, 2005 , ma …

  • HP 1910 — page 49

    Turkey EEE Regulation In Conformity with the EEE Regulation EEE Yönetmeli ğ ine Uygundur Product Environmental Notices 43 …

Понравилась статья? Поделить с друзьями:

Это тоже интересно:

  • Hp 136a картридж заправка инструкция
  • Hp 1010 замена термопленки инструкция
  • Howtoplant ru видео инструкция для горшка с автополивом
  • Hp deskjet 1050 инструкция по применению
  • Hp deskjet 1280 инструкция на русском

  • Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии