Está en la página 1de 2

Switch1 2950 -24puertos consola

enter para inicial


Switch> modo configuracin usuario
enable
Switch# Modo configuracin privilegiado
exit
Switch# ?
<1-99>
Session number to resume
clear
Reset functions
clock
Manage the system clock
configure Enter configuration mode
connect
Open a terminal connection
copy
Copy from one file to another
debug
Debugging functions (see also 'undebug')
delete
Delete a file
dir
List files on a filesystem
disable
Turn off privileged commands
disconnect Disconnect an existing network connection
enable
Turn on privileged commands
erase
Erase a filesystem
exit
Exit from the EXEC
logout
Exit from the EXEC
more
Display the contents of a file
no
Disable debugging informations
ping
Send echo messages
reload
Halt and perform a cold restart
resume
Resume an active network connection
setup
Run the SETUP command facility
show
Show running system information
ssh
Open a secure shell client connection
telnet
Open a telnet connection
terminal
Set terminal line parameters
traceroute Trace route to destination
undebug
Disable debugging functions (see also 'debug')
vlan
Configure VLAN parameters
write
Write running configuration to memory, network, or terminal
Switch# en( enable )
Switch#write ( escribe la configuracion actual a la memoria)
Switch#write ?
erase
Erase NV memory
memory
Write to NV memory
terminal Write to terminal
<cr>
Switch#me (memory)
Building configuration...
[OK]
Switch#write terminal ( muestra toda la configuracin del switch)
Switch#q ( sale de las opciones que muestra write terminal
MODO CONFIGURACION GLOBAL
Switch#config t (terminal)
Switch(config)#
Switch(config)#hostname
Switch(config)#hostname ? ( indicar una palabra?
Switch(config)#hostname Gaia
Gaia(config)#
Gaia(config)#interface FastEthernet 0/1 ( se puede escribrir )

Gaia(config)#int f0/1
Gaia(config-if)#
Gaia(config-if)#speed 100( velocidad del puerto)
Gaia(config-if)#duplex full( cambiar el cable)
Gaia(config-if)#speed 10 (no se puede usar as, no es valido por que antes pusimos
speed 100 entonces debemos borrar mediante el comando no speed 100)
Gaia(config-if)#shutdown (apagamos la interfaz 0/1
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively do
wn
Gaia(config-if)# no shutdown ( para encenderla)
Gaia(config-if)#exit (para salir de la interfaz)
Gaia(config)#int f0/24
Gaia(config-if)#
Gaia(config-if)#exit
Gaia(config)#

También podría gustarte