COMANDOS EDD DATACOM
COMO CONFIGURAR DmSwitch 2104G2-EDD E1 - DATACOM
-VERIFICAR AS CONFIGURAÇÕES
#show running-config
-VERIFICAR AS PORTAS
#show interfaces status
-VERIFICAR MÓDULO SFP
#show hardware-status transceivers
-RESETAR O SWITCH
#copy default-config running-config
-SALVAR AS CONFIGURAÇÕES
#copy running-config startup-config
-RENOMEAR O SWITCH
#configure
(config)#hostname colocarnome
-MUDAR SENHA ADMINISTRADOR
#configure
(config)#username admin password 0 colocarsenha
-HABILITAR ACESSO SSH
#configure
(config)#ip ssh host-key generate dsa
(config)#ip ssh server
-CRIANDO VLAN PARA GERENCIA IN-BAND
#configure
(config)#interface vlan 15
(config-if-vlan-15)#ip address 10.100.100.10/30
(config-if-vlan-15)#set-member tagged ethernet 1/6
(config-if-vlan-15)#exit
(config)#exit
-ADICIONANDO ROTA PADRÃO
#configure
(config)#no remote-devices enable
(config)#ip default-gateway 10.100.100.9
(config)#end
-CONFIGURANDO VLAN TRUNK/TAGGED
#configure
(config)#interface vlan 1000
(config-if-vlan-1000)#set-member tagged ethernet 1/1
(config-if-vlan-1000)#set-member tagged ethernet 1/6
(config-if-vlan-1000)#exit
(config)#exit
-CONFIGURANDO VLAN ACCESS/UNTAGGED
#configure
(config)#interface vlan 1004
(config-if-vlan-1004)#set-member tagged ethernet 1/2
(config-if-vlan-1004)#set-member untagged ethernet 1/5
(config-if-vlan-1004)#exit
(config)#interface ethernet 5
(config-if-eth-1/5)#switchport native vlan 1004
(config-if-eth-1/5)#end