You are on page 1of 4

LABORATORIO 11.5.

2 Configuracin de ROUTER1
Router>enable Router#conf term Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname ROUTER1 ROUTER1(config)#int fa 0/0 ROUTER1(config-if)#description Router1 conectado al switch ROUTER1(config-if)#ip address 192.168.1.1 255.255.255.0 ROUTER1(config-if)#no sh ROUTER1(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up ROUTER1(config-if)#exit ROUTER1(config)#banner motd #Mensaje de Bienvenida# ROUTER1(config)#line console 0 ROUTER1(config-line)#password cisco ROUTER1(config-line)#login ROUTER1(config-line)#exit ROUTER1(config)#enable secret class ROUTER1(config)#line vty 0 4 ROUTER1(config-line)#password cisco ROUTER1(config-line)#login ROUTER1(config-line)#exit ROUTER1(config)#show running-config ^ % Invalid input detected at '^' marker. ROUTER1(config)#exit ROUTER1# %SYS-5-CONFIG_I: Configured from console by console ROUTER1#show running-config Building configuration... Current configuration : 681 bytes ! version 12.3 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname ROUTER1 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 !

! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 description Router1 conectado al switch ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! no cdp run ! banner motd ^CMensaje de Bienvenida^C ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

ROUTER1# ROUTER1# ROUTER1#copy running-config startup config ^ % Invalid input detected at '^' marker. ROUTER1#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] ROUTER1#ping 192.168.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms ROUTER1#ping 192.168.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms ROUTER1#Copy Start TFTP Address or name of remote host []? 192.168.1.2 Destination filename [ROUTER1-confg]? Writing startup-config...!! [OK - 681 bytes] 681 bytes copied in 0 secs ROUTER1#

Configuracin del servidor TFTP

You might also like