no idea

, it's not important i will see soon

now i am trying with acl, i have read the manual (category acl manager) and i have some question :
I have 2 computer :
- 192.168.93.5 / 24 => vlan3 (port 7)
- 192.168.92.3 / 24 => vlan2 (port 2)
i would like that vlan3 could access to vlan2 but not the opposite.
I have try this but after all my 4 vlan are block...
access-list 101 permit ip 192.168.93.0 255.255.255.0 192.168.92.0 255.255.255.0
access-list 101 deny ip 192.168.92.0 255.255.255.0 192.168.93.0 255.255.255.0
but after i must apply this rule somewhere, but where ? because it's for one vlan. In the documentation it's write only for interface ethernet. And i have seen in Internet it's write, use the command interface Vlan X (but don't work with alcatel equipment).
I have try with this:
- conf t
- interface ethernet 1/2
- ip access-group 101 in
- interface ethernet 1/7
- ip access-group 101 out
i don't find a lot of example in internet

if not maybe it's better to use one rule whose block all traffic and after open some things but i have try and the same..
can you help me
this is my script :
for aclman :
show running-config
access-list 101 permit ip 192.168.93.0 255.255.255.0 192.168.92.0 255.255.255.0
access-list 101 deny ip 192.168.92.0 255.255.255.0 192.168.93.0 255.255.255.0
!
interface Ethernet 1/2
ip access-group 101 In
!
interface Ethernet 1/7
ip access-group 101 Out
!
end
and all the config :
write memory terminal
! Stack Manager :
! Chassis :
system name vxTarget
! Configuration:
! VLAN :
vlan 1 enable name "VLAN 1"
vlan 2 enable name "VLAN 2"
vlan 2 port default 1/2
vlan 2 port default 1/3
vlan 2 port default 1/4
vlan 3 enable name "VLAN 3"
vlan 3 port default 1/5
vlan 3 port default 1/6
vlan 3 port default 1/7
vlan 3 port default 1/8
vlan 4 enable name "VLAN 4"
vlan 4 port default 1/9
vlan 4 port default 1/10
vlan 4 port default 1/11
vlan 4 port default 1/12
vlan port mobile 1/14
vlan port mobile 1/15
vlan port mobile 1/16
vlan port mobile 1/17
vlan port mobile 1/18
vlan port mobile 1/19
vlan port mobile 1/20
vlan port mobile 1/21
vlan 1 ip 192.168.91.0 255.255.255.0
vlan 2 ip 192.168.92.0 255.255.255.0
vlan 3 ip 192.168.93.0 255.255.255.0
vlan 4 ip 192.168.94.0 255.255.255.0
! VLAN SL:
! IP :
ip service all
ip interface "vlan 1" address 192.168.91.1 mask 255.255.255.0 vlan 1 ifindex 2
ip interface "vlan 2" address 192.168.92.1 mask 255.255.255.0 vlan 2 ifindex 3
ip interface "vlan 3" address 192.168.93.1 mask 255.255.255.0 vlan 3 ifindex 4
ip interface "vlan 4" address 192.168.94.1 mask 255.255.255.0 vlan 4 ifindex 5
! IPX :
! IPMS :
! AAA :
aaa authentication console "local"
aaa authentication http "local"
! PARTM :
! AVLAN :
! 802.1x :
! QOS :
! Policy manager :
! Session manager :
! SNMP :
! RIP :
! IPv6 :
! IPRM :
! RIPng :
! Health monitor :
! Interface :
! Udld :
! Port Mapping :
! Link Aggregate :
! VLAN AGG:
! 802.1Q :
! Spanning tree :
bridge mode 1x1
! Bridging :
! Bridging :
! Port mirroring :
! UDP Relay :
! Server load balance :
! System service :
debug fscollect disable
! SSH :
! Web :
! AMAP :
! LLDP :
! Lan Power :
! NTP :
! RDP :
! VLAN STACKING:
! Ethernet-OAM :
->