Link to home
Start Free TrialLog in
Avatar of kai zhang
kai zhang

asked on

established acl in cisco 3560

I use cisco3560
I want to vlan A access vlan B with tcp protocol, and vlan B could not access  vlan A. vlan A and vlan B could access internet.
vlan A: 10.10.10.1/24  , vlan B: 10.10.20.1/24

ip access-list extend test
permit tcp any 10.10.20.0 0.0.0.255 established
permit ip any any

interface  vlan A
ip access-group test out

interface vlan B
ip access-group test in

but it seemed not worked, both can access internet , and access each other,
 it's my configuration problem ?
SOLUTION
Avatar of Ayoub Rouzi
Ayoub Rouzi
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of atlas_shuddered
atlas_shuddered
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The solution is pretty clear and mr Atlas_shuddered confirm the same point.