пятница, 24 июля 2015 г.

Brocade FAQ and Info по первичной настройке

Первичная настройка:

Синтаксис команд схож на Cisco:
enable
show running-config interface management 1

show flash
show version
show chassis - просмотр блоков питания и фанов
show module - просмотр моделуй
show media - типы портов и модуля

Сброс в дефолт:
erase startup-config
write memory & reload

Настройка MNG интерфейса (если настроить MNG VLAN, то MNG интерфейс не будет работать):
conf term
interface management 1
ip addr 192.168.1.X/24
ip route 0.0.0.0 0.0.0.0 192.168.1.1
 или ip default-gateway 192.168.1.1

Настройка VLAN & IP & Default Gateway (если настроить MNG VLAN, то MNG интерфейс не будет работать):
vlan 2 name SERVERS
tagged ethe 1/1/24
router-interface ve 1
interface ve 1
ip address 192.168.1.14 255.255.255.0
ip route 0.0.0.0/0 192.168.1.1

Настройка SSH доступа:
crypto key generate rsa
ip ssh password-authentication yes
username root pri 0 password P@ssw0rd
aaa authentication login default local

Продвинутый вариант SSH:
crypto key gen
access-list 10 permit <ip_address/maskbits>
ssh access-group 10
ip ssh idle-time 20
ip ssh timeout 60
no telnet server
user root privilege 0 pass <yourSuperSecurePassword>
aaa authentication login default local
enable aaa console


Установка лицензий выполняется через TFTP:
SSH@ICX6610-48 Switch#copy tftp license 192.168.5.113 20150226065413349dzpINJNmFMi.xml unit 1 
SSH@ICX6610-48 Switch#Flash Memory Write (8192 bytes per dot) .
Copy Software License from TFTP to Flash Done.

Обновления прошивки:

Software images for all Brocade devices can be uploaded and downloaded between flash modules on
the devices and a TFTP server on the network.
Brocade devices have two flash memory modules:
• Primary flash - The default local storage device for image files and configuration files
• Secondary flash - A second flash storage device. You can use secondary flash to store redundant images for additional booting reliability or to preserve one software image while testing another one. Only one flash device is active at a time. By default, the primary image becomes active when you
reboot the device.
You can use TFTP to copy an update image from a TFTP server onto a flash module. You can also use SCP to copy images to and from a host. When you want to back up the current configuration and images for a device, you can copy the images and configuration files from a flash module to a TFTP server.

Для TFTP сервера можно использовать Tftpd32 - http://tftpd32.jounin.net/

Стоит отметить, что Firnware бывает как L2 так и L3. Соответственно, в названии файла это выражается как "SPS08030h.bin" и "SPR08030h.bin".
Также, стоит не забывать проверять версию bootrom и совместимость ее с версией Firnware. Bootrom можно обновлять также.

copy tftp flash ip-addr image-file-name primary | secondary

write mem

reload
Восстановить пароль:

To reset the password do the following:
1) Reboot switch via console session; pay careful attention to loading prompts
2) Type the letter B prior to loading of flash to enter Boot Monitor mode
3) At prompt, simply type: no password
4) Reboot switch by typing: boot
Роли портов:

untagged ports = access ports -> simple say connect client computer

tagged ports = trunks ports -> simple say connect between switches

Комментариев нет:

Отправить комментарий