Configuração Switch
Artigo: Configuração Switch. Pesquise 862.000+ trabalhos acadêmicosPor: soumacedo • 24/9/2014 • 439 Palavras (2 Páginas) • 882 Visualizações
Comandos Switch 3COM
ATENÇÃO!
Não me responsabilizo por qualquer comando digitado incorretamente no switchs, se estiver em duvida pergunte a alguem que tenha conhecimento ou estude muito antes.
Abaixo estão alguns dos comandos que aprendi configurando switches do tipo 3com 4200 ou CORE switch 5500:
1 – Entrando no modo de administração do switch
- Faça o login no equipamento
- User e senha
- Digite “sys” para entrar em modo privilegiado
2 – Alterando a VLAN da porta
- digite “interface gi1/0/x”, onde x é igual à porta a ser configurada
- digite port access vlan x, onde x é a vlan à ser configurada na porta
3 – Configurando uma porta para trunk, caso haja necessidade de conexão com novos switches
- digite “interface gi1/0/x”, onde x é igual à porta a ser configurada
- digite “port link-type trunk”
- digite “port trunk permit vlan all”
- digite “undo stp edge”
4 – Configurando novas rotas estáticas
- digite “ip route-static <rede> <mascara> <next-hop> <nome para identificação da rota>
4 – Salvando as configurações
- digite “save” e somente confirme as questões referentes à alteração de nome default de configuração.
###################################
mudando a VELOCIDADE da porta do switch para 10 MB, 100MB ou 1000MB
[HGG_SWCORE_CPD_2]int gi1/0/8
[HGG_SWCORE_CPD_2-GigabitEthernet1/0/8]speed 10
[HGG_SWCORE_CPD_2-GigabitEthernet1/0/8]spee
[HGG_SWCORE_CPD_2-GigabitEthernet1/0/8]speed 100
[HGG_SWCORE_CPD_2-GigabitEthernet1/0/8]spee
[HGG_SWCORE_CPD_2-GigabitEthernet1/0/8]speed 1000
#####################################
copiando a configuracao de uma porta para outras:
Copy conf source g1/0/1 dest g1/0/2 to g1/0/46
######################################
Comandos:
Disp cur
Disp ip int BR
Disp ip routing
display brief interface
#######################3
Configuring the Switch to Act as the SSH Server and Use Password
Authentication
Networking and Configuration Requirements
In scenarios where users log into a switch over an insecure network, SSH can be used to ensure the security of data exchange to the maximum extent. Establish an SSH connection
between the host (SSH client) and the switch (SSH server) for secure data exchange. The host runs SSH2 client software. Password authentication is required.
Configuration Procedure
Configure
...