











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
BEGGING for help at 11th hour before CCNA exam!
|
scott_cisco14
Junior Member M
Registered: Feb 2003 Location: Country: United States State: WV Certifications: Working on:
Total Posts: 6
|
|
BEGGING for help at 11th hour before CCNA exam!
I understand basic wildcard masking. 0.0.0.0 checks all bits, 255.255.255.255 checks none, and the combinations. What I don't understand is something like 0.0.15.255 . How do you block addresses from, say, host ranges between 16 and 25, but allow the rest. I know it relates to the bit pattern, but I just don't understand it. Any ideas?
Thanks to all that gave out advice!
I'll post tommorrow if I pass or fail.
Report this post to a moderator
|
|
03-10-03 11:22 PM
|
|
Bigblah
Junior Member M
Registered: Jan 2003 Location: Miri, Sarawak Country: Malaysia State: Certifications: CCNA Working on:
Total Posts: 3
|
|
As far as I know, there's no way to block a range like 16-25, but you can do so with ranges like 16-31, 8-15, etc.
Let's assume you want to block an address range of x.x.x.16 to x.x.x.31. I'll just display the last octet:
16 - 00010000
31 - 00011111
As you can see, the first four bits in the last octet MUST be 0001. The last four bits can be any combination. So, to match the whole address up to the 28th bit, the wildcard mask is (for the last octet) 00001111 (decimal 15). So you have the complete wildcard mask as 0.0.0.15.
A quick way to figure out the mask is to subtract the upper limit from the lower limit (31 - 16 = 15.)
Report this post to a moderator
|
|
03-11-03 12:31 AM
|
|
|
Click here for list of CCNA study
guides
Cisco exam notes
CCNA(tm) exam details
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|