You are on page 1of 2

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Router1
en
config t
!Serial 0
interface serial 0/0/0
ip address 10.0.31.1 255.255.255.0
clock rate 64000
no shutdown
no keepalive
exit
!Serial 1
interface serial 0/1/0
ip address 10.0.34.2 255.255.255.0
clock rate 64000
no shutdown
no keepalive
exit
!Enrutamiento esttico
ip route 192.168.33.0 255.255.255.0 10.0.31.2
ip route 192.168.34.0 255.255.255.0 10.0.31.2
ip route 192.168.35.0 255.255.255.0 10.0.31.2
ip route 192.168.36.0 255.255.255.0 10.0.31.2
ip route 192.168.37.0 255.255.255.0 10.0.34.1
ip route 192.168.38.0 255.255.255.0 10.0.34.1

interface fastEthernet0/0
ip address 172.16.242.193 255.255.255.224
no shutdown
exit
interface fastEthernet0/1
ip address 172.16.242.225 255.255.255.224
no shutdown
exit
!Ruteo
router rip
version 2
network 172.16.242.192
network 172.16.242.224
network 10.0.240.8
network 10.0.240.12
no auto-summary
exit

!Serial 0
interface serial 0/0/0
ip address 10.0.240.13 255.255.255.252
clock rate 64000
no shutdown
exit

interface serial 0/1/0


ip address 10.0.240.10 255.255.255.252
no shutdown
exit

You might also like