Добрый день. Недавно попал в руки коммутатор Brocade VDX 6710. Коммутатор уже б/у, но вроде как нормально должен работать. При попытке просто воткнуть его в сеть тупо как коммутатор и подключить к нему комп - комп не получил айпишника по дхцп из сети, словил стандартный 169.254.х.х. Полез смотреть через гипертерминал конфиг, т.к. через management interface по ssh было не достучаться ( вебки у него нету). В итоге увидел как назначить ip через dhcp для management'а, он его назначил, но на остальном коммутаторе от этого ничего не поменялось. Куда смотреть, в какой мануал? Видимо слишком умный девайс, так просто не хочет работать. Не скажу что это прям жизненно-важно, просто интересно разобраться почему он так себя ведёт. На нём установлена Network OS 4.1.1.
Пробовал всякие auto-deployment'ы, но выдаёт ошибку.
Уточняйте, что показать на скринах из конфига - сделаю.
Configuring an IP address with DHCP
NOTE
DHCP is not supported for IPv6 addresses.
By default, DHCP is disabled. You must explicitly enable the service. Use the ip address dhcp
command to enable DHCP for IPv4 addresses, and the ipv6 address dhcp command to enable
DHCP for IPv6 addresses. The Network OS DHCP clients support the following parameters:
• External Ethernet port IP addresses and prefix length
• Default gateway IP address
When you connect the DHCP-enabled switch to the network and power on the switch, the switch
automatically obtains the Ethernet IP address, prefix length, and default gateway address from the
DHCP server. The DHCP client can only connect to a DHCP server on the same subnet as the
switch. Do not enable DHCP if the DHCP server is not on the same subnet as the switch.
The following example enables DHCP for IPv4 addresses.
switch(config)# interface management 1/1
switch(config-Management-1/1)# ip address dhcp
The following example enables DHCP for IPv6 addresses.
switch(config)# interface management 1/1
switch(config-Management-1/1)# ipv6 address dhcp
The show running-config interface management command indicates whether DHCP is enabled. The
following example shows a switch with DHCP enabled for IPv4 addresses.
switch# show running-config interface management
interface Management 2/0
ip address dhcp
ip route 0.0.0.0/0 10.24.80.1
ip address 10.24.73.170/20