routeprotocol.com

Named Access Control Lists (ACL)

Named access control lists allow for easier identification of an access control lists purpose if a suitable naming convention is followed.

They function in the same way as standard and extended access control lists – they just have a different method of being created.

ip access-list standard restrict_vty
 permit host 192.168.10.20
 permit host 10.55.55.20
 deny any
ip access-list extended restrict_remote_desktop
 permit tcp host 10.69.42.10 any eq 3389
 permit tcp host 10.11.11.44 any eq 3389
 deny tcp any any eq 3389
 permit ip any any

Posted

in

, ,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.