You are on page 1of 2

~ 1000 HOST ---> n = 10 -- 2 pangkat 10 = 1024

/32 - /10 = /22


network 1 = 172.16.0.0/22
FH = 172.16.0.1/22
LH = 172.16.3.254/22

~ 500 HOST ---> n = 9


/32 - /9 = /23
network 2 = 172.16.4.0/23
FH = 172.16.4.1/23
LH = 172.16.5.254/23

~ 200 HOST ---> n = 8


/32 - /8 = /24
network 3 = 172.16.6.0/24
FH = 172.16.6.1/24
LH = 172.16.6.254/24

~ 100 HOST ---> n = 7


/32 - /7 = /25
network 4 = 172.16.7.0/25
FH = 172.16.7.1/25
LH = 172.16.7.126/25

~ pp1 = 2 host ---> n = 2


/32 - /2 = /30
network 5 = 172.16.7.128/30
FH = 172.16.7.129/30
LH = 172.16.7.130/30

~ pp2 = 2 host ---> n = 2


/32 - /2 = /30
network 6 = 172.16.7.132/30
FH = 172.16.7.133/30
LH = 172.16.7.134/30

R1
=======
enable
conf t
int g0/0
ip add 172.16.7.1 255.255.255.128
no sh
int g0/1
ip add 172.16.6.1 255.255.255.0
no sh
int s0/0/0
ip add 172.16.7.129 255.255.255.252
clock rate 64000
no sh
exit
R2
=======
enable
conf t
int s0/0/0
ip add 172.16.7.130 255.255.255.252
no sh
int s0/0/1
ip add 172.16.7.133 255.255.255.252
clock rate 64000
no sh
exit

R3
=======
enable
conf t
int g0/0
ip add 172.16.4.1 255.255.254.0
no sh
int g0/1
ip add 172.16.0.1 255.255.252.0
no sh
int s0/0/0
ip add 172.16.7.134 255.255.255.252
no sh
exit

You might also like