Verificador de Sintaxis

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Verificador de sintaxis: Configuración de una

Interfaz Virtual de Switch


Línea de comandos:
Switch>enable
Switch# configuración terminal (conf term)
Switch (config) # interface vlan1
Switch (config-if) # ip address 192.168.1.20 255.255.255.0
Switch (config-if) # no shutdown

Nombre de dispositivos
Línea de comandos:
Switch> enable
Switch# conf term
Switch (config)# hostname Sw-01
Sw-01(config)#

Configurar las Contraseñas


Línea de comandos:
Sw-01# configure terminal (conf term)
Sw-01 (config)# line console 0
Sw-01 (config-line)# password cisco
Sw-01 (config-line)# login
Sw-01 (config-end)# end
Sw-01#
Sw-01# configure terminal (conf term)
Sw-01 (config)# enable secret class
Sw-01 (config)# exit
Sw-01#
Sw-01# configure terminal (conf term)
Sw-01 (config)# line vty 0 15
Sw-01 (config-line) # password cisco
Sw-01 (config-line) # login
Sw-01 (config-line) # end
Sw-01#
Sw-01# configure terminal (conf term)
Sw-01 (config)# service password-encryption
Sw-01 (config)#
Sw-01 (config)# end
Sw-01 (config)# show running-config

You might also like