10-05-2007 07:02 AM - edited 03-05-2019 06:55 PM
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
10-05-2007 07:05 AM
Hi
You apply an acl to an interface with the following
int fa0/1
ip access-group "acl_name" in|out
HTH
Jon
10-05-2007 07:14 AM
Ok, thanks for the help. Is there a way to verify that it is attached to the interface?
10-05-2007 07:13 AM
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
If you are looking for documentation you could start with this link:
[edit] seeing your response - if you want to check that the ACL is bound to the interface I would suggest doing show ip interface
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide