28.06.2014 Views

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

Learning by Doing: CISCO Certified Network ... - SCN Research

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Therefore, when we convert this wildcard mask back to decimal we get a wildcard<br />

mask of 0.0.0.31 for our subnet wildcard mask.<br />

3. Finally, unlike subnet masks, wildcard masks do not have to be contiguous (all<br />

zeros in a row)…we can mask out certain ips. Write a wildcard mask for a the<br />

odd numbered ips in the entire subnet containing the ip address of 172.16.2.34/27<br />

Let’s convert the ip address to binary:<br />

10101100.00010000.00000010.00100010<br />

Then let’s figure out the network, subnet, and host portions:<br />

10101100.00010000.00000010.00100010<br />

network.network.network.subnet host<br />

Since they want an exact match for all network plus subnet bits then the wildcard<br />

mask is filled in with zero’s in the network and subnet portions and one’s in the<br />

host portion except the last bit (this determines odd or even…it’s the “1” bit):<br />

00000000.00000000.00000000.00011110<br />

Therefore, when we convert this wildcard mask back to decimal we get a wildcard<br />

mask of 0.0.0.30 for our subnet wildcard mask. This one can be confusing…later<br />

on when you learn about writing access control lists doing something like this will<br />

depend upon whether you are permitting or denying something. For now just<br />

realize the bits do not have to be contiguous.<br />

Supplemental Labs or Challenge Activities:<br />

1. Write a wildcard mask that will mask the 192.168.1.0/24 network. We are<br />

looking for an exact match of the network and subnet portions only.<br />

2. Write a wildcard mask that will mask the host portions of the 192.168.1.0/24<br />

network. We are looking for an exact match of the host portions only.<br />

3. Write a wildcard mask that will mask the odd ip addresses of the<br />

172.16.23.0/16 network. We are looking for an exact match of the network,<br />

subnet and odd-numbered ip’s in the host portion.<br />

4. Write a wildcard mask that will mask the upper half of the 10.128.0.0/11<br />

network. Here we will mask 129-255 in the second octet and 0-255 in the<br />

third and fourth octets (so we need exact matches for them).<br />

5. Write a wildcard mask that will mask the lower half of the 200.210.128.0/27<br />

network. Here we need to mask the lower half of the host portion for the 128<br />

subnet.<br />

**as I said these are subjective in respect to the needs of the access control list**<br />

336

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!