0% found this document useful (0 votes)
7 views

for 3 static 1

Uploaded by

hasan15-5600
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

for 3 static 1

Uploaded by

hasan15-5600
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

router 1:

en
conf t
int fa0/0
ip address 195.168.50.1 255.255.255.0
no shut
int fa1/0
ip address 170.10.0.1 255.255.0.0
no shut

ip route 192.168.60.0 255.255.255.255 170.10.0.2


ip route 195.168.70.0 255.255.255.255 170.10.0.2
ip route 170.20.0.0 255.255.0.0 170.10.0.2

router 2:
en
conf t
int fa0/0
ip address 195.168.60.3 255.255.255.255
no shut
int fa1/0
ip address 170.10.0.2 255.255.0.0
no shut
int fa2/0
ip address 170.20.0.1 255.255.0.0
no shut

ip route 195.168.50.0 255.255.255.0 170.10.0.1


ip route 195.168.70.0 255.255.255.0 170.20.0.2

router 3:
en
conf t
int fa0/0
ip address 195.168.70.3 255.255.255.255 170.20.0.1
no shut
int fa1/0
ip address 170.20.0.2 255.255.0.0 170.20.0.1
no shut

ip route 195.168.60.0 255.255.255.0 170.20.0.1


ip route 192.168.50.0 255.255.255.0 170.20.0.1
ip route 170.10.0.0 255.255.0.0 170.20.0.1

You might also like