Jump to content

Computer Networking/ACLs


Velocity517

Recommended Posts

What part of it do you not understand? I have to know this stuff also since I'm taking the CCNA exam soon, are you by any chance planning to take as well?.

 

Regarding wildcard, ACL uses a wildcard mask to define the portion of the IP address that should be examined. The wildcard mask's 0 and 1 bit specify the matching logic: 0 bit in the wildcard corresponds to address bit that must be compared while 1 bit instructs the router that the corresponding address bit do not need to be compared.

 

As an example:

 

Wildcard Mask: 0.0.0.0

Binary Version: 00000000.00000000.00000000.00000000

Meaning: Entire IP address must match

 

Example 2

 

Wildcard Mask: 255.255.255.255

Binary Version: 11111111.11111111.11111111.11111111

Meaning: Automatically considered to match

 

Example 3

 

Wildcard Mask: 0.0.0.15

Binary Version: 00000000.00000000.00000000.00001111

Meaning: First 28 bits must match

Link to comment
Share on other sites

wow, thanks I actually get it now! And yeah, I'm in Comp. Network Engineering at my school, and I'm preparing to take the CCNA. Mostly I have trouble with the syntax of setting ACLs. such as in what order the terms go for a particlar ACL...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.