The extended ACL works as permit <proto> source mask
dest mask <blah>....where source is the source
address and dest is the destination address. The
'any' says match anything
access-list 110 permit ip any 192.168.1. 0.0.0.(255).
access-list 110 Means use source and destination addresses for matching
Range is from 100-199 for extended ACL.
ip any is short hand for 0.0.0.0 255.255.255.255
means that all the hosts on network 192.168.1.0/24 are included in your policy set.
A mask all 1's in your example 0.0.0.(255) means match anything in the final octet
Route once; switch many
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.