Tuesday, June 21, 2016

Building Network (22/6/2016)

Subnet the given network with the following requirements: 192.168.10.0
Buiding 1
--> IT - 3 PC's
--> OFFICE - 8 PC's
Building 2
--> SALES - 10 PC's
-->route to route - 2 PP's

1.Screenshot of the network

2. VLSM Table

H = 2^4 = 16 - 2 = 14 S = 2^ 4
H = 2^4 = 16 - 2 = 14 S = 2^ 4
H = 2^4 = 16 - 2 = 6   S = 2^ 5
H = 2^4 = 16 - 2 = 2   S = 2^ 6

Network Name
Network Address
Host Range
Broadcast Address
Submask
Sales
192.168.10.0
192.168.10.1 – 192.168.10.14
192.168.10.15
255.255.255.240
Office
192.168.10.16
192.168.10.17 – 192.168.10.30
192.168.10.31
255.255.255.240
IT
192.168.10.32
192.168.10.33 – 192.168.10.38
192.168.10.39
255.255.255.248
Route to route
192.168.10.40
192.168.10.41 – 192.168.10.43
192.168.10.43
255.255.255.252

3. Router Network and VLAN Table

Device
Interface
IP Address
Subnet Mask
Default Gateway
Building 1
Fa0/0  
192.168.10.33
255.255.255.248
N/A

Fa1/0
192.168.10.17
255.255.255.240
N/A

Se2/0
192.168.10.41
255.255.255.252
N/A
Building 2
Fa0/0  
192.168.10.1
255.255.255.240
N/A

Se2/0
192.168.10.42
255.255.255.252
N/A





Sales (Switch)
Vlan 1
192.168.10.14
255.255.255.240
192.168.10.1
PC 1
NIC
192.168.10.3
255.255.255.240
192.168.10.1
PC 2
NIC
192.168.10.4
255.255.255.240
192.168.10.1
PC 3
NIC
192.168.10.5
255.255.255.240
192.168.10.1
PC 4
NIC
192.168.10.6
255.255.255.240
192.168.10.1
PC 5
NIC
192.168.10.7
255.255.255.240
192.168.10.1
PC 6
NIC
192.168.10.8
255.255.255.240
192.168.10.1
PC 7
NIC
192.168.10.9
255.255.255.240
192.168.10.1
PC 8
NIC
192.168.10.10
255.255.255.240
192.168.10.1
PC 9
NIC
192.168.10.11
255.255.255.240
192.168.10.1
Pc 10
NIC
192.168.10.12
255.255.255.240
192.168.10.1





Office
Vlan 1
192.168.10.30
255.255.255.240
192.168.10.17
PCO 1
NIC
192.168.10.19
255.255.255.240
192.168.10.17
PCO 2
NIC
192.168.10.20
255.255.255.240
192.168.10.17
PCO 3
NIC
192.168.10.21
255.255.255.240
192.168.10.17
PCO 4
NIC
192.168.10.22
255.255.255.240
192.168.10.17
PCO 5
NIC
192.168.10.23
255.255.255.240
192.168.10.17
PCO 6
NIC
192.168.10.24
255.255.255.240
192.168.10.17
PCO 7
NIC
192.168.10.25
255.255.255.240
192.168.10.17
PCO 8
NIC
192.168.10.26
255.255.255.240
192.168.10.17





IT
Vlan 1
192.168.10.38
255.255.255.248
192.168.10.33
PCI 1
NIC
192.168.10.35
255.255.255.248
192.168.10.33
PCI 2
NIC
192.168.10.36
255.255.255.248
192.168.10.33
PCI 3
NIC
192.168.10.37
255.255.255.248
192.168.10.33

IP Route Table

Building 1
Network Name
Network Address
Submask Net
First Hop IP
Sales
192.168.10.0
255.255.255.240
192.168.10.42

Building 2
Network Name
Network Address
Submask Net
First Hop IP
Office
192.168.10.16
255.255.255.240
192.168.10.41
IT
192.168.10.32
255.255.255.248
192.168.10.41
NOTES:
* To find the Submask in VLSM, use the S = Num. ^ Num., I.e S = 2 ^ 4 = 128 + 64 + 32 + 16 = 240
* VLAN , IP Address is always in the last valid host range
* For the first hop, for Building 1, get the serial address of Building 2
* The IP address (Fa) for the router of the IP address is the 'default gateway' of the switch.