You are on page 1of 4

Configuracin de la primera interface de del router

Router Con0 is now available

Press RETURN to get started!

Router>en

Router#config t

Enter configuration commands, one per line. End with CNTL/Z

Router(config)#hostname SANTIAGO

SANTIAGO(config)#line con 0

SANTIAGO(config-line)#password celular

SANTIAGO(config-line)#login

SANTIAGO(config-line)#exit

SANTIAGO(config)#enable secret pluma

SANTIAGO(config)#enable password lapiz

SANTIAGO(config)#interface fastethernet 0/1

SANTIAGO(config-if)#ip address 199.133.78.33 255.255.255.224

SANTIAGO(config-if)#no shutdown

20:04:51 %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up


20:04:51 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to
up

SANTIAGO(config-if)#description lan sosa

SANTIAGO(config-if)#exit

SANTIAGO(config)#exit

SANTIAGO#

/////**********************************************************************////////

Router Con0 is now available

Press RETURN to get started!

Router>en

Router#config t

Enter configuration commands, one per line. End with CNTL/Z


Router(config)#hostname SANTIAGO

SANTIAGO(config)#line console 0

SANTIAGO(config-line)#password celular

SANTIAGO(config-line)#login

SANTIAGO(config-line)#exit

SANTIAGO(config)#enable secret pluma

SANTIAGO(config)#enable password lapiz

SANTIAGO(config)#interface fastethernet 0/1

SANTIAGO(config-if)#ip address 199.133.78.33 255.255.255.224

SANTIAGO(config-if)#no shutdown

20:17:49 %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up

20:17:49 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to


up

SANTIAGO(config-if)#description lan sosa

SANTIAGO(config-if)#exit

SANTIAGO(config)#exit

SANTIAGO#copy run st

Destination filename [startup-config]?

Building configuration...

[OK]

SANTIAGO#configure terminal

Enter configuration commands, one per line. End with CNTL/Z

SANTIAGO(config)#interface fastethernet 0/0

SANTIAGO(config-if)#ip address 205.21.57.9 255.255.255.248

SANTIAGO(config-if)#no shutdown
20:32:10 %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up

20:32:10 %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to


up

SANTIAGO(config-if)#description lan sasu

SANTIAGO(config-if)#exit

SANTIAGO(config)#exit

SANTIAGO#copy run st

Destination filename [startup-config]?

Building configuration...

[OK]

SANTIAGO#configure terminal

Enter configuration commands, one per line. End with CNTL/Z

SANTIAGO(config)#router rip

SANTIAGO(config-router)#network 199.133.78.0

SANTIAGO(config-router)#network 205.21.57.0

SANTIAGO(config-router)#exit

SANTIAGO(config)#exit

SANTIAGO#copy run st

Destination filename [startup-config]?

Building configuration...

[OK]

SANTIAGO#

You might also like