R3

You might also like

You are on page 1of 1

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

Router3
en
config t
!Serial 0
interface serial 0/0/0
ip address 10.0.33.1 255.255.255.0
clock rate 64000
no shutdown
no keepalive
exit
!Serial 1
interface serial 0/1/0
ip address 10.0.32.2 255.255.255.0
clock rate 64000
no shutdown
no keepalive
exit
!Enrutamiento esttico
ip route 192.168.31.0 255.255.255.0 10.0.33.2
ip route 192.168.32.0 255.255.255.0 10.0.33.2
ip route 192.168.33.0 255.255.255.0 10.0.32.1
ip route 192.168.34.0 255.255.255.0 10.0.32.1
ip route 192.168.37.0 255.255.255.0 10.0.33.2
ip route 192.168.38.0 255.255.255.0 10.0.33.2

You might also like