cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
244
Views
0
Helpful
2
Replies

Basic ACL question

kevin.hu
Level 3
Level 3

Hi,

If I deny a network, for example,

access-list deny 10.10.0.0 0.0.255.255

Does that mean that I also deny any subnet of 10.10.0.0/16? For exmaple, 10.10.10.0/24? So I don't need to create several ACL statements.

access-list deny 10.10.0.0 0.0.255.255

access-list deny 10.10.10.0 0.0.0.255 (redundant)

Thank you!

2 Accepted Solutions

Accepted Solutions

Richard Burts
Hall of Fame
Hall of Fame

Kevin

Yes the statement access-list 1 deny 10.10.10.0 0.0.0.255 is redundant and not needed if the access list has the statement access-list 1 deny 10.10.0.0 0.0.255.255

HTH

Rick

HTH

Rick

View solution in original post

pushkar1782
Level 1
Level 1

There is no need to create the other list..

see for yoursefl..the access-list says ..deny any ip in the range of 10.10.x.x --- x.x can be anything ..may it be in a different subnet mask .

hope this helped. Plz rate

View solution in original post

2 Replies 2

Richard Burts
Hall of Fame
Hall of Fame

Kevin

Yes the statement access-list 1 deny 10.10.10.0 0.0.0.255 is redundant and not needed if the access list has the statement access-list 1 deny 10.10.0.0 0.0.255.255

HTH

Rick

HTH

Rick

pushkar1782
Level 1
Level 1

There is no need to create the other list..

see for yoursefl..the access-list says ..deny any ip in the range of 10.10.x.x --- x.x can be anything ..may it be in a different subnet mask .

hope this helped. Plz rate

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card