Пришлось окучивать железки 3Com 4500 и 5500. Сделал серию статей для памяти. Надеюсь пригодятся.
Настройка доступа в 3Com 4500 через telnet
Заходим через консоль. Далее: переходим в режим администрирования
<4500>system-view
System View: return to User View with Ctrl+Z.
В user-interface на терминал вешаем уровень привилегий пользователя, в данном случае администратора.
[4500]user-interface vty 0
[4500-ui-vty0]user privilege level 3
Устанавливаем пароль на терминал
[4500-ui-vty0]set authentication password simple 123456789
[4500-ui-vty0]quit
На Vlan-interface устанавливаем ip-adress.
[4500]interface Vlan-interface 1
[4500-Vlan-interface1]
%Apr 2 00:07:28:540 2000 4500 L2INF/5/VLANIF LINK STATUS CHANGE:- 1 —
Vlan-interface1: is UP
[4500-Vlan-interface1]ip address 10.1.115.201 255.255.255.0
[4500-Vlan-interface1]
%Apr 2 00:08:18:641 2000 4500 IFNET/5/UPDOWN:- 1 -Line protocol on the interface Vlan-interface1 is UP
[4500]quit
Сохраняем.
<4500>save
The configuration will be written to the device.
Are you sure?[Y/N]y
Please input the file name(*.cfg)[flash:/3comoscfg.cfg]:
Now saving current configuration to the device.
Saving configuration. Please wait…