You are on page 1of 5

CONFIGURACIN ROUTER QUITO Router#config Configuring from terminal, memory, or network [terminal]?

Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname QUITO QUITO(config)#(nombre) ^ % Invalid input detected at '^' marker.

QUITO(config)#ena QUITO(config)#enable password cisco QUITO(config)#enable secret class QUITO(config)#line console 0 QUITO(config-line)#password cisco QUITO(config-line)#login QUITO(config-line)#exit QUITO(config)#line vty 04 QUITO(config-line)#password cisco QUITO(config-line)#login QUITO(config-line)#exit QUITO(config)#int QUITO(config)#interface f0/0 QUITO(config-if)#ip add 192.168.1.1 255.255.255.0 QUITO(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

QUITO(config-if)#exit QUITO(config)#int s2/0 QUITO(config-if)#ip add 200.10.10.1 255.255.255.0 QUITO(config-if)#clock rate 250000 QUITO(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to down QUITO(config-if)#exit QUITO(config)#router rip QUITO(config-router)#network 192.168.1.0 QUITO(config-router)#network 200.10.10.0 QUITO(config-router)#exit QUITO(config)# QUITO(config)# QUITO(config)# QUITO(config)#wr ^ % Invalid input detected at '^' marker.

QUITO(config)# QUITO(config)# QUITO(config)# QUITO(config)# QUITO(config)# QUITO(config)#

QUITO(config)# QUITO(config)# QUITO(config)#exit

%SYS-5-CONFIG_I: Configured from console by console QUITO#wr Building configuration... [OK] QUITO#show run Building configuration...

Current configuration : 847 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname QUITO ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 enable password cisco ! !

! ! ! ! !

QUITO#sow run ^ % Invalid input detected at '^' marker.

QUITO#show run Building configuration...

Current configuration : 847 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname QUITO ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 enable password cisco

! ! ! ! ! ! !

QUITO# QUITO#

You might also like