You are on page 1of 2

ROUTER 01

en
config t
hostname R1
interface G0/0
ip add 172.38.0.1 255.255.252.0
no shut
exit

interface ser0/0/0
ip add 172.38.4.65 255.255.255.252
no shut
exit

ip route 172.38.4.68 255.255.255.252 172.38.4.66


ip route 172.38.4.0 255.255.255.252 172.38.4.66

ROUTER 2

en
config t
hostname R2
interface G0/0
ip add 172.38.4.1 255.255.255.192
no shut
exit

interface ser0/0/0
ip add 172.38.4.66 255.255.255.252
no shut
exit

interface ser0/0/1
ip add 172.38.4.69 255.255.255.252
no shut
exit

ip route 172.38.0.0 255.255.252.0 172.38.0.2


ip route 172.38.0.0 255.255.252.0 172.38.0.1

ROUTER 3

en
config t
hostname R3
interface G0/0
ip add 172.38.0.2 255.255.252.0
no shut
exit

interface ser0/0/1
ip add 172.38.4.70 255.255.255.252
no shut
exit

ip route 172.38.4.64 255.255.255.252 172.38.4.69


ip route 172.38.4.0 255.255.255.252 172.38.4.69

You might also like