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
Leave a Reply