Está en la página 1de 3

R1

====================================================
enable
conf terminal
hostname R1
interface gi0/0
ip add 192.168.10.1 255.255.255.224
no shut
exit
interface serial 0/0/0
ip add 10.10.10.253 255.255.255.252
no shut
exit
interface serial 0/0/1
ip add 10.10.10.249 255.255.255.252
no shut
clock rate 64000
exit

router rip
version 2
no auto-summary
network 192.168.10.0
network 10.10.10.252
network 10.10.10.248
exit

====================================================
R2
====================================================
enable
conf terminal
hostname R2
interface gi0/0
ip add 192.168.10.33 255.255.255.224
no shut
exit
interface serial 0/0/0
ip add 10.10.10.250 255.255.255.252
no shut
exit
interface serial 0/0/1
ip add 10.10.10.245 255.255.255.252
no shut
clock rate 64000
exit

router rip
version 2
no auto-summary
network 192.168.10.32
network 10.10.10.244
network 10.10.10.248
exit
===================================================
R3
====================================================
enable
conf terminal
hostname R3
interface gi0/0
ip add 192.168.10.65 255.255.255.224
no shut
exit
interface serial 0/0/0
ip add 10.10.10.237 255.255.255.252
no shut
exit
interface serial 0/0/1
ip add 10.10.10.241 255.255.255.252
no shut
exit

router rip
version 2
no auto-summary
network 192.168.10.64
network 10.10.10.236
network 10.10.10.240
exit
===================================================
R4
====================================================
enable
conf terminal
hostname R4
interface serial 0/0/0
ip add 10.10.10.246 255.255.255.252
no shut
exit
interface serial 0/0/1
ip add 10.10.10.242 255.255.255.252
no shut
clock rate 64000
exit

router rip
version 2
no auto-summary
network 10.10.10.244
network 10.10.10.240
exit
===================================================
R5
====================================================
enable
conf terminal
hostname R5
interface gi0/0
ip add 10.10.10.233 255.255.255.252
no shut
exit
interface gi0/1
ip add 192.168.10.97 255.255.255.224
no shut
exit

router rip
version 2
no auto-summary
network 192.168.10.96
network 10.10.10.232
exit
===================================================
R6
====================================================
enable
conf terminal
hostname R6
interface gi0/0
ip add 10.10.10.234 255.255.255.252
no shut
exit
interface serial 0/0/0
ip add 10.10.10.254 255.255.255.252
no shut
exit
interface serial 0/0/1
ip add 10.10.10.238 255.255.255.252
no shut
exit

router rip
version 2
no auto-summary
network 10.10.10.232
network 10.10.10.236
network 10.10.10.252
exit

router rip
default-information originate
exit

También podría gustarte