Está en la página 1de 4

Configuración y resolución de problemas de una red conmutada

A.

Configure el nombre del host y la VLAN 1

Switch(config)#hostname S1 S1(config)#interface fastEthernet 0/1 S1(config-


if)#switchport mode access S1(config-if)#exit S1(config)#i S1(config)#interface
vlan 1 S1(config-if)#ip address 172.17.99.11 255.255.255.0 S1(config-if)#no
shutdown S1(config-if)#exit S1(config)# S1(config)#ip default-gateway 172.17.99.1
S1(config)#exit
B.

Configure la hora actual utilizando la Ayuda

S1#clock set 18:15:00 25 sep 2012 S1#show clock *18:15:6.193 UTC mar sep 25 2012
C.

Configure las contraseñas

S1#configure terminal S1(config)#enable password class S1(config)#enable secret


class S1(config)#line console 0
S1(config-line)#password cisco S1(config-line)#login S1(config-line)#exit
S1(config)#line vty 0 14 S1(config-line)#password cisco S1(config-line)#login
S1(config-line)#exit S1(config)#service password-encryption
D.

Configure el mensaje de inicio de sesión

S1(config)#banner motd #Authorized Access Only# S1(config)#


E.

Configure el router

Router(config)#hostname R1 R1(config)#enable password class R1(config)#enable


secret class R1(config)#line console 0 R1(config-line)#password cisco R1(config-
line)#login R1(config-line)#exit R1(config)#line vty 0 4 R1(config-line)#password
cisco R1(config-line)#login R1(config-line)#exit R1(config)#service password-
encryption R1(config)#banner motd #Authorized Access Only# R1(config)#
F.

Resuelva la incompatibilidad entre el dúplex y la velocidad

S1(config)#interface fastEthernet 0/18 S1(config-if)#duplex full S1(config-if)#exit


S1(config)#interface fastEthernet 0/24 S1(config-if)#duplex full S1(config-if)#exit
S1(config)#
G.

Configure la seguridad de puertos

S1(config)#interface fastEthernet 0/18 S1(config-if)#switchport port-security


S1(config-if)#switchport port-security maximum 1 S1(config-if)#switchport port-
security mac-address sticky S1(config-if)#end S1#show port-security interface
fastEthernet 0/18
S1#
H.

Asegure los puertos no utilizados

S1(config)#interface fastEthernet 0/2 S1(config-if)#shutdown S1(config-if)#exit


S1(config)#interface fastEthernet 0/3 S1(config-if)#shutdown S1(config-if)#exit
S1(config)#interface fastEthernet 0/4 S1(config-if)#shutdown S1(config-if)#exit
S1(config)#interface gigabitEthernet 1/1 S1(config-if)#shutdown S1(config-if)#exit
S1(config)#interface gigabitEthernet 1/2 S1(config-if)#shutdown S1(config-if)#exit
S1(config)#exit
I.

Administre el archivo de configuración del switch.

S1#copy running-config startup-config Destination filename [startup-config]?


Building configuration... [OK] S1# R1#copy running-config startup-config
Destination filename [startup-config]? Building configuration... [OK] R1#

También podría gustarte