You are on page 1of 1

COMANDOS SWITCH DATACOM (config)#interface vlan 15

(config-if-vlan-15)#ip address 10.100.100.10/30


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

-CRIANDO VLAN PARA GERENCIA IN-BAND


#configure

You might also like