cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
10
Helpful
3
Replies

ACL help

siscisco05
Level 1
Level 1

I have an extended ACL configured on a router denying traffic from a host through port 80. The problem is it is not being applied to the interface. How can I bound this ACL to an interface? Is there any documentation out there that goes over these steps?

thanks

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Hi

You apply an acl to an interface with the following

int fa0/1

ip access-group "acl_name" in|out

HTH

Jon

Ok, thanks for the help. Is there a way to verify that it is attached to the interface?

Richard Burts
Hall of Fame
Hall of Fame

Sean

If you have configured the access list then the way that you apply it (or bind it) to the interface is with the command ip access-group in|out

If you are looking for documentation you could start with this link:

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a0080430e5b.html#wp1066643

[edit] seeing your response - if you want to check that the ACL is bound to the interface I would suggest doing show ip interface . This output shows any inbound or outbound access lists that have been configured.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card