You are on page 1of 2

IP BLOCK Address: 192.168.0.

0/16
LAN A - 43 hosts
LAN B - 65 hosts
R1-R2 - 2 hosts

Hosts Available Subnet


1 N/A 255.255.255.255(-1)
2 N/A 255.255.255.254(-2)
4 2 255.255.255.252(-4)
8 6 255.255.255.248(-8)
16 14 255.255.255.240(-16)
32 30 255.255.255.224(-32)
64 62 255.255.255.192(-64)
128 126 255.255.255.128

Name Host Network FHA LHA Broadcast Subnet


LAN B 65 192.168.0.0 192.168.0.1 192.168.0.126 192.168.0.127
255.255.255.128
LAN A 43 192.168.0.128 192.168.0.129 192.168.0.190 192.168.0.191
255.255.255.192
R1-R2 2 192.168.0.192 192.168.0.193 192.168.0.194 192.168.0.195
255.255.255.252
Floating 192.168.0.196

RULES:

1) Create the IP Table basis for your computation according to the highest number
of hosts needed to connect to the network.
2) Arrange the Local Area Network for computation from highest number of hosts to
lowest number of hosts.
3) Highest host LAN should receive the IP block address as its network address.
4) Compute for the other network address based on the number of hosts that is
needed to connect per LAN. Add the number of host to the network address to get the
next network address.
5) Add 1 host to network address to get the FHA.
6) Subtract 2 hosts to network address to get the LHA.
7) Add 1 hosts to LHA to get the Broadcast address.
8) Match the subnet mask according to number of hosts.

en
conf t
hostname R3
line con 0
password cisco
login
line vty 0 4
password cisco
login
ena sec cisco
banner login #Unaothorized User!#
banner motd #Configure R3#
do wr

r3
int f0/0
ip add 192.168.0.126 255.255.255.128
no shut
do wr

r1
int s0/0/0
ip add 192.168.1.1 255.255.255.252
clock rate 6400
no shut
do wr

r2
int s0/0/0
ip add 192.168.1.2 255.255.255.252
no shut
do wr
int s0/0/1
ip add 192.168.1.5 255.255.255.252
clock rate 6400
no shut
do wr

r3
int s0/0/0
ip add 192.168.1.6 255.255.255.252
no shut
do wr

You might also like