You are on page 1of 1

Comandos básicos

Switch>enable
Switch#
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface FastEthernet0/1
Switch(config-if)#vlan 10
Switch(config-vlan)#name Professores
Switch(config-vlan)#no sh
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name Alunos
Switch(config-vlan)#exit
Switch(config)#vlan 50
Switch(config-vlan)#name Gestao
Switch(config-vlan)#exit
Switch(config)#vlan 99
Switch(config-vlan)#name Guest
Switch(config-vlan)#exit
Switch(config)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console

Switch#copy
Switch#copy r
Switch#copy running-config atsr
Switch#copy running-config star
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Switch#write
Switch#write me
Switch#write memory
Building configuration...
[OK]
Switch#
Switch#

You might also like