cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
608
Views
0
Helpful
4
Replies

Confusing ACL

Gary Jeffers
Level 1
Level 1

I came across this ACL command during the course of my studies and didn't understand it.  Up until I saw this I hadn't seen anything above the multicast range be used as the destination address in an ACL.  What traffic would this identify?  How would this affect an inbound distribute list?

access-list 101 permit ip 10.10.0.0 0.0.0.0 255.255.224.0 0.0.0.0

Thanks

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame

That's for filtering a supernet 10.10.0.0/19

Much easier to write it as a prefix list

Please refer to this article for more info:

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00801310cb.shtml#acclists

View solution in original post

4 Replies 4

Edison Ortiz
Hall of Fame
Hall of Fame

That's for filtering a supernet 10.10.0.0/19

Much easier to write it as a prefix list

Please refer to this article for more info:

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00801310cb.shtml#acclists

So something like

ip prefix-list PFX_TEST permit 10.10.0.0/19

would do the same thing?

Yes

Thanks Edison

Review Cisco Networking products for a $25 gift card