Comandos úteis
#Desativar e ativar portas disable ports 22 enable ports 22
1 – Definir Hostname
configure snmp sysName sw-testeCTI
2 – Configurar IP(Vlan de Gerência) e Default Route(Gateway)
create vlan MNGT tag 666 configure vlan MNGT ipaddress 172.XXX.YYY.ZZZ 255.255.255.0 configure iproute add default 172.XXX.YYY.ZZZ
4 – Configura porta TRUK
Basta configurar a VLAN nativa na porta como UNTAGGED e todas as demais como TAGGED
configure "MNGT" add ports 24 untagged configure "GUEST" add ports 24 tagged configure "ADM" add ports 24 tagged configura "WIFIMNGT" add ports 24 tagged
5 – Configurar porta TRUNK para Access Point
Configura a VLAN de gerência WIFI como Nativa e incluir todas as vlans que serão acessadas via AP.
configure "WIFIMNGT" add ports 24 untagged configure "GUEST" add ports 24 tagged configure "ADM" add ports 24 tagged
6 – Configurar Spanning-tree
configure stpd "s0" mode dot1w configure stpd "s0" priority 8192 configure stpd "s0" add vla <vlans> ports all
7 – Atualizar firmware
Baixar o firmware atualizado abrindo um request no portal Extreme. Viabilizar um servidor TFTP e salva imagem na pasta raiz(tftp). Verificar ping entre switch e servidor TFTP.
download image IP_DO_TFTP <nome_imagem.xos> vr VR-Default
8 – Habilitar acessos ao Console
enable web http enable ssh2 disable telnet
Referencias : Switch Extreme: checklist configurações básicas – Coordenadoria de Tecnologia da Informação (ifrs.edu.br)
Comments are closed