0% found this document useful (0 votes)
32 views1 page

Ip 10

The document discusses subnetting the network 131.108.1.0/24 into four subnets using a subnet mask of 255.255.255.192. It provides an example of configuring the IP addresses on the interfaces of router R1 with addresses from each of the four subnets. It also states that the network 131.108.2.0/24 needs to be broken into 30-bit sized subnets using a mask of 255.255.255.252 to allocate addresses for use on WAN circuits that can have no more than two hosts each.

Uploaded by

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

Ip 10

The document discusses subnetting the network 131.108.1.0/24 into four subnets using a subnet mask of 255.255.255.192. It provides an example of configuring the IP addresses on the interfaces of router R1 with addresses from each of the four subnets. It also states that the network 131.108.2.0/24 needs to be broken into 30-bit sized subnets using a mask of 255.255.255.252 to allocate addresses for use on WAN circuits that can have no more than two hosts each.

Uploaded by

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

CCNP Practical Studies: Routing

Finally, you can deduce the last subnet available in exactly the same way. Table 1-7 displays the final binary addition.

Table 1-7. Binary Addition Subnet 4


Decimal Binary Comment
192 11000000 Subnet (all zeros)
193 11000001 First host address
194 11000010 Second host address
195 11000011 Third host address

253 11111110 Last host address
255 11111111 Broadcast address (all 1s)

NOTE

If you are confused about how to convert binary from decimal, simply use a Windows-based calculator to perform the calculation to assist
in your first few calculations. It is vital that you can perform these steps without much thought, so you can quickly break up any type of
subnet in various design situations or examination scenarios.

Table 1-7 displays the subnet as 131.108.1.192 and the broadcast address for the final subnet as 131.108.1.255.

Now that you have the four broken subnets, configure the Router R1 in Figure 1-4 for IP routing. Example 1-8 displays the IP
configuration on the four interfaces on R1.

Example 1-8 IP Configuration on R1 with Four Subnets


R1(config)#interface ethernet 0/0
R1(config-if)#ip address 131.108.1.1 255.255.255.192
R1(config)#interface ethernet 0/1
R1(config-if)#ip address 131.108.1.65 255.255.255.192
R1(config)#interface ethernet 0/2
R1(config-if)#ip address 131.108.1.129 255.255.255.192
R1(config)#interface ethernet 0/3
R1(config-if)#ip address 131.108.1.193 255.255.255.192

The mask is 255.255.255.192 in Example 1-8. The mask or subnet mask is derived from the six bits you borrowed to extend the Class B
address 131.108.1.0. Binary 1100000 is 192.

To complete this scenario, you have to break up the network 131.108.2.0/24 into 30-bit sized subnets so that they can be used on WAN
circuits that contain no more than two hosts.

Once more, use the simple formula 2n - 2 = 2, or 2n = 4, where n = 2. So, you need two bits per subnet, and you have already discovered
that the mask is 255.255.255.252.

- 10 -

You might also like