Pac 7

You might also like

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

Router(config)#hostname R3

R3(config)#banner motd #Bienvenidos#


R3(config)#enable secret class
R3(config)#line console 0
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#line vty 0 4
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#line console 0
R3(config-line)#exec-timeout 30
exit
R3(config)#int fa0/0
R3(config-if)#ip add 209.165.200.226 255.255.255.224
R3(config-if)#no sh
R3(config)#int s0/0/1
R3(config-if)#ip add 209.165.202.130 255.255.255.252
R3(config-if)#no sh
R3(config)#ip route 192.168.80.0 255.255.255.0 s0/0/1
R3#copy startup-config tftp
Address or name of remote host []? 209.165.200.225
Destination filename [R3-confg]? R3-starconf
(crear archivo y asi con los demas routers)
hasta aqiii!!
R3# show ver
R3#copy flash tftp
Source filename []? c1841-advipservicesk9-mz.124-15.T1.bin
Address or name of remote host []? 209.165.200.225
Destination filename [c1841-advipservicesk9-mz.124-15.T1.bin]? IOSR3
(y asi con cada router)
-------------------------------------------------------------------------------------------------------------------------------------------Router(config)#hostname R1
R1(config)#banner motd #Bienvenidos#
R1(config)#enable secret class
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#line console 0
R1(config-line)#exec-timeout 30
R1(config-line)#exit
R1(config)#int fa 0/0
R1(config-if)#ip add 192.168.80.20 255.255.255.192
R1(config-if)#no sh
R1(config)#int s0/0/1
R1(config-if)#ip add 209.165.202.129 255.255.255.252
R1(config-if)#clock rate 64000
R1(config-if)#no sh
R1(config)#int s0/0/0
R1(config-if)# ip add 192.168.80.97 255.255.255.252

R1(config-if)#no sh
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#exit
R1(config)#ip route 0.0.0.0 0.0.0.0 s0/0/1
R1(config)#router rip
R1(config-router)#default
R1(config-router)#default-information originate
R1(config-router)#exit
R1(config)#router rip
R1(config-router)#ver 2
R1(config-router)#network 209.165.202.128
R1(config-router)#network 192.168.80.0
R1(config-router)#network 192.168.80.96
R1(config-router)#exit
R1#copy startup-config tftp
Address or name of remote host []? 192.168.80.1
Destination filename [R1-confg]? R1-starconf
R1#copy flash tftp
Source filename []? c1841-advipservicesk9-mz.124-15.T1.bin
Address or name of remote host []? 192.168.80.65
Destination filename [c1841-advipservicesk9-mz.124-15.T1.bin]? IOSR1
------------------------------------------------------------------------Router(config)#hostname R2
R2(config)#banner motd #Bienvenido#
R2(config)#enable secret class
R2(config)#line console 0
#exec-timeout 30
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#int fa 0/0
R2(config-if)#ip add 192.168.80.70 255.255.255.224
R2(config-if)#no sh
R2(config)#int s0/0/0
R2(config-if)#ip add 192.168.80.98 255.255.255.252
R2(config-if)#clock rate 64000
R2(config-if)#no sh
R2(config-if)#router rip
R2(config-router)#version 2
R2(config-router)#network 192.168.80.64
R2(config-router)#network 192.168.80.96
R2(config-router)#exit
R2#copy startup-config tftp
Address or name of remote host []? 192.168.80.65
Destination filename [R2-confg]? R2-starconf
(y asi con cada router)
R2#copy flash tftp
Source filename []? c1841-advipservicesk9-mz.124-15.T1.bin
Address or name of remote host []? 192.168.80.65
Destination filename [c1841-advipservicesk9-mz.124-15.T1.bin]? IOSR2

-------------------------------------------------erase startup-config
reload
no

You might also like