You are on page 1of 3

COMANDO PARAS VERIFICAR LA CONFIGURACION

switch# show running-config


#show ip interface <#puerto> -->(f0/6)
#show ip interface briet
#show vlan
#show vlan brief
Configuracion basica del switch
switch>enable
switch#configure terminal
switch(config)#enable secret cisco
#line console 0
switch(config-line)#password
----------------------------------User Access Verification
Password:
Password:
Password:
Switch>(config)# srv
Switch>(config)# ser
Switch>(config)# service password-encription
^
% Invalid input detected at '^' marker.
Switch>(config)#service password-encription
^
% Invalid input detected at '^' marker.
Switch> (config)#service password-encription
^
% Invalid input detected at '^' marker.
Switch> (config)#service password encription
^
% Invalid input detected at '^' marker.
Switch>#exit
Translating "#exit"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer address
Switch>

Switch con0 is now available

Press RETURN to get started.

User Access Verification


Password:
Switch>#hostname ITVH
^
% Invalid input detected at '^' marker.
Switch> #hostname <ITVH>
^
% Invalid input detected at '^' marker.
Switch>#configure terminal
^
% Invalid input detected at '^' marker.
Switch>enable
Password:
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname ITVH
ITVH(config)#
ITVH(config)#enable secret cisco
ITVH(config)#line console 0
ITVH(config-line)#password cisco
ITVH(config-line)#login
ITVH(config-line)#line vty 0 15
ITVH(config-line)#password cisco
ITVH(config-line)#login
ITVH(config-line)#exit
ITVH(config)#service password-encription
^
% Invalid input detected at '^' marker.
ITVH(config)#service password-encryption
ITVH(config)#bunnerd motd "SOLO PERSONAL AUTORIZADO"
^
% Invalid input detected at '^' marker.
ITVH(config)#bannerd motd "SOLO PERSONAL AUTORIZADO"
^
% Invalid input detected at '^' marker.

ITVH(config)#banner motd "SOLO PERSONAL AUTORIZADO"


ITVH(config)#int vlan100
ITVH(config-if)#ip address 172.18.3.0 255.255.255.255
Bad mask /32 for address 172.18.3.0
ITVH(config-if)#ip address 172.18.3.128 255.255.255.224
Bad mask /27 for address 172.18.3.128
ITVH(config-if)#no shutdown
ITVH(config-if)#exit
ITVH(config)#banner motd "SOLO PERSONAL AUTORIZADO"
ITVH(config)#int vlan100
ITVH(config-if)#ip address 172.18.3.130 255.255.255.224
ITVH(config-if)#no shutdown
ITVH(config-if)#exit
ITVH(config)#ip default-gateway 172.18.3.129
ITVH(config)#exit
ITVH#
%SYS-5-CONFIG_I: Configured from console by console
write
Building configuration...
[OK]
ITVH#

You might also like