Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ROUTER>ena Router#config t Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R2=para colocarle nombre al router Router(config)#enable password cisco2 Router(config)#line vty 0 3 Router(config-line)#password cisco4 Router(config-line)#login Router(config-line)#exit Router(config)#router rip Router(config-router)#network 192.168.2.32 Router(config-router)#network 192.168.2.64 Router(config-router)#exit Router(config)#interface fastethernet 0/0 Router(config-if)#ip add 192.168.2.33 255.255.255.224 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up Router(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state t o up Router(config-if)#exit Router(config)#interface serial 2/0(DCE) Router(config-if)#ip add 192.168.2.65 255.255.255.224 Router(config-if)#clock rate 56000 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial2/0, changed state to down Router(config-if)#exit

R2(config)#interface serial 3/0(DTE)

You might also like