Comment utiliser acl Commande


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to How to use acl Command

Adding Remarks to an Access Control List (ACL) - dummies
https://www.dummies.com/programming/networking/cisco/adding-remarks-to-an-access-control-list-acl/

Viewing Access Control Lists (ACLs) can be somewhat confusing because the ACLs will all run together. Adding remarks to your ACLs will make them easier to read. When you look at your running-config to view the ACLs without remarks, as shown here: Switch1#

Extended Access Control Lists (ACLs) - dummies
https://www.dummies.com/programming/networking/cisco/extended-access-control-lists-acls/

End with CNTL/Z. Router1(config)#access-list 102 remark This ACL is to control the inbound router traffic. Router1(config)#access-list 102 permit tcp any 192.168.8.0 0.0.0.255 established Router1(config)#end. If you examine ACL 101, the breakdown on the f

Adding a Comment to an ACL - Cisco IOS Cookbook, 2nd Edition ...
https://www.oreilly.com/library/view/cisco-ios-cookbook/0596527225/ch19s03.html

You can add a comment to any standard or extended IP ACL by using the remark keyword:. Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#access-list 50 remark Authorizing thy trespass with compare Rout