cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
448
Views
0
Helpful
2
Replies

Access List

vpresher
Level 1
Level 1

Is it ok to have more than one access-group statement on a single interface. I need to allow all traffic from the internet into one specific address and only allow www and ftp traffic to the internet from the same address.

I need to install the foillowing

ip access-group 100 in

ip access-group 101 out

Can this be done?

Thanks

2 Replies 2

Harold Ritter
Spotlight
Spotlight

You can have one inbound and one outbound ACL per interface. So this is fine.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

krishna.vv
Level 1
Level 1

HI,

We can configure one access-list each per interface, per protocal, per direction.

i.e, we can have one access-list in inbound and one access-list in out bound direction on the same interface.. your config works 100 %..

Cheers!!!