ACL Access Control List

Source: Internet
Author: User

(1) effects:

IP Access-list extended to-Internet

Permit IP host 10.63..1 .1 any

Permit IP host 10.63..2 .2 any

Permit IP host 10.128.16.1 any

Permit IP host 10.128.16.2 any

Analysis:

The displayed result indicates that the vro has created an extended ACL named "to-Internet" so that:

Allow all IP traffic from the host 10.63..1 .1 To access the Internet through the router)

Allow all IP traffic from the host 10.63..2 .2 to access the Internet through the router)

Allow all IP traffic from the host 10.128.16.1 to access the Internet through the router)

Allow all IP traffic from the host 10.128.16.2 to access the Internet through the router)

 

(2) configurations required on the vro:

Router (config) # IP Access-list extended to-Internet

Router (config-ext-NaCl) # access-list 110 permit IP host 10.63.201.125 any

Router (config-ext-NaCl) # access-list 110 permit IP host 10.63.201.136 any

Router (config-ext-NaCl) # access-list 110 permit IP host 10.128.16.209 any

Router (config-ext-NaCl) # access-list 110 permit IP host 10.128.16.216 any

 

Next, apply the ACL statement to the interface (which is used according to the actual interface of the router, assuming that the ACL statement is used in interface fa0/1 ):

Router (config) # interface fa0/1
Router (config-If) # IP Access-group 110 out

 

(3) Summary: The ACL is divided into two steps. The first step is to set the ACL statement, and the second step is to apply it to the interface.

 

This article is from the "zoomy" blog. For more information, contact the author!

ACL Access Control List

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.