Ejercicio 2 para Repasar CCNA1

You might also like

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

Router>

Router>
Router>enable
Router#
Router#configure terminal
Router(config)#
Router(config)#no ip domain-lookup

Router(config)#hostname CR-CENTRAL
CR-CENTRAL(config)#do write

CR-CENTRAL(config)#interface gi 0/0/0
CR-CENTRAL(config-if)#ip address 192.168.1.254 255.255.255.0
CR-CENTRAL(config-if)#description Red de planta
CR-CENTRAL(config-if)#no shutdown

CR-CENTRAL(config-if)#interface gi 0/0/1
CR-CENTRAL(config-if)#ip address 172.30.0.1 255.255.0.0
CR-CENTRAL(config-if)#description gateway de red administrativa
CR-CENTRAL(config-if)#no shutdown

PARA VALIDAR SI SE CONFIGURO


CR-CENTRAL(config-if)#do show ip interface brief
CR-CENTRAL(config-if)#do show running-config
CR-CENTRAL(config-if)#line console 0
CR-CENTRAL(config-line)#password isp
CR-CENTRAL(config-line)#login

CR-CENTRAL(config-line)#enable secret edutek


CR-CENTRAL(config)#do write

You might also like