You are on page 1of 1

Cambiar Nombre:

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname Hector
Hector(config)#
Hector(config)#end
Hector#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Hector#
%SYS-5-CONFIG_I: Configured from console by console
Configurar IP en interface ethernet:
Hector#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Hector(config)#interface FastEthernet0/0
Hector(config-if)#ip address 192.168.254.253 255.255.255.0
Hector(config-if)#
Hector(config-if)#exit
Configurar IP en interface Serial0/0/0:
Hector(config)#interface Serial0/0/0
Hector(config-if)#ip address 10.10.10.5 255.0.0.0
Hector(config-if)#ip address 10.10.10.5 255.255.255.252
Hector(config-if)#
Hector(config-if)#exit

You might also like