0% found this document useful (0 votes)
22 views2 pages

Configuración de Switch y Router en Red

The document outlines configurations made on a switch named sena and a router named tupapa. It includes changing the switch hostname, creating VLAN 2 for ports 2-3 on the switch, enabling trunking on port 1 connected to the router, changing the router hostname, configuring subinterface 0.2 on the router for VLAN 2, setting the switch clock, adding a password to the switch console, and saving the configurations.

Uploaded by

Brayan Hernandez
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views2 pages

Configuración de Switch y Router en Red

The document outlines configurations made on a switch named sena and a router named tupapa. It includes changing the switch hostname, creating VLAN 2 for ports 2-3 on the switch, enabling trunking on port 1 connected to the router, changing the router hostname, configuring subinterface 0.2 on the router for VLAN 2, setting the switch clock, adding a password to the switch console, and saving the configurations.

Uploaded by

Brayan Hernandez
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

cambiar nombre del swtch

Switch(config)#hostname sena

configurar vlans

sena(config)#vlan 2

sena(config-vlan)#name aprendices

sena(config-vlan)#exit

sena(config)#interface range fastEthernet 0/2-3

sena(config-if-range)#switchport access vlan 2

sena(config-if-range)#exit

configurar puerto modo troncal para el router

SwitchPpal(config)#interface fa 0/1

SwitchPpal(config-if)#switchport mode trunk

SwitchPpal(config-if)#exit

router

nombre del router

Router(config)#hostname tupapa

configuracion del puerto del switch

tupapa(config)#interface fastEthernet 0/0

tupapa(config-if)#no shutdown
configuracion vlans

tupapa(config)#interface fastEthernet 0/0.2

tupapa(config-subif)#encapsulation dot1Q 2

tupapa(config-subif)#ip address [Link] [Link]

tupapa(config-subif)#exit

configuracion de fecha en el siwch

sena#clock set 19:07:00 jun 20 2019

sena#show clock

contraseña al swch

sena(config)#enable secret 041530

sena(config)#line con 0

sena(config-line)#password 041530

sena(config-line)#login

sena(config-line)#exit

guardar la configuracion

sena#copy running-config startup-config

Destination filename [startup-config]?

Building configuration...

[OK]

You might also like