You are on page 1of 7

?

Enable Configure terminal Hostname practica_1 Enable secret Cisco Enable password Redes Exit Enable Configure terminal Show IP interface brief Interface nombre fe(puertos que aparescan en el paso anterior) IP adress

192.168.176.1 255.255.255.0 Exit Interface nombre serial Ip address 10.10.10.1 255.255.255.252 clock rate 64000 N o shotdown

192.168.176.2

Derecha 192.168.175.1 192.168.175.2

Capitulo 3 y actividad 1

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>? Exec commands: <1-99> connect disable Session number to resume Open a terminal connection Turn off privileged commands

disconnect Disconnect an existing network connection enable exit logout ping resume show ssh Turn on privileged commands Exit from the EXEC Exit from the EXEC Send echo messages Resume an active network connection Show running system information Open a secure shell client connection

telnet

Open a telnet connection

terminal Set terminal line parameters traceroute Trace route to destination Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname practica_1 practica_1(config)#enable secret cisco practica_1(config)#enable password redes practica_1(config)#exit practica_1# %SYS-5-CONFIG_I: Configured from console by console enable practica_1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. practica_1(config)#show ip interface brief ^ % Invalid input detected at '^' marker.

practica_1(config)#do show ip interface brief Interface IP-Address OK? Method Status Protocol

FastEthernet0/0

unassigned

YES unset administratively down down

FastEthernet1/0

unassigned

YES unset administratively down down

Serial2/0

unassigned

YES unset administratively down down

Serial3/0

unassigned

YES unset administratively down down

FastEthernet4/0

unassigned

YES unset administratively down down

FastEthernet5/0

unassigned

YES unset administratively down down

practica_1(config)#interface FastEthernet0/0 practica_1(config-if)#ip address 192.168.176.1 255.255.255.0 practica_1(config-if)#exit practica_1(config)#interface Sarial12/0 ^ % Invalid input detected at '^' marker.

practica_1(config)#interface serial2/0 practica_1(config-if)#ip address 10.10.10.1 255.255.255.252 practica_1(config-if)#clock rate 64000 practica_1(config-if)#no shotdown ^ % Invalid input detected at '^' marker.

practica_1(config-if)#No shotdown ^ % Invalid input detected at '^' marker.

practica_1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to down practica_1(config-if)#exit practica_1(config)#

You might also like